LinuxQuestions.org
Review your favorite Linux distribution.
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 01-01-2019, 01:41 PM   #1
TigerTamer
LQ Newbie
 
Registered: Jan 2019
Location: Deutschland
Distribution: New to Linux, coming from Win7
Posts: 17

Rep: Reputation: Disabled
Bodhi 5 32bit Legacy will not start


Hi, I thought I'd give Bodhi 5 a try.
I checked the md5, got it onto a USB using the usual YUMI, but as it's starting to load, showing the leaf icon with the circle animation (splash screen I guess? in place of an hourglass), it exits and shows this message:

"BusyBox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) _
"

Hardware is a small netbook, with dual-core Atom N280, 2GB of RAM.
No hard drive (yet) - just trying to run it "live" at this point.
thanks

edit: Bodhi 4.5 works fine except for the menu (if you open on the right, it goes off-screen).

Last edited by TigerTamer; 01-02-2019 at 02:41 PM.
 
Old 01-01-2019, 04:27 PM   #2
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
i never had trouble with my yumi usb writes, but did with other programs before i started using dd exclusively. i always went ahead and rewrote my live usb's if they didn't behave correctly. that always worked.

in case that doesn't work or you have already tried, can you run
Code:
dmesg
to see if it will shed some light on where things might have gotten stuck? i read a similar post that said dmesg wasn't scrollable in busybox and that
Code:
dmesg | more
didn't work so i'm not sure how much you will be able to see, but maybe there will be some useful info. another way to break it down would be to only check errors or warnings with
Code:
dmesg --level=err
or
Code:
dmesg --level=warn
if all else fails, there is the option to redirect dmesg into a file with
Code:
dmesg > file.txt
and read that file on a different machine if you have one available.

Last edited by cordx; 01-01-2019 at 04:31 PM. Reason: formatting
 
Old 01-01-2019, 04:46 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,145

