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?