You are not logged in.
Pages: 1
I updated BIOS and reboot(via Windows program), then my GRUB was gone.
I have tried to chroot and rebuild GRUB bootloader like what I did before, but it still not working:
# grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB --removable
no error
# grub-mkconfig -o /boot/grub/grub.cfg
no error
/boot is the partition of Windows ESP partition.
PS: ThinkPad X1 Extreme Gen 1, BIOS version: 1.25
What steps I missing?
Offline
--efi-directory=/boot
should be /boot/efi
but you could probably either go into bios and set grub as the first in boot order, and/or use `efibootmgr` to do the same
Offline
--efi-directory=/boot
should be /boot/efi
Only if the OP has chosen to mount the ESP under /boot/efi
Jin, Jîyan, Azadî
Offline
Windows seems to replace the default boot loader. I'm using rEFInd instead of GRUB, but I assume the fix should be similar. With rEFInd you have to run the `refind_install` command again. I wrote about this on my blog, see "Windows removed rEFInd: how to reinstall rEFInd?" in this post: link redacted
Mod note: Please don't link to unofficial installation guides, they are not supported here.
Last edited by WorMzy (2020-01-26 18:37:06)
Offline
Pages: 1