[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian auf USB-FP



Hi Klaus

schreib dir nen eigen Menüeintrag in den /etc/grub/40_custom

Beispiel:

/dev/sda        =    (hd0)
/dev/sda1    =    (hd0,0)
/dev/sda2    =    (hd0,1)
/dev/sdb1    =    (hd1,0)
usw...

---------------------------------

in /etc/grub/40_custom:
#!/bin/sh
echo "Endlich von USB booten,obwohl es per NAS einfacher waere und Spiro es nicht will:-)"
menuentry "MEINE GELIEBTE USBPLATTE" {
    set root=UUID=DEINE-UUID-DER-FS
    linux /vmlinuz root=UUID=Deine-UUID-DER-FS ro quiet splash
    initrd /initrd.img
}
---------------------------- per sudo blkid -o list solltest du deine UUID der USB-Festplatte herausfinden dann noch ein sudo update-grub Gruß Alex

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: