I am new to Fedora (after trying Centos) but primarily used Mandriva before - for many years.
I have upgraded and installed updates previously and this is not proving to be easy for Fedora.
Below is a copy of a long Grub.cfg
I can only boot from 'Fedora (3.1.4-1.fc16.x86_64)' and of course Windows XP.
I upgraded as requested and then after that could only access 3.1.4-1
First should I worry about this? The programme runs OK.
Second Can I delete the references to the other kernels in grub?
Third Is editing the Grub.cfg a solution to the boot problem - I have always upgraded as and when available and am a little uneasy if I cannot.
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Fedora (3.1.6-1.fc16.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 733cc38c-cb5f-42b7-a137-bda906ebbbd9
echo 'Loading Fedora (3.1.6-1.fc16.x86_64)'
linux /boot/vmlinuz-3.1.6-1.fc16.x86_64 root=UUID=733cc38c-cb5f-42b7-a137-bda906ebbbd9 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb KEYTABLE=uk rd.luks=0 LANG=en_US.UTF-8
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-3.1.6-1.fc16.x86_64.img
}
menuentry 'Fedora (3.1.5-6.fc16.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 733cc38c-cb5f-42b7-a137-bda906ebbbd9
echo 'Loading Fedora (3.1.5-6.fc16.x86_64)'
linux /boot/vmlinuz-3.1.5-6.fc16.x86_64 root=UUID=733cc38c-cb5f-42b7-a137-bda906ebbbd9 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb KEYTABLE=uk rd.luks=0 LANG=en_US.UTF-8 nouveau.modeset=0 rd.driver.blacklist=nouveau
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-3.1.5-6.fc16.x86_64.img
}
menuentry 'Fedora (3.1.4-1.fc16.x86_64)' --class fedora --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos6)'
search --no-floppy --fs-uuid --set=root 733cc38c-cb5f-42b7-a137-bda906ebbbd9
echo 'Loading Fedora (3.1.4-1.fc16.x86_64)'
linux /boot/vmlinuz-3.1.4-1.fc16.x86_64 root=UUID=733cc38c-cb5f-42b7-a137-bda906ebbbd9 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb KEYTABLE=uk rd.luks=0 LANG=en_US.UTF-8 nouveau.modeset=0 rd.driver.blacklist=nouveau
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-3.1.4-1.fc16.x86_64.img
}
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root A2E0C46FE0C44B6D
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Fedora release 16 (Verne) (on /dev/sdb11)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd1,msdos11)'
search --no-floppy --fs-uuid --set=root ab71c5a0-cace-4851-b04e-0d72b96ab892
linux /boot/vmlinuz-3.1.0-7.fc16.i686.PAE root=/dev/sdb11
initrd /boot/initramfs-3.1.0-7.fc16.i686.PAE.img
}
menuentry "Fedora release 16 (Verne) (on /dev/sdb11)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd1,msdos11)'
search --no-floppy --fs-uuid --set=root ab71c5a0-cace-4851-b04e-0d72b96ab892
linux /boot/vmlinuz-3.1.4-1.fc16.i686.PAE root=/dev/sdb11
initrd /boot/initramfs-3.1.4-1.fc16.i686.PAE.img
(((I have Omitted references to older systems that no longer work to reduce file)))
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###
My system is based on Asus M2N32-SLI Motherboard with AMD 64 Dual Core 5600+ and 2GB Ram - MSI N430GT Video Card with latest drivers.
Any guidance would be very welcome