kanotix.com
Installation, Einstellungen, Systempflege - live-System bootet nicht von HDD
Felis - 06.09.2009, 12:20 Uhr
Titel: live-System bootet nicht von HDD
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
Daddy-G - 06.09.2009, 13:39 Uhr
Titel:
Bei grub2 für sda7 (hd0,7) schreiben, zählt nicht wie altes grub von "0" ab, sondern von "1"
Code:
menuentry "Kanotix-excalibur Live" {
set root=(hd0,7)
linux /live/vmlinuz1 boot=live quiet vga=791 utc=no timezone=Europe/Berlin locale=de ati keyb=de-latin1-nodeadkeys union=aufs live-media-path=/live
initrd /live/initrd1.img
}
Also dieses in /etc/grub.d/40_custom schreiben, speichern und dann in der konsole als root "update-grub"
Felis - 06.09.2009, 17:18 Uhr
Titel:
Zitat:
Bei grub2 für sda7 (hd0,7) schreiben, zählt nicht wie altes grub von "0" ab, sondern von "1"
Danke, das habe ich nicht gewusst!
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007