[syslinux] extlinux: usb for multiples machines

Luciano Rocha strange at nsk.no-ip.org
Wed Dec 10 13:00:15 PST 2008


On Wed, Dec 10, 2008 at 06:04:28PM -0200, Eriberto wrote:
> Hi!
> 
> I installed Debian in a pendrive and I used extlinux. I need a boot
> for multiples machines. When I use the config file below, my pendrive
> works fine:
> 
> DEFAULT linux
> LABEL linux
> KERNEL ../vmlinuz
> APPEND ro root=/dev/sda1 initrd=../initrd
> 
> But I need a boot for any machine. Then, I tried it:
> 
> APPEND ro initrd=../initrd

Change it to:
APPEND ro root=LABEL=myudisk initrd=../initrd

And then do this to the partition:
e2label /dev/sda1 myudisk

-- 
lfr
0/0




More information about the Syslinux mailing list