You are not logged in.
Following updating system using
sudo pacman -Syu I noticed a new file grub.cfg.new
I'm guessing i should do something like
sudo mv /boot/grub/grub.cfg /boot/grub/grub.cfg.bk
sudo mv /boot/grub/grub.cfg.new /boot/grub/grub.cgf
sudo grub-mkconfig -o /boot/grub/grub.cfg
// am I right about doing this ?
I've googled and no entries came up mentioning the creation of the grub.cfg.new
Grub version following update is :
[andrew@darkstar:~]$ sudo pacman grub -Qi (12-29 11:46)
[sudo] password for andrew:
Name : grub
Version : 2:2.06-3
Also following my googling I noticed entry about grub-customizer pkg ; i've read somewhere not to use that is using manjaro. Obviously i'm on vanilla Arch , so what will grub-customizer do for me ?
Last edited by captain_sensible (2021-12-30 08:09:12)
Offline
I've googled and no entries came up mentioning the creation of the grub.cfg.new
Odd
Offline
@OP: is your GRUB configuration functional? If so then you don't need to generate a new grub.cfg or move the current version away (which is pointless anyway if you intend to overwrite it). And note the grub-mkconfig doesn't accept "-0" as an option; read the man page again.
Jin, Jîyan, Azadî
Offline
cheers @Zod mmm must have left my glasses off
@Head_on_a_stick
yes after update, laptop is booting fine ;i just assumed there would be some benefit from the new grub.cfg will read links that came up !
Offline
The only thing that I could see was the addition of a commented-out new option:
# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
#GRUB_DISABLE_OS_PROBER=falseOffline
See https://github.com/archlinux/svntogit-p … grub/trunk for the changes with the grub 2:2.06-3 release.
Offline