ich hab 3 Debians (Stable (sda7), testing (sda8), unstable (sda9)) installiert und ein windows XP auf der platte. weil ich die menu.lst auf der partition von stable (sda7) haben wollte aber unstable als letztes installiert habe, musste ich grub als root ausführen und hab
Code: Alles auswählen
grub> root (hd0,6)
grub> setup (hd0)
grub> quit
Code: Alles auswählen
## ## End Default Options ##
title Etch, kernel 2.6.18-6-amd64 (on /dev/sda7)
root (hd0,6)
kernel /boot/vmlinuz-2.6.18-6-amd64 root=/dev/sda7 ro
initrd /boot/initrd.img-2.6.18-6-amd64
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Home Edition
root (hd0,1)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda8.
title Lenny, kernel 2.6.24-1-amd64 (on /dev/sda8)
root (hd0,7)
kernel /boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda8 ro quiet
initrd /boot/initrd.img-2.6.24-1-amd64
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda9.
title Sid, kernel 2.6.24-1-amd64 (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda9 ro quiet
initrd /boot/initrd.img-2.6.24-1-amd64
savedefault
boot
Etch und Windows lassen sich booten. Lenny und Sid geben nur
Code: Alles auswählen
error2: bad file or directory type
Die menu.lst Einträge habe ich aus den automatisch erstellten menu.lst der jeweiligen Partitions-menu.lst
Wo ist der Fehler ? Ich nehme an die menu.lst ist ok und der Fehler steckt im Ausführen des grub befehls und des Verlegens der menu.lst auf die Etch-Partition.