Entra

View Full Version : fedora 6 - grub


skyhawk
16-11-2006, 14:09
ho installato da poco fedora 6, cosi nel mio pc ho win+linux

fedora ha installato il suo bootloader grub, ma l'unico problema è che la schermata del bootloader per la scelta tra i due so dura solo pochissimi secondi, e poi vorrei poter mettere win con so principale di avvio...

sapete dirmi come modificare le impostazioni di grub? da fedora non sono riuscito a trovare dove andare per fare queste modifiche...

thanks

-Slash
16-11-2006, 14:16
ho installato da poco fedora 6, cosi nel mio pc ho win+linux

fedora ha installato il suo bootloader grub, ma l'unico problema è che la schermata del bootloader per la scelta tra i due so dura solo pochissimi secondi, e poi vorrei poter mettere win con so principale di avvio...

sapete dirmi come modificare le impostazioni di grub? da fedora non sono riuscito a trovare dove andare per fare queste modifiche...

thanks
devi modificare il file /boot/grub/menu.lst

ci sono le istruzioni all'interno altrimenti su internet ci sono parecchie guide

skyhawk
16-11-2006, 14:25
penso che sia come il file che sta su win... ora vedo.... thanks!

skyhawk
16-11-2006, 14:35
QUESTO E' IL FILE ORIGINALE:

# 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,5)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6xen)
root (hd0,5)
kernel /xen.gz-2.6.18-1.2798.fc6
module /vmlinuz-2.6.18-1.2798.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
module /initrd-2.6.18-1.2798.fc6xen.img
title Other
rootnoverify (hd0,0)
chainloader +1

_______________________________________________________________

FACCIO QUESTE MODIFICHE?

# 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,5)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title WinXP
rootnoverify (hd0,0)
chainloader +1
title Fedora Core (2.6.18-1.2798.fc6xen)
root (hd0,5)
kernel /xen.gz-2.6.18-1.2798.fc6
module /vmlinuz-2.6.18-1.2798.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
module /initrd-2.6.18-1.2798.fc6xen.img