Hallo,
Mit Fedora Core. Nur startet jetzt das System immer
automatisch mit Fedora.
Ich nutze aber mehr XP. Deshalb würde ich das auch gerne
umstellen, dass XP an erster Stelle ist, und das XP auch
automatisch startet.
Als root kannst du die Datei /boot/grub/grub.conf editieren:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.13-1.1526\_FC4)
root (hd0,1)
kernel /vmlinuz-2.6.13-1.1526\_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.13-1.1526\_FC4.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
Hier solltest due Wert Wert für default von 0 auf 1 setzen, also die Numemr, die Windows bei dir hat, beginnend mit 0.
hth
/dirk