Re: rebooting with new kernel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 07/12/2015 10:47 PM, Gordon Messmer wrote:
> On 07/12/2015 03:43 AM, Paul Cartwright wrote:
>> rebooted and... a blinking cursor on a black background..
>> this seems to happen everytime now when I get a new kernel in F22
>
> Next time you update, save a copy of /boot/efi/EFI/fedora/grub.cfg,
> then run "grub2-mkconfig".
>
> You can compare them to see the changes:
> diff -u saved-grub.cfg /boot/efi/EFI/fedora/grub.cfg
>
> That should tell you what's breaking when you update.
> -- 
ok, I got a new kernel today, 8-300 . so I copied the grub.cfg to
grub.8-300 and did another grub2-mkconfig -o /boot/grub2/grub.cfg and
the new grub.cfg is different that what the system made after it
installed the new kernel.. I am not sure what the difference is..


-rw-r--r--  1 root root 23880 Jul 19 07:45 grub.8-300
-rw-r--r--  1 root root 25550 Jul 19 07:46 grub.cfg

[root@pauls-server grub2]# diff grub.8-300 grub.cfg
diff grub.8-300 grub.cfg
72c72
< menuentry 'Fedora (4.0.8-300.fc22.x86_64+debug) 22 (Twenty Two)'
--class fedora --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-4.0.7-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
---
> menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two)' --class
fedora --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-4.0.8-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
84,85c84,85
<     linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
LANG=en_US.UTF-8
<     initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64+debug.img
---
>     linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
>     initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64.img
87c87
< menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two)' --class
fedora --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-4.0.7-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
---
> menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two) (recovery
mode)' --class fedora --class gnu-linux --class gnu --class os
--unrestricted $menuentry_id_option
'gnulinux-4.0.8-300.fc22.x86_64-recovery-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
99c99
<     linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
LANG=en_US.UTF-8
---
>     linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro single  rhgb quiet
114c114
<     linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
>     linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
144c144
<     linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
>     linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
161a162,191
> menuentry 'Fedora (4.0.8-300.fc22.x86_64+debug) 22 (Twenty Two)'
--class fedora --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-4.0.8-300.fc22.x86_64+debug-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
>     load_video
>     set gfxpayload=keep
>     insmod gzio
>     insmod part_msdos
>     insmod ext2
>     set root='hd1,msdos6'
>     if [ x$feature_platform_search_hint = xy ]; then
>       search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6
--hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 --hint='hd1,msdos6' 
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
>     else
>       search --no-floppy --fs-uuid --set=root
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
>     fi
>     linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
>     initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64+debug.img
> }
> menuentry 'Fedora (4.0.8-300.fc22.x86_64+debug) 22 (Twenty Two)
(recovery mode)' --class fedora --class gnu-linux --class gnu --class os
--unrestricted $menuentry_id_option
'gnulinux-4.0.8-300.fc22.x86_64+debug-recovery-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
>     load_video
>     set gfxpayload=keep
>     insmod gzio
>     insmod part_msdos
>     insmod ext2
>     set root='hd1,msdos6'
>     if [ x$feature_platform_search_hint = xy ]; then
>       search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6
--hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 --hint='hd1,msdos6' 
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
>     else
>       search --no-floppy --fs-uuid --set=root
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
>     fi
>     linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro single  rhgb quiet
>     initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64+debug.img
> }
174c204
<     linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
>     linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
204c234
<     linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
>     linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
233c263
<     linux16 /boot/vmlinuz-0-rescue-78db501f7f8d403c938e4d646de9a9c4
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
>     linux16 /boot/vmlinuz-0-rescue-78db501f7f8d403c938e4d646de9a9c4
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
261c291
<     linux16 /boot/vmlinuz-0-rescue-7a49ecb4c939408baf9f3ced07af2fe4
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
>     linux16 /boot/vmlinuz-0-rescue-7a49ecb4c939408baf9f3ced07af2fe4
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
278c308
< if [ "x$default" = 'Fedora (4.0.7-300.fc22.x86_64) 22 (Twenty Two)' ];
then default='Advanced options for Fedora>Fedora (4.0.7-300.fc22.x86_64)
22 (Twenty Two)'; fi;
---
> if [ "x$default" = 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two)' ];
then default='Advanced options for Fedora>Fedora (4.0.8-300.fc22.x86_64)
22 (Twenty Two)'; fi;

-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux