msie02
2006-08-12, 04:37 PM CDT
A couple of months ago i upgraded from FC4->FC5. I recently tried to enter the BIOS for the first time since the upgrade - without success.
When I turn on the computer F2 is pressed to enter the BIOS, and the text "Press F2 to enter System Configuration Utility" is substituted by "Entering System Configuration Utility, please wait". However, the Grub menu appears and the BIOS is not entered. I use a dual boot configuration next to WinXP on a Zepto 2414w laptop, and have pasted in the grub.conf below since I suppose this is a Grub issue? Does anyone have an idea of a way to enter the BIOS?
Best regards
Martin
[msie02@dhcppc0 ~]$ sudo cat /etc/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,4)
# kernel /boot/vmlinuz-version ro root=/dev/hda5
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=3
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
#hiddenmenu
#title Fedora Core (2.6.13-1.1532_FC4)
# root (hd0,4)
# kernel /boot/vmlinuz-2.6.13-1.1532_FC4 ro root=LABEL=/ rhgb quiet
# initrd /boot/initrd-2.6.13-1.1532_FC4.img
title Fedora Core (2.6.16-1.2080_FC5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.16-1.2080_FC5 ro root=LABEL=/ rhgb quiet vga=794
initrd /boot/initrd-2.6.16-1.2080_FC5.img
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/ rhgb quiet resume=/dev/hda6 vga=794
initrd /boot/initrd-2.6.15-1.2054_FC5.img
title Windows
rootnoverify (hd0,0)
chainloader +1
[msie02@dhcppc0 ~]$
When I turn on the computer F2 is pressed to enter the BIOS, and the text "Press F2 to enter System Configuration Utility" is substituted by "Entering System Configuration Utility, please wait". However, the Grub menu appears and the BIOS is not entered. I use a dual boot configuration next to WinXP on a Zepto 2414w laptop, and have pasted in the grub.conf below since I suppose this is a Grub issue? Does anyone have an idea of a way to enter the BIOS?
Best regards
Martin
[msie02@dhcppc0 ~]$ sudo cat /etc/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,4)
# kernel /boot/vmlinuz-version ro root=/dev/hda5
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=3
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
#hiddenmenu
#title Fedora Core (2.6.13-1.1532_FC4)
# root (hd0,4)
# kernel /boot/vmlinuz-2.6.13-1.1532_FC4 ro root=LABEL=/ rhgb quiet
# initrd /boot/initrd-2.6.13-1.1532_FC4.img
title Fedora Core (2.6.16-1.2080_FC5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.16-1.2080_FC5 ro root=LABEL=/ rhgb quiet vga=794
initrd /boot/initrd-2.6.16-1.2080_FC5.img
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/ rhgb quiet resume=/dev/hda6 vga=794
initrd /boot/initrd-2.6.15-1.2054_FC5.img
title Windows
rootnoverify (hd0,0)
chainloader +1
[msie02@dhcppc0 ~]$