1 (edited by ruivilela 2008-07-08 04:19:29)

Topic: Live in USB wrong disk reading

I have putted gparted in a USB (ext2 filesystem). The live is booted by grub (supergrub)

I took this data from http://ubuntuforums.org/showthread.php? … ht=bt3+usb

title gParted 0.3.6-7 (Live Boot)
usbshift
kernel $(grub_device)/live/vmlinuz1 boot=live  noswap ip=frommedia
initrd $(grub_device)/live/initrd1.img

After booting the kernel, the init level starts and there is just after an error on line 173 of init saying that /dev/hda is not found. And it cycles and insists in the same error.

I don't have IDE disks. I have two SATA disks /dev/sd[ab]. Recognized on kernel boot. And I'm using latest live gparted. And my dvdrw (laptop) on gentoo is located on /dev/sr0

Regards.