Hi, ich möchte mir Ubuntu 8.04 auf meinem USB Stick installieren, bzw es ein machen, das ich vom Stick booten kann.
Dies hab ich bereits geschafft. Dazu habe ich das Script aus diesem Artikel verwendet http://wiki.ubuntuusers.de/Live-USB_-_persistente_Installation
Damit funktioniert auch alles. Jedoch möchte ich GRUB anstatt syslinux verwenden.
Also habe ich "sudo grub-install --root-directory=/media/UsbBTest --no-floppy /dev/sdc" ausgeführt. dann kam:
Installation finished. No error reported. This is the contents of the device map /media/UsbBTest/boot/grub/device.map. Check if this is correct or not. If any of the lines is incorrect, fix it and re-run the script
grub-install'. (hd0) /dev/sda (hd1) /dev/sdb (hd2) /dev/sdc
Eine menu.lst hab ich in /media/UsbBTest/boot/grub eingefügt. Inhalt:
default 0 timeout 10
title Ubuntu Persistent root (hd0,0) kernel /casper/vmlinuz boot=casper persistent ramdisk_size=1048576 root=/dev/ram rw – initrd /casper/initrd.gz boot
title Ubuntu Live root (hd0,0) kernel /casper/vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw quiet splash-- initrd /casper/initrd.gz boot
title Ubuntu Live (Sicherer Grafikmodus) root (hd0,0) kernel /casper/vmlinuz boot=casper xforcevesa ramdisk_size=1048576 root=/dev/ram rw – initrd /casper/initrd.gz boot
title Speichertest root (hd0,0) kernel /install/mt86plus boot
Jedoch wird beim start immer noch syslinux installiert. Wenn ich alles manuell mache, formatieren und so weiter dann startet er garnicht. Irgendwie wird der Stick nie gebootet wenn GRUB verwendet wird. immer nur syslinux.
Woran kann das liegen und vorallem wie mache ich es, dass grub verwendet wird?