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 24th July 2012, 12:19 AM
Kakao's Avatar
Kakao Offline
Registered User
 
Join Date: Nov 2005
Posts: 53
linuxfirefox
Kernel 3.4.6 no boot option

Kernel 3.4.6-2 is installed but it does not appear as boot option although there is an entry in /boot/grub2/grub.cfg:

Code:
menuentry 'Fedora (3.4.6-2.fc17.x86_64)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-047568b1-c806-4a34-a4bc-f188264dc3e8' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_msdos
        insmod part_msdos
        insmod diskfilter
        insmod mdraid1x
        insmod ext2
        set root='mduuid/e74b42397715f5b5a0cb22deefeb3a5e'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint='mduuid/e74b42397715f5b5a0cb22deefeb3a5e'  09f33b13-b722-4321-84a7-f2167220d718
        else
          search --no-floppy --fs-uuid --set=root 09f33b13-b722-4321-84a7-f2167220d718
        fi
        echo 'Loading Fedora (3.4.6-2.fc17.x86_64)'
        linux   /vmlinuz-3.4.6-2.fc17.x86_64 root=/dev/mapper/luks-906ec399-c797-4d9c-8cb0-91e66dd62ad5 ro rd.lvm=0 rd.dm=0 SYSFONT=True  KEYTABLE=br-abnt2 rd.luks.uuid=luks-8f7ede84-309c-4504-9792-e049ef55f705 rd.md.uuid=43544800:8b65b2d9:65fc4d69:4095800b rd.luks.uuid=luks-906ec399-c797-4d9c-8cb0-91e66dd62ad5 rd.md.uuid=e74b4239:7715f5b5:a0cb22de:efeb3a5e rd.md.uuid=85b41a35:96a82ab8:2db5deae:533b944b LANG=en_US.UTF-8 rhgb quiet nouveau.modeset=0 rd.driver.blacklist=nouveau
        echo 'Loading initial ramdisk ...'
        initrd /initramfs-3.4.6-2.fc17.x86_64.img
}
How to make the boot option appear?
__________________
Folding@Home KakaoStats

Web Python
Reply With Quote
  #2  
Old 24th July 2012, 01:16 PM
AlexanderFloyd Offline
Registered User
 
Join Date: Jul 2012
Location: Russia
Posts: 3
windows_7chrome
Re: Kernel 3.4.6 no boot option

Try to use grub2-mkconfig to recreate configuration.

#grub2-mkconfig -o /boot/grub2/grub.cfg
Reply With Quote
  #3  
Old 24th July 2012, 01:40 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfirefox
Re: Kernel 3.4.6 no boot option

Quote:
Originally Posted by Kakao

Kernel 3.4.6-2 is installed but it does not appear as boot option although there is an entry in /boot/grub2/grub.cfg
I've been playing around with Fedora 17 for a day or so and noticed that, too. I did find a boot menu entry for the new kernel in "Advanced options for Fedora". I had already tried the grub2-mkconfig idea. It did not change the situation for me.

P.S.: I just checked again, and the new kernel now is booted by the Fedora menu entry at the top. Maybe the grub2-mkconfig thing did fix it. Thinking about it more, I don't trust my memory of this event at all now. I regret posting here now. Sorry. I hope you get yours fixed the way you want it.
Reply With Quote
  #4  
Old 24th July 2012, 10:27 PM
Kakao's Avatar
Kakao Offline
Registered User
 
Join Date: Nov 2005
Posts: 53
linuxfirefox
Re: Kernel 3.4.6 no boot option

grub2-mkconfig did not work for me neither yum removing and reinstalling.
__________________
Folding@Home KakaoStats

Web Python
Reply With Quote
  #5  
Old 24th July 2012, 11:41 PM
dd_wizard's Avatar
dd_wizard Offline
Registered User
 
Join Date: Sep 2009
Posts: 1,409
linuxfirefox
Re: Kernel 3.4.6 no boot option

Quote:
Originally Posted by stoat View Post
I've been playing around with Fedora 17 for a day or so and noticed that, too. I did find a boot menu entry for the new kernel in "Advanced options for Fedora". I had already tried the grub2-mkconfig idea. It did not change the situation for me.

P.S.: I just checked again, and the new kernel now is booted by the Fedora menu entry at the top. Maybe the grub2-mkconfig thing did fix it. Thinking about it more, I don't trust my memory of this event at all now. I regret posting here now. Sorry. I hope you get yours fixed the way you want it.
Yup, that's what grub2-mkconfig does, normally. The old grubby generated entry at the top of the menu disappears, as well.

Kakao, have you tried opening the Advanced options grub entry? You should see the 3.4.6 kernel listed there.

dd_wizard
Reply With Quote
  #6  
Old 26th July 2012, 12:03 AM
Kakao's Avatar
Kakao Offline
Registered User
 
Join Date: Nov 2005
Posts: 53
linuxfirefox
Re: Kernel 3.4.6 no boot option

Where do I find the "Advanced options grub entry"? I searched for it without success.
__________________
Folding@Home KakaoStats

Web Python
Reply With Quote
  #7  
Old 4th August 2012, 12:41 AM
Kakao's Avatar
Kakao Offline
Registered User
 
Join Date: Nov 2005
Posts: 53
linuxfirefox
Re: Kernel 3.4.6 no boot option

After installing 3.5.0 I now have it in /boot/grub2/grub.cfg but still on option to boot it:

Code:
menuentry 'Fedora (3.5.0-2.fc17.x86_64)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.5-2.fc17.x86_64-advanced-047568b1-c806-4a34-a4bc-f188264dc3e8' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_msdos
        insmod diskfilter
        insmod mdraid1x
        insmod ext2
        set root='mduuid/e74b42397715f5b5a0cb22deefeb3a5e'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint='mduuid/e74b42397715f5b5a0cb22deefeb3a5e'  09f33b13-b722-4321-84a7-f2167220d718
        else
          search --no-floppy --fs-uuid --set=root 09f33b13-b722-4321-84a7-f2167220d718
        fi
echo 'Loading Fedora (3.5.0-2.fc17.x86_64)'
        linux   /vmlinuz-3.5.0-2.fc17.x86_64 root=/dev/mapper/luks-906ec399-c797-4d9c-8cb0-91e66dd62ad5 ro rd.lvm=0 rd.dm=0 SYSFONT=True  KEYTABLE=br-abnt2 rd.luks.uuid=luks-8f7ede84-309c-4504-9792-e049ef55f705 rd.md.uuid=43544800:8b65b2d9:65fc4d69:4095800b rd.luks.uuid=luks-906ec399-c797-4d9c-8cb0-91e66dd62ad5 rd.md.uuid=e74b4239:7715f5b5:a0cb22de:efeb3a5e rd.md.uuid=85b41a35:96a82ab8:2db5deae:533b944b LANG=en_US.UTF-8 rhgb quiet
        echo 'Loading initial ramdisk ...'
initrd /initramfs-3.5.0-2.fc17.x86_64.img
}


---------- Post added at 07:50 PM ---------- Previous post was at 07:24 PM ----------

This is the output of grub2-mkconfig
Code:
# grub2-mkconfig -o /boot/grub2/grub.cfg 
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-2.fc17.x86_64
Found initrd image: /boot/initramfs-3.5.0-2.fc17.x86_64.img
/usr/sbin/grub2-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Found linux image: /boot/vmlinuz-3.4.6-2.fc17.x86_64
Found initrd image: /boot/initramfs-3.4.6-2.fc17.x86_64.img
Found linux image: /boot/vmlinuz-3.4.5-2.fc17.x86_64
Found initrd image: /boot/initramfs-3.4.5-2.fc17.x86_64.img
  No volume groups found
done


---------- Post added at 08:41 PM ---------- Previous post was at 07:50 PM ----------

I just discovered that while booting with only one of the 2 HDs of the RAID 1 array alternately one boots to 3.4.5 and the other to 3.5.0. Now to try to fix...
__________________
Folding@Home KakaoStats

Web Python

Last edited by Kakao; 4th August 2012 at 06:20 PM.
Reply With Quote
  #8  
Old 4th August 2012, 03:59 PM
lightman47 Offline
Registered User
 
Join Date: Apr 2009
Posts: 267
linuxchrome
Re: Kernel 3.4.6 no boot option

Another fly in the ointment - when I did yum update on my FC17 machines, it downloaded what it said was 3.4.6-2 ... but it INSTALLED 3.5 during the installation of that. <?????> What the heck?? Incidentally, this happened on all FOUR of my FC 17 machines 32 and 64 bit alike!

Not looking for answers - just wanted to toss that out there ...
Reply With Quote
  #9  
Old 4th August 2012, 11:02 PM
dcharlespyle Online
Registered User
 
Join Date: Jul 2012
Location: Utah
Posts: 89
linuxfirefox
Re: Kernel 3.4.6 no boot option

Watch those enabled repositories. That's what I think got you this time around. You had 3.4.6-2 on the regular updates repository and you may well have a debug or updates-testing repository enabled at the same time. If so, that would explain why both kernel versions were available to Yum and why you got the 3.5.0 kernel, too.

I've had that happen to me before, so I have experienced that. Don't know about your RAID configuration, though, as I have not used RAID configurations since 2006.
Reply With Quote
Reply

Tags
boot, kernel, option

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
F16 - kernel option for EFI (grub.efi) psicfr Hardware & Laptops 0 9th June 2012 11:48 AM
Kernel option with Grub tkoco Using Fedora 3 15th February 2008 03:47 AM
GRUB boot menu has three fedoras boot option ? myisty Using Fedora 1 3rd June 2007 10:50 AM
Installing GRUB boot record to the first /boot sector option does not work for me styryx Installation and Live Media 2 18th April 2006 03:32 PM
How to enable kernel option: REGPARM - Kernel: 2.6.14-1.1653_FC4 Camino Using Fedora 4 6th January 2006 07:48 PM


Current GMT-time: 01:33 (Thursday, 20-06-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