I now have three kernels listed in grub. What is the correct way to make it boot from the newest? I changed GRUB_DEFAULT=saved to GRUB_DEFAULT=0. That moved it from the oldest to the second, not the latest as I expected. I did run grub2-mkconfig -o /boot/grub2/grub.cfg and as I said I saw a change but not what I expected?

# cat /etc/default/grub
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=0
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX=" rd.lvm.lv=fedora_box7/swap rd.lvm.lv=fedora_box7/root "
GRUB_DISABLE_RECOVERY="true"

What am I doing wrong?

Bob

--
--

http://www.qrz.com/db/W2BOD
box7  Fedora-21/64bit Linux/XFCE

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to