Einzelnen Beitrag anzeigen
Alt 04.04.2007, 23:42   #7
SerenDwyn
Master
 
Registriert seit: 20.11.2005
Beiträge: 748


Standard

So, also, folgendes hat dann zum Erfolg geführt: von der Fedora DVD booten, allerdings mit "linux rescue" am boot-prompt. Dann ein "chroot /mnt/sysimage" gefolgt von "grub-install --recheck /dev/hda" Scheinbar ein Bug in Fedora 6

Eine Frage zu Grub hab ich jetzt noch: wenn Grub lädt, dann zeigt er mir zuerst nur den Fedora-Eintrag dar, mit der Aufforderung, eine Taste zu drücken, um ins Menü zu kommen; dort ist dann der Windows Eintrag zusammen mit 2x Fedora... schaut so aus:
Zitat:
# 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 (hd1,1)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd1,1)/grub/splash.xpm.gz
hiddenmenu

title Fedora Core (2.6.20-1.2933.fc6)
root (hd1,1)
kernel /vmlinuz-2.6.20-1.2933.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.20-1.2933.fc6.img

title Windows
rootnoverify (hd0,0)
chainloader +1

title Fedora Core (2.6.18-1.2798.fc6)
root (hd1,1)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6.img
Kann ich das abstellen? Und was muss ich ändern, damit Grub sich nur im Textmodus präsentiert (der schöne Fedora-Splash-Screen während des Bootens kann ja bleiben)?

Vielen Dank!
SerenDwyn ist offline   Mit Zitat antworten