LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 07-23-2019, 07:27 PM   #1
HOWU
LQ Newbie
 
Registered: Jul 2019
Posts: 8

Rep: Reputation: Disabled
Flashdrive boot for B5.0 Legacy fails


Hello all.

I'm determined to update my non-PAE legacy Bodhi which I really like!

Have been through the "process" before and not sure what's going on.

I downloaded the legacy B 5.0 ISO and created a flashdrive with UnetBootin without a hitch, as in the past.

This time around, when I boot, I see the spinning Bodhi Logo and when I press escape - I see steps being executed one by one.

Each of the steps fail:

"can't open/dev/sr0. No medium found."

Insights/assistance would be very appreciated.

Regards, Howard
 
Old 07-24-2019, 10:32 AM   #2
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Hello

As far as I know Rufus has got better support than Unetbootin for some machines. So if you have access to Windows machine, try Rufus. Another solution is to boot from CD ROM.

Sorry for inconvenience

Stefan

EDIT: I've just found this solution for you:
https://forums.linuxmint.com/viewtopic.php?t=246748

Tell us here if helped. Thx

Last edited by the_waiter; 07-24-2019 at 10:34 AM.
 
Old 07-24-2019, 11:09 AM   #3
HOWU
LQ Newbie
 
Registered: Jul 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thanks!

I'll let you know how it goes.

I know about Rufus, but I thought UnetBooten was preferred.

Tnx, Howard
 
Old 07-24-2019, 11:44 AM   #4
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Unetbootin had some troubles in the past. It was mentioned in our old forum.
 
Old 07-24-2019, 01:24 PM   #5
rrashkin
Member
 
Registered: Aug 2018
Location: San Benito, Texas, US
Distribution: Bodhi Linux
Posts: 81

Rep: Reputation: Disabled
If you're working from a Linux machine, I've had great success with dd.

Using dd to make a bootable USB stick from an ISO file:

run >> ls /dev/sd*
note the result
plug in USB medium
rerun above
the difference should tell you the path to the USB drive (/dev/sdx, where x is something)
cd to the location of the imagefile
>> sudo dd if=imagefilename.iso of=/dev/sdx [see above; x=something]

[Note: this takes a long time and there is no feedback until it’s done. DON’T PANIC]
 
Old 07-24-2019, 04:09 PM   #6
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Yes, I agree dd is a decent solution
 
Old 07-24-2019, 10:47 PM   #7
HOWU
LQ Newbie
 
Registered: Jul 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Hello again.

I had the same problem with the Rufus produced drive - even after I edited syslinux.cfg according to the link that was provided.

I then tried dd ... the flashdrive was sdb1 ... and I used the script that was kindly provided by rrashkin. Yes ... it did take a very long time! When I attempted to boot, I received an error message that isolinux.bin was either missing or corrupt and that the operating system wasn't found. Because of possible corruption, I reproduced the drive a second time with dd ... only to get the same error message.

I found isolinux.bin inside the folder/directory = /media/Bodhi Linux 5.0.0 Legacy/ISOLINUX. It was not in the root directory of the flashdrive.

Further suggestions welcome.

Regards, Howard
 
Old 07-25-2019, 06:16 AM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Possibly a bad iso. Check the md5sum on it
Item C: of install instructions https://www.bodhilinux.com/w/installation-instructions/
https://sourceforge.net/projects/bod...x/files/5.0.0/
 
Old 07-25-2019, 08:48 AM   #9
HOWU
LQ Newbie
 
Registered: Jul 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
It does appear that the ISO is a problem. I tested the version that I originally downloaded ... and then re-dowloaded the ISO twice ... and re-tested with the same bad results ...

I used both check methods - and I neither received a checksum nor an "OK" with the alternative method.

Regards, Howard
 
Old 07-25-2019, 12:27 PM   #10
rrashkin
Member
 
Registered: Aug 2018
Location: San Benito, Texas, US
Distribution: Bodhi Linux
Posts: 81

Rep: Reputation: Disabled
How did you download the ISO? I've had trouble with bittorrent.
 
Old 07-25-2019, 07:03 PM   #11
HOWU
LQ Newbie
 
Registered: Jul 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
I downloaded the ISO directly. I didn't use Torrent.

I also today tried all of this on an independent computer and laptop of a neighbor - with the same results.

Everything went so smoothly with my present Bodhi installation a few years ago. I guess I got spoiled.

Regards, Howard
 
Old 07-26-2019, 09:38 PM   #12
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,402

Rep: Reputation: 561Reputation: 561Reputation: 561Reputation: 561Reputation: 561Reputation: 561
Try using windows rufus with the 'dd' option. Or else it doesn't work. But dd for linux shoulda worked too.

Last edited by enigma9o7; 07-26-2019 at 09:40 PM.
 
Old 07-27-2019, 07:06 PM   #13
Knuddlzwerg
LQ Newbie
 
Registered: Jul 2019
Posts: 1

Rep: Reputation: Disabled
Try a different flash memory or size. Or format in NTFS, I use -universal usb installer-

Greetings Uwe

Last edited by Knuddlzwerg; 07-27-2019 at 08:22 PM.
 
Old 07-28-2019, 08:39 AM   #14
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Try CD ROM
 
Old 07-30-2019, 08:49 PM   #15
HOWU
LQ Newbie
 
Registered: Jul 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thank you all for the continuing suggestions.

I think that I'll next try a CD, as soon as I can get my hands on one. Haven't used them in many years.

I'll let you know how it goes ...

Thanks, Howard
 
  


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
display problems on fedora 11 live boot from flashdrive on machine with NVIDIA geforc fast_lane_86 Fedora 3 06-20-2009 02:14 PM
fedora 11 live boot from flashdrive on machine with NVIDIA geforce go 7150m graphics fast_lane_86 Fedora 2 06-20-2009 09:58 AM
grub support from cdrom and flashdrive boot vineet7kumar Linux - Hardware 1 05-03-2006 10:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 05:48 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