Aaaaaaaaaaaaaah....
Maar hoe voeg ik dan de code toe? In zijn geheel kopieren? Dit heb ik geprobeerd, maar werkt niet...
Ik wil gewoon 3 menu-items:
### BEGIN /etc/grub.d/40_custom ###
menuentry 'UBUNTU 10.04 LTS' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 0a86e34e-ca6a-478d-a094-392ead0fde84
linux /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=0a86e34e-ca6a-478d-a094-392ead0fde84 ro quiet splash
initrd /boot/initrd.img-2.6.32-24-generic-pae
}
menuentry "XBMC LIVE" {
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set b90ed6e7-42c8-4927-83af-ec08cb7fc85f
linux /boot/vmlinuz-2.6.31-16-generic root=UUID=b90ed6e7-42c8-4927-83af-ec08cb7fc85f ro quiet splash xbmc=autostart,nodiskmount,setvolume loglevel=0
initrd /boot/initrd.img-2.6.31-16-generic
}
menuentry "ACRONIS TRUE IMAGE 2010" {
set root='(hd0,6)'
linux /boot/kernel.dat quiet vga=788 ramdisk_size=40000
initrd /boot/initrd
}
### END /etc/grub.d/40_custom ###