Hat dir diese Antwort geholfen?
1 Leser hat sich bedankt
Geht auch nicht...
hab ich was übersehen?
uuid
insgesamt 0
drwxr-xr-x 2 root root 100 2012-01-14 16:36 .
drwxr-xr-x 6 root root 120 2012-01-14 16:36 ..
lrwxrwxrwx 1 root root 10 2012-01-14 16:36 6ce6ec02-ea81-4390-9240-5f509f682ecf -> ../../sda6
lrwxrwxrwx 1 root root 10 2012-01-14 16:36 83b668c2-e0b7-4536-9742-0b480e684c9e -> ../../sda5
lrwxrwxrwx 1 root root 10 2012-01-14 16:36 b9e1bef2-3661-4e3a-ac54-320766959b40 -> ../../sda1
custom_41
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Android-x86 2011-11-13" {
set root=(hd0,1)
search --fs-uuid --set b9e1bef2-3661-4e3a-ac54-320766959b40
linux /android-2011-11-13/kernel quiet root=/dev/ram0 androidboot_hardware=eeepc acpi_sleep=s3_bios,s3_mode SRC=/android-2011-11-13
initrd /android-2011-11-13/initrd.img
}
menuentry "Android-x86 2011-11-13 (Debug mode)" {
set root=(hd0,1)
linux /android-2011-11-13/kernel root=/dev/ram0 androidboot_hardware=eee-pc acpi_sleep=s3_bios,s3_mode DEBUG=1 SRC=/android-2011-11-13
initrd /android-2011-11-13/initrd.img
}
oder muss man die custom_41 auch komplett neu schreiben?
Ich hab jetzt nur die uuid eingefügt und grub-update gemacht.
VG
Doozer