LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-12-2019, 03:59 PM   #16
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,572

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499

Quote:
both usb and / mounts threw some kind of kernel error and wouldn't finish
I'm not sure what you are referring to here. Using the second method with the $isofile is common and both types of entries have worked for me. THe entry I posted just happened to be the one I had for that old version of Bodhi.

The different Ubuntu install distributions generally have a message near the beginning of the install indicating that partitions on drive(s) are mounted and asks if you want to unmount them. I always select no because that is only necessary if you want to modify a partition. If you already have a partition formatted to install to it doesn't matter.

Quote:
for the record i also tried booting from the grub menu (as detailed in the link above) out of curiosity. typing 'c' when the menu was displayed
Yes, that should always work for one with a good memory or a pencil and paper.

Glad you got it working.
 
2 members found this post helpful.
Old 04-13-2019, 09:45 AM   #17
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by yancek View Post
Quote:
both usb and / mounts threw some kind of kernel error and wouldn't finish
I'm not sure what you are referring to here.
agreed that my wording wasn't too well chosen here. i just meant that both my attempts (from usb and the root partition /) using the first version of my menuentry didn't fully boot. i didn't feel the need to get into the specifics since i found a way that worked

Quote:
Originally Posted by yancek View Post
Using the second method with the $isofile is common and both types of entries have worked for me. THe entry I posted just happened to be the one I had for that old version of Bodhi.
i very much appreciate you posting what you had on hand as well as suggesting the method. seeing the one you originally posted as well as your description of the process helped me get an idea of how the process worked in general and what i was looking for when i eventually went to look for a fix at the link you posted.

Quote:
Originally Posted by yancek View Post
The different Ubuntu install distributions generally have a message near the beginning of the install indicating that partitions on drive(s) are mounted and asks if you want to unmount them. I always select no because that is only necessary if you want to modify a partition. If you already have a partition formatted to install to it doesn't matter.
after i had issue with this the first time with the bodhi installer, i continued to unmount prior to install with my other two installs just because it worked. i will keep your words in mind for future attempts.

Quote:
Originally Posted by yancek View Post
Yes, that should always work for one with a good memory or a pencil and paper.

Glad you got it working.
luckily i had my regular laptop (the 32-bit is mostly a test system for lightweight distros) to refer back to your post as well as the ubuntu isoboot documentation. thanks again for the help.

Last edited by cordx; 04-13-2019 at 09:46 AM. Reason: wording
 
Old 04-17-2019, 03:55 PM   #18
jmmslbc
LQ Newbie
 
Registered: Mar 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
thank you to all of you for all your advices
but as i am a beginner with linux i have not really all understood
nevertheless, i studies all i could and finally i found a solution to boot on a usb key and it worked

i used another software to prepare my key and probably it was better than the first one because this one did the job good so that i could boot on the key and so i could put bodhi 5 on the pc (the software which allowed me to boot on usb is "rufus" but it works only on windows so i used another pc to prepare the key)

so thank you to all i have now bodhi 5 on the old pc

it remains a problem with onboard which does not want to remain in french at each boot but i will post a new thread for this new difficulty
thank you to all !!!
 
2 members found this post helpful.
Old 04-22-2019, 01:43 PM   #19
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by yancek View Post
You should be able to copy a bodhi iso file to a usb/flash drive and then put an entry in the /boot/grub/grub.cfg menu to boot the iso directly.
now that this thread has been marked as solved, i was wondering if i could ask about this method a bit more. it worked for bodhi and lubuntu exactly as you described. however, it came up short with debian-based antiX and raspberry pi desktop. have you used this method for debian or debian-based distros?

i realize the bodhi forum probably isn't the place for a mostly debian question and can certainly cross-post. i just didn't know how else to get you specific attention without any kind of an @ or mention system here that i know of. i did do a search of the debian forum which didn't yield anything for "iso boot".
 
Old 04-22-2019, 05:47 PM   #20
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,572

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
I have an entry I used to boot Debian 8.3 iso. I don't use Debian regularly but the below entry booted that specific iso.

Quote:
menuentry "Debian uuid" {
loopback loop (hd1,3)/debian-live-8.3.0-amd64-mate-desktop.iso
linux (loop)/live/vmlinuz isofrom=/dev/disk/by-uuid/4b657f25-f4ba-43aa-99ac-8d7ba33a89c4/debian-live-8.3.0-amd64-mate-desktop.iso boot=live components quiet splash --
initrd (loop)/live/initrd.img
}
You need to actual, exact path to the iso, the exact name also. The "boot=live" is the Debian equivalent to the Lubuntu/Bodhi "boot=casper".
The /dev/disk/by-uuid need to be the UUID of the partition on which the iso resides, the (hd1,3) would be the second hard drive, third partition. All these entries need to be exact.

Didn't get an AntiX iso to boot so I extracted it and copied it to a partition on a flash drive and the entry below booted it.

Quote:
menuentry "AntiX Custom Boot " {
set gfxpayload=text
linux /antiX/vmlinuz quiet splash=v menus disable_srv=LX
initrd /antiX/initrd.gz
}
I did a lot of this about 4-5 years ago and have entries which worked for about 30 various iso files, Linux distros/utilities.
 
1 members found this post helpful.
Old 04-23-2019, 05:49 AM   #21
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 631

Rep: Reputation: 190Reputation: 190
This works for me. YMMV

Code:
menuentry "antiX ISO boot" {
     echo Boot disk address is: $root

     set iso='/antiX-17.4.1_x64-full.iso'
     set bootparms='from=all quiet persist nocheckfs'

     search -f $iso --set=root

     echo ISO root is:          $root
     echo ISO is:               $iso
     echo Boot parms are:       $bootparms
     echo
     loopback loop $iso
     linux (loop)/antiX/vmlinuz fromiso=$iso $bootparms
     initrd (loop)/antiX/initrd.gz
     echo Booting $iso}
 
Old 04-24-2019, 09:07 PM   #22
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
thank you both for your help. i will probably get to testing these this weekend
 
Old 04-25-2019, 01:55 PM   #23
r0bur
Member
 
Registered: Jun 2018
Posts: 37

Rep: Reputation: Disabled
[Delete]

Last edited by r0bur; 04-25-2019 at 03:47 PM. Reason: [Delete]
 
  


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
LXer: Ubuntu 18.04-Based Bodhi Linux 5.0 Enters Beta with Bodhi Builder Improvements LXer Syndicated Linux News 0 05-30-2018 11:12 AM
LXer: Bodhi Linux 2.4.0 Released, One Year Left Until Bodhi 3.0.0 LXer Syndicated Linux News 0 09-14-2013 05:21 PM

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

All times are GMT -5. The time now is 11:43 AM.

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