Rep: Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124
I haven't looked at bodhi in years, but it looks like it still supports changing the boot options on the livecd. Hightlight the "live" option and hit the "Tab" key - this will list the options; using the arrow keys go along to where it says "quiet splash" and delete both words (only).
Hit <Ctrl>-x to boot (don't hit enter).
Let's see the last messages before you drop into busybox - take a photo and post that if you have to.
 
2 members found this post helpful.
Old 01-02-2019, 01:48 PM   #4
TigerTamer
LQ Newbie
 
Registered: Jan 2019
Location: Deutschland
Distribution: New to Linux, coming from Win7
Posts: 17

Original Poster
Rep: Reputation: Disabled
This is what I get when booting Bodhi 5:
Click image for larger version

Name:	IMG_20190102_143558-1.jpg
Views:	175
Size:	143.3 KB
ID:	29373
Click image for larger version

Name:	IMG_20190102_143446-2.jpg
Views:	142
Size:	81.7 KB
ID:	29374

@cordx
thanks for the tip.
dmesg gives at least half a dozen screenfulls that scroll by at high speed.
Sending it to a file is fine, but it's Live, without persistence.
I did try anyways, but a search via my other system found no such matching filename.
I did film it, so if you want to take a look and try pausing, be my guest.
Note, the link only works for 10 downloads. So anyone just casually browsing and not going to get involved in debugging this, do NOT download the file.
dmesg video. Expires after 10 downloads.
Click image for larger version

Name:	IMG_20190102_143513-3.jpg
Views:	169
Size:	105.8 KB
ID:	29375

Last edited by TigerTamer; 01-02-2019 at 03:31 PM.
 
1 members found this post helpful.
Old 01-02-2019, 03:25 PM   #5
TigerTamer
LQ Newbie
 
Registered: Jan 2019
Location: Deutschland
Distribution: New to Linux, coming from Win7
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
I haven't looked at bodhi in years, but it looks like it still supports changing the boot options on the livecd. Hightlight the "live" option and hit the "Tab" key - this will list the options; using the arrow keys go along to where it says "quiet splash" and delete both words (only).
Hit <Ctrl>-x to boot (don't hit enter). Let's see the last messages before you drop into busybox - take a photo and post that if you have to.
FYI Ctrl+X did nothing, needed [enter] instead.

I'm going to have to do the same for you as for @cordx and upload a video as there is just too much going on in too short a time.

This should allow you to pause on the parts that interest you. I stopped filming because it was just redundant but am posting a photo of the end.
Video Bodhi 5 Legacy with quiet splash removed. Expires after 10 downloads (171MB)

Click image for larger version

Name:	IMG_20190102_155022-.jpg
Views:	650
Size:	113.1 KB
ID:	29376


Hopefully this can help the developers figure out what is wrong.
Don't go out of your way for me - as I am leaning towards Sparky now.
I doubt this will be resolved soon, and I need to move on to other things (you know, life).
Thanks everyone for your attempted help.

Cheers!

Last edited by TigerTamer; 01-02-2019 at 03:29 PM.
 
1 members found this post helpful.
Old 01-02-2019, 04:10 PM   #6
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 455

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
what happens if you type exit at that prompt?
 
1 members found this post helpful.
Old 01-02-2019, 04:48 PM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,145

Rep: Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124Reputation: 4124
Sorry, my bad re <Enter> - those were instructions for an already installed bootloader, not the liveCD.
I'm go look if I still have any 32-bit systems and test if so.
 
1 members found this post helpful.
Old 01-02-2019, 08:31 PM   #8
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Smile

Quote:
Originally Posted by TigerTamer View Post
Sending it to a file is fine, but it's Live, without persistence.
i hadn't considered the live aspect when recommending the redirect. i was too busy trying to figure a way around not being able to use more or less and of course it worked just fine on my actual install when i ran it to check

i will take a look at the video and see if i can spot anything of interest. @rbtylee is one of the devs so i am hoping you can get some good help. i did see your comment about leaning towards sparky and understand wanting to just use something that works. good luck finding you like

Last edited by cordx; 01-02-2019 at 08:34 PM. Reason: formatting
 
Old 01-02-2019, 09:16 PM   #9
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by TigerTamer View Post
so if you want to take a look and try pausing, be my guest.
you were all too right about so much going on in a short amount of time. the only two frames that weren't info mashed on top of other info were the first and last. all i could make out in the middle was what looked like normal system startup. so the last one with "FAT-fs: IO charset ascii not found" was all that really stuck out. the fact that it kept repeating at the end would seem to suggest that might be where everything got stuck and threw a fatal error.

a quick duckduck search didn't shed any particular light on the issue. there is debian bug report from 2017 citing the same error trying to boot live with kernel 4.7.0 (yours is 4.9 like my legacy install), but the stated fix was just that the issue was resolved in a later kernel. no real help there i know. just figured i would share what i found in case it might be of interest.
 
Old 05-07-2019, 09:45 AM   #10
Luke12
LQ Newbie
 
Registered: May 2018
Posts: 3

Rep: Reputation: Disabled
Workaround

As I encounter same issue on old computer 32 bits (no PAE), I can investigated. Next soon.
Edit 1: live usb made with multibootusb fail to boot, even from menu 1 or menu 2 (old grub2).
Edit 2: successful boot if live usb made with "Startup disk creator"

Last edited by Luke12; 05-07-2019 at 09:51 AM.
 
Old 05-07-2019, 02:17 PM   #11
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,389

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
I had similar issue with 5.0 legacy and not 4.5 legacy. Both of them I wrote fine with rufus for windows, but 5.0 wouldn't boot unless I used the 'dd' mode. Now I just always use dd (under linux) or dd mode if I'm using windows rufus and seems to work for everything. Rufus says something about to use dd mode if iso mode or whatever the normal mode is called doesn't boot right.
 
Old 05-07-2019, 02:57 PM   #12
hemlocktree
Member
 
Registered: Aug 2018
Posts: 719

Rep: Reputation: 311Reputation: 311Reputation: 311Reputation: 311
not sure about relevance. tried the 32 on an old mac - worked great live and supers fast compared to anything else i ran but when i installed it would not boot. so i installed debian back on it. (I read somewhere that debian at boot/install has a choice of 2 different boot choices. maybe the first time i left it default and that may keep other os's from booting. not sure but i may have chosen the other option second install. Not sure but after trying various things on this old macbook - i went back to the original experiment in debian lxde.) Never figured out why on install it would not boot. and also there was another xfce version of something that ran live but not boot. they were all dvd installs.) maybe a connection here. yes it was legacy bodhi and 32 bit other versions too.
 
  


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
Bodhi does not recognize the NFTS partitioned drive. Trying to use virtual box to run windows in bodhi on my dual boot computer a minimal virus Linux - Newbie 4 11-24-2018 07:02 AM
Aspire Aspire 3000 with sis video works on live DVD but not on installed bodhi 5 legacy? famewolf Bodhi 2 09-23-2018 01:28 AM
Linux Lite 2.8 32bit and my 2.6 32bit on another PC not updating anymore, can not FETCH depository, need help! FiFi R Linux - Newbie 13 03-13-2016 03:51 PM
LXer: Running Bodhi 3.0.0 Legacy on Older Hardware LXer Syndicated Linux News 0 02-23-2015 10:01 AM
Fedora 13 32bit and then Linux Mint 32bit and then Ubuntu 10.04 32bit ciao303 Linux - Newbie 3 08-09-2010 11:03 PM

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

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