1 (edited by noderscore 2010-09-08 04:53:46)

Topic: [SOLVED]usb boot using grubinst menu.lst cant find media containg live

hi,ive been hacking away for quite a while now
im booting gparted from usb using the live cd  Gparted 0.6.2-2

using grubinst gui

my file arrangment is on the usb is as follows

Gparted 0.6.2-2,grldr,menu.lst  /
Gparted 0.6.2-2,isolinux,live,syslinux,copying,gparted live version

my menu.lst

title Gparted-live-0.6.2-2
root (hd0,0)
kernel /gparted-live-0.6.2-2/live/vmlinuz live-media-path=/gparted-live-0.6.2-2 bootfrom=/dev/sd toram=filesystem.squashfs boot=live union=aufs noswap noprompt vga=789 ip=frommedia
initrd /gparted-live-0.6.2-2/live/initrd.img

im getting the following errors :-

unable to find a media containing a live image

and debian:-

this debian live image failed to boot

any help here, or issues i need to learn or any direction would be of most use so thanks in advance

2

Re: [SOLVED]usb boot using grubinst menu.lst cant find media containg live

Hi noderscore,

...live-media-path=/gparted-live-0.6.2-2...

omit the slash (/)and try again.

Regards
cmdr

3 (edited by noderscore 2010-09-08 04:51:20)

Re: [SOLVED]usb boot using grubinst menu.lst cant find media containg live

noderscore wrote:

hi,ive been hacking away for quite a while now
im booting gparted from usb using the live cd  Gparted 0.6.2-2

using grubinst gui

my file arrangment is on the usb is as follows

Gparted 0.6.2-2,grldr,menu.lst  /
Gparted 0.6.2-2,isolinux,live,syslinux,copying,gparted live version

my menu.lst

title Gparted-live-0.6.2-2
root (hd0,0)
kernel /gparted-live-0.6.2-2/live/vmlinuz live-media-path=/gparted-live-0.6.2-2 bootfrom=/dev/sd toram=filesystem.squashfs boot=live union=aufs noswap noprompt vga=789 ip=frommedia
initrd /gparted-live-0.6.2-2/live/initrd.img

im getting the following errors :-

unable to find a media containing a live image

and debian:-

this debian live image failed to boot

any help here, or issues i need to learn or any direction would be of most use so thanks in advance



hey thanks alot...
what i did was run multibootiso and copy the menu.lst from there

title gparted (Partition Tools)

find --set-root /gparted/live/initrd.img

kernel /gparted/live/vmlinuz live-media-path=gparted/live boot=live i915.modeset=0 xforcevesa radeon.modeset=0 noswap nomodeset noprompt vga=788 ip=frommedia  nosplash

initrd /gparted/live/initrd.img

i see the obvious mistake by omitting the /
so i expect it would of worked
thanks again
SOLVED