You are not logged in.
Pages: 1
I'm trying to add a custom param to `GRUB_CMDLINE_LINUX_DEFAULT` but when running `grub-mkconfig` I get:
[root@root grub]$ sudo grub-mkconfig -o /boot/grub/grub.cfg
insmod: ERROR: could not load module part_gpt: No such file or directoryAlready tried to update the system with `pacman` and reinstalling `os-prober` but still getting the same error.
Does anybody knows how to fix this?,
Thanks!
Offline
it's a grub module... is /boot mounted? is there /boot/grub/*/part_gpt.mod? did you run grub-install?
Offline
Please post your /etc/default/grub
Offline
and if you're trying to load part_gpt with kernel insmod... perhaps a grub config is executed as bash shellscript somewhere. not sure how that happens, though...
Offline
Fixed it doing `pacman -R grub` and then installing it again.
Offline
Pages: 1