Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th December 2011, 04:44 PM
mervmitch Offline
Registered User
 
Join Date: Dec 2011
Location: Newquay Cornwall UK
Posts: 2
linuxfirefox
F16 No longer boots latest kernels

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
Reply With Quote
  #2  
Old 30th December 2011, 05:11 PM
sea's Avatar
sea Online
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608
linuxfirefox
Re: F16 No longer boots latest kernels

Make a copy of your grub.config file, then run
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
Reboot and be happy

Your problem was the hardcoded echo command... that should be fixed with the grub2 update.
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
Reply With Quote
  #3  
Old 31st December 2011, 04:29 PM
mervmitch Offline
Registered User
 
Join Date: Dec 2011
Location: Newquay Cornwall UK
Posts: 2
linuxfirefox
Re: F16 No longer boots latest kernels

Thanks sea -
it worked in part as I had upgraded my nvidia driver from 'nouveau' to one that is recommended by F16
so after adding - the line
- nouveau.modeset=0 rdblacklist=nouveau - I am back to where i was in 3.1.4
I am adding to 3.1.6 will let you know if it works.
At least I have stopped panicking

When do we get the grub2 update?

---------- Post added at 04:29 PM ---------- Previous post was at 03:44 PM ----------

Hi sea
Update on last post

no good still as only 3.1.4 works - my 'nouveau remova'l is not enough
the others just hang at the end of the blue progress bar turning white at Fedora 16 - if I press esc then I sometimes get a code return e.g. [F12] or similar and more then the only option appears to be ctrl-alt-delete - that works

NB Centos6.2 hangs in the same way - interesting ?

regards

mervmitch
Reply With Quote
Reply

Tags
boots, f16, kernels, latest, longer, thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kubuntu partition no longer boots GJCGJC Using Fedora 5 18th January 2009 05:31 PM
Crashed F9 usb-livecd no longer boots zak_neutron Using Fedora 2 3rd June 2008 01:59 PM
Fedora core 7 no longer boots peppermintpatti Using Fedora 16 24th November 2007 03:15 PM
Please Help ! Fedora 7 no longer boots kkempter Using Fedora 3 13th August 2007 04:15 PM
Dual Boot - XP no longer boots BiPolar Installation and Live Media 2 11th March 2005 06:21 PM


Current GMT-time: 15:29 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat