LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-06-2023, 02:25 PM   #16
Jarhead5500
Member
 
Registered: Apr 2023
Posts: 37

Original Poster
Rep: Reputation: 10

Man, but this is confusing.

CDBurnerXP gave me the alert previously cited when I d/l'ed the 64 bit version. d/loading the 32 bit version and it works fine.

D/l the 64 bit version of Etcher which I need to use. Run it and a big white square opens with a tiny logo and balenaEtcher in the upper left-hand corner.

D/l the 32 bit version of Etcher...same thing.

Right clicking, clicking, etc., in the white square produce nothing.

Might this have anything to do with the fact that I am using a free copy of Windows which I have not activated?
 
Old 04-06-2023, 02:28 PM   #17
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,846
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
As already instructed, visit BIOS for report. It could be Dell put that 64 bit CPU onto a motherboard that only supports 32 bit. Or, the BIOS might have a switch to disable 64 bit, which would be useful for a 32 bit OS with low installed RAM.
 
1 members found this post helpful.
Old 04-06-2023, 02:41 PM   #18
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by Jarhead5500 View Post
Man, but this is confusing.

CDBurnerXP gave me the alert previously cited when I d/l'ed the 64 bit version. d/loading the 32 bit version and it works fine.

D/l the 64 bit version of Etcher which I need to use. Run it and a big white square opens with a tiny logo and balenaEtcher in the upper left-hand corner.

D/l the 32 bit version of Etcher...same thing.

Right clicking, clicking, etc., in the white square produce nothing.

Might this have anything to do with the fact that I am using a free copy of Windows which I have not activated?
IIRC, Etcher is an Qlectron (embedded browser, more or less) application. That could be part of your problem. That is an older CPU, did you give it some time?

Trying to run a 64 bit Windows application on Win32 *should* give you an error. It could be an issue of missing libraries or frameworks as well.

Check out Rufus - https://rufus.ie/en/. Many people have success with it. Their site says 32 bit or 64 bit Windows, "it doesn't matter," which leads me to believe it's a Win32 application and you should be ok.

Someone mentioned a 64 bit CPU in a mainboard that only supports 32 bit. Things don't work that way. However, early on in the 64 bit era, and even later on cheap hardware with low memory, vendors installed 32 bit Windows as it was faster - it used less resources on the same hardware. It's quite possible this is what Dell did. To verify, you can check the System Information applet of Control Center, it will tell you the 'bit-ness' of the version you're running. If you can't figure it out, you can not go wrong with Win32 apps. Win32 will work on Win64, but not the other way around.

Last edited by goumba; 04-06-2023 at 02:43 PM.
 
1 members found this post helpful.
Old 04-06-2023, 02:54 PM   #19
Jarhead5500
Member
 
Registered: Apr 2023
Posts: 37

Original Poster
Rep: Reputation: 10
Stumped at terminal commands

I surprised myself by getting as far as: "finally, write your ISO image to your flash drive, and eject when complete"

The command that unmounted the USB disk was: % diskutil unmountDisk /dev/disk6

I have to admit to being stumped at the next step: "finally, write your ISO image to your flash drive, and eject when complete"

Followed by: sudo dd if=/path/to/iso/image of=/dev/usbblahlbah
diskutil eject /dev/usblblahblah

I help a lot of seniors with Mac problems, know how frustrating it can be, and understand if you are reaching the "Jeez, do I have to hand hold this guy the whole way?

If I have not exhausted your patience: how do I write an ISO image to a flash drive that has been unmounted?
 
Old 04-06-2023, 02:57 PM   #20
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,759

Rep: Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931
As posted you are probably running a 32 bit Windows on a 64 bit PC.

In the Windows system about page it should show what version i.e. 32 or 64 bit is installed.
 
Old 04-06-2023, 03:17 PM   #21
Jarhead5500
Member
 
Registered: Apr 2023
Posts: 37

Original Poster
Rep: Reputation: 10
I could swear that I posted this, but I can't find it anywhere in this thread.

Following the instructions I found to install Mint on a USB drive, I dowloaded Etcher.

When I ran it, instead of getting what was pictured on the Mint instructions, I got a huge white square covering about 80% of my desktop with a tiny icon and balenaEtcher in the upper left-hand corner. Clicking, right clicking, etc., nothing worked.

Anyone care to offer an opinion on this?
 
Old 04-06-2023, 03:31 PM   #22
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,759

Rep: Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931
I assume you are running XP but need clarification. Etcher does not support XP. Windows 7+ has builtin capability to burn an ISO file to CD/DVD

You should be able to write the ISO file to USB drive from your Mac without installing anything extra using the dd command.
 
1 members found this post helpful.
Old 04-06-2023, 04:01 PM   #23
Jarhead5500
Member
 
Registered: Apr 2023
Posts: 37

Original Poster
Rep: Reputation: 10
Quote:
Originally Posted by michaelk View Post
I assume you are running XP but need clarification. Etcher does not support XP. Windows 7+ has builtin capability to burn an ISO file to CD/DVD

You should be able to write the ISO file to USB drive from your Mac without installing anything extra using the dd command.
No longer running XP. I was able to update to Windows 10.

I have been bouncing through so many screens loaded with info my head is spinning.

Do you have any inkling as to why Etcher won't work in Windows 10 on that Dell?
 
Old 04-06-2023, 04:06 PM   #24
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by Jarhead5500 View Post
I have to admit to being stumped at the next step: "finally, write your ISO image to your flash drive, and eject when complete"

Followed by: sudo dd if=/path/to/iso/image of=/dev/usbblahlbah
diskutil eject /dev/usblblahblah

I help a lot of seniors with Mac problems, know how frustrating it can be, and understand if you are reaching the "Jeez, do I have to hand hold this guy the whole way?

If I have not exhausted your patience: how do I write an ISO image to a flash drive that has been unmounted?
You have to find the device which you want. Those commands are run in a terminal.

* Plug in the USB device, and run Disk Utility. I can't remember offhand the exact terms, but near the top of the window, there should be a dropdown for "Show all devices", "Show only volumes" or similar. Choose the "Show all Devices" option.
* Select the device on the left hand side. Make sure everything is correct. It will likely list the manufacturer and a model number. Click on it, and the right pane should change and show you the capacity and other details. Make sure it's the one you want.
* In the right hand pane near the top, you should see a label that says "BSD Device: ". That's the name of the device that you want to plug into the dd command. So, if it says "BSD Device: disk2"
* Select any partitions, click "unmount" if it should be automatically mounted.
* Close Disk Utility. IIRC it *may* lock the device and the terminal commands below may complain the device is busy.
Your dd command in the terminal should look like:
Code:
sudo dd if=/path/to/iso/image of=/dev/disk2
sudo diskutil eject /dev/disk2
(with dd do not forget the "/dev/" part in of=, or you'll just create a copy of the iso in the current directory called "disk2").

Last edited by goumba; 04-06-2023 at 04:07 PM.
 
1 members found this post helpful.
Old 04-06-2023, 05:20 PM   #25
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,759

Rep: Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931
I don't why Etcher does not run. Bad download/install?
 
1 members found this post helpful.
Old 04-06-2023, 07:30 PM   #26
Jarhead5500
Member
 
Registered: Apr 2023
Posts: 37

Original Poster
Rep: Reputation: 10
Good news? Bad News?

I decided to just go ahead and install Linux Mint.

I followed the instructions here: https://itsfoss.com/install-linux-mint/ and everything went exactly as was outlined in the instructions.

I am not interested in keeping Windows and so I chose to install Linux Mint and remove Windows from the HDD.

The last thing in those instructions was to remove the DVD and press [Enter], which I did.

Next came a few windows where you chose the language, etc. and then the instructions were to wait for [Welcome to Linux] screen.

That was three hours ago, during which three hours the Dell is showing a black screen constantly with this:

[11176.followed by four numbers] and SQUASHFS error: unable to read data cache entry (more numbers)

and...

[11176.followed by four numbers] and SQUASHFS error: unable to read page, block (more numbers)

So just now I shut the Dell down, powered it back up, got the Linux Mint logo in the center of the screen, followed by a log-in screen and password, and, eh voila, Welcome to Linux Mint.

Good grief, Charlie Brown! I am off and running at last.

May I thank each and every one of you for all your patience and for your guidance and advice.

Jarhead.

Improvise
Adapt
Overcome
(USMC)
 
Old 04-07-2023, 05:38 AM   #27
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Code:
[11176.followed by four numbers] and SQUASHFS error: unable to read page, block (more numbers)
That 11176.xxxx is a timestamp.

The squashfs error is possibly because you ejected the disc. SquashFS contains the filesystem for the installer and such. The installer told you to remove the disc, it probably should have told you to do so after rebooting or shutting down.
 
1 members found this post helpful.
Old 04-07-2023, 09:04 AM   #28
Jarhead5500
Member
 
Registered: Apr 2023
Posts: 37

Original Poster
Rep: Reputation: 10
I followed the instructions which worked up to that point.

Well, all's well that ends well and after shutting the Dell down and restarting, I've run across no problems.

Having been a Mac user all my life, this is - so far - a lot easier to get used to than I thought would be the case.

So glad I found this site!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing 64-bit linux distros on 32-bit hardware gizmo24 Linux - Software 3 12-14-2007 08:36 PM
Distros, distros, distros...slight rant.. Jamesb427 Linux - Distributions 1 05-31-2007 03:10 PM
LXer: See distros. See distros run. Run, distros, run. LXer Syndicated Linux News 0 06-13-2006 01:24 AM
64 Bit distros won't install - All 32 bit do? djsennello Linux - Hardware 1 09-25-2005 07:54 PM
32 bit compatibility for 64 bit distros Phil Brooks Linux - Software 9 03-31-2005 06:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration