Grub Updated Seamlessly

The message should say:

:: To use the new features provided in this GRUB update, it is recommended
   to install it to the MBR or UEFI. Due to potential configuration
   incompatibilities, it is advised to run both, installation and generation
   of configuration:
     # grub-install ...
     # grub-mkconfig -o /boot/grub/grub.cfg
1 Like

Thatā€™s what i thought but i wasnā€™t sure if you guyā€™s were just joking with the. :man_facepalming:

1 Like

I wasnā€™t joking.

I would never. :frog:

@Kresimir

Where did this grub-install come from any way? Itā€™s only after this grub fiasco Iā€™ve seen it.

i would bet some users will reach the write cycles on nvram with arch and this grub thingy :upside_down_face: :exploding_head: :eight_pointed_black_star:

Iā€™m sure too. nvram doesnā€™t hold that much on some hardware as Iā€™ve seen before.

Itā€™s a confusing name for a command, because the word ā€œinstallā€ means different thing than what it normally means.

When we say ā€œinstallā€ we mean ā€œinstall a packageā€. But grub-install does something different, itā€¦ well, installs the bootloader (the version of the currently installed package) on a device (like the MBR or UEFI).

Maybe it should be initiate-grub :laughing:

Personally, Iā€™d call it deploy-grub or, better, grub-deployā€¦

Thatā€™s better! :wink:

I would go with grub-put-in-efi-and-nvram-or-deploy-to-mbr-depending

2 Likes

Do you think thatā€™s a realistic possibility? How often does GRUB update, anyway? I canā€™t imagine itā€™s that often.

1 Like

I guess what i was asking was, is grub-update an actual pacman command?

There is no reason to keep deploying it to nvram in the first place. That is why I keep recommending --no-nvram

grub-update is a debian command which runs grub-mkconfig

yes butā€¦ imagine a user following 1023 tutorials and videos how to solve the grub issue.-. and running grub-install in 10203 ways first thing is nvram will be full

1 Like

I think thatā€™s update-grub :rofl:

1 Like

Sorry i meant grub-install. :astonished:

Edit: Yes Iā€™m familiar with update-grub.

No, it has nothing to do with pacman. It doesnā€™t install the package grub. It copies files to the EFI partition and updates nvram on a UEFI system.

So itā€™s just a bash shell command?

Edit: I guess this is where the confusion comes in. Because thinking itā€™s reinstalling grub?