| Habe "live" auf der /dev/sda7. Der Eintrag in der grub.cfg lautet: 
 
 Code: 
menuentry "Kanotix Live" {
linux (hd0,6)/live/vmlinuz1 boot=live quiet vga=791 utc=no timezone=Europe/Berlin locale=de keyb=de-latin1-nodeadkeys klayout=de kvariant=nodeadkeys union=aufs
 initrd (hd0,6)/live/initrd1.img
 }
 ### END /etc/grub.d/40_custom ###
 
 Leider bootet er nicht, sondern sagt "You have to load the kernel first". Wo ist der Fehler?
 Hab's auch so versucht:
 
 Code: 
menuentry "Kanotix Live" {
set root=(hd0,6)
 linux /live/vmlinuz1 boot=live quiet vga=791 utc=no timezone=Europe/Berlin locale=de keyb=de-latin1-nodeadkeys klayout=de kvariant=nodeadkeys union=aufs
 initrd /live/initrd1.img
 }
 ### END /etc/grub.d/40_custom ###
 
 Selbe Meldung
 |