Emess
Turmspringer
Bei einem apt-get-dist-upgrade hat squeeze auf grub2 bestanden. Jetzt bootet erst grub legacy dann Grub2, in dem allerdings einträge für XP und Lenny fehlen.
was passiert jetzt eigentlich bei einem "upgrade-from-grub-legacy" mit den Einträgen XP und Lenny?
Code:
## ## End Default Options ##
title Chainload into GRUB 2
root (hd0,5)
kernel /boot/grub/core.img
title ���������������������������������������������������������������������
root
title When you have verified GRUB 2 works, you can use this command to
root
title complete the upgrade: [COLOR="Red"]upgrade-from-grub-legacy[/COLOR]
root
title ���������������������������������������������������������������������
root
title Debian GNU/Linux, kernel 2.6.30-1-686
root (hd0,5)
kernel /boot/vmlinuz-2.6.30-1-686 root=UUID=d8490190-ed2f-413d-9e15-ddf9582023ed ro
initrd /boot/initrd.img-2.6.30-1-686
title Debian GNU/Linux, kernel 2.6.30-1-686 (single-user mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.30-1-686 root=UUID=d8490190-ed2f-413d-9e15-ddf9582023ed ro single
initrd /boot/initrd.img-2.6.30-1-686
### END DEBIAN AUTOMAGIC KERNELS LIST
[COLOR="Blue"]
# 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/hda1
title Microsoft Windows XP Professional
rootnoverify (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda9.
title Debian GNU/Linux (5.0.2) (on /dev/hda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/hda9
initrd /boot/initrd.img-2.6.26-1-686
savedefault
boot[/COLOR]
was passiert jetzt eigentlich bei einem "upgrade-from-grub-legacy" mit den Einträgen XP und Lenny?