Bios update wiped artix UEFI entry 25 June 2022, 07:37:10 QuoteUEFI motherboards wipe their NVRAM entries when you update the firmwarealthough my win11 entry was left intact Now I need to get my UEFI artix entry backThing is that I have 2nd hdd with legacy grub installed. Thus I could choose there to boot from my 1st hdd's artix partition. And then I triedgrub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grubandgrub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grubresulting in EFI variables are not supported on this system So what's the easiest way to back artix entry on my 1st hdd?
Re: Bios update wiped artix UEFI entry Reply #1 – 25 June 2022, 09:28:18 I would suggest trying some of these solutions from the Artix wiki:https://wiki.artixlinux.org/Main/Troubleshooting 1 Likes
Re: Bios update wiped artix UEFI entry Reply #2 – 25 June 2022, 11:06:38 https://wiki.archlinux.org/title/GRUB#UEFIHas some information about this.Also you can add UEFI boot entries with efibootmgr. Touched on at the above link but more here https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface#efibootmgr 1 Likes
Re: Bios update wiped artix UEFI entry Reply #3 – 26 June 2022, 07:48:15 Quote from: dr-kart – on 25 June 2022, 07:37:10although my win11 entry was left intact Now I need to get my UEFI artix entry backThing is that I have 2nd hdd with legacy grub installed. Thus I could choose there to boot from my 1st hdd's artix partition. And then I triedgrub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grubandgrub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grubresulting in EFI variables are not supported on this system So what's the easiest way to back artix entry on my 1st hdd? Why are you re-installing the grub EFI bootloader?Your UEFI firmware's entry to the EFI executable was wiped, not the executable itselfGo to your UEFI firmware's menu, I'm pretty sure there is an option to search EFI partitions for executables, you can add the grub EFI bootloader from there.
Re: Bios update wiped artix UEFI entry Reply #4 – 26 June 2022, 09:45:38 Quote from: Lancia – on 26 June 2022, 07:48:15...UEFI firmware's menu, I'm pretty sure there is an option to search EFI partitions...No, there is not. Unfortunately.
Re: Bios update wiped artix UEFI entry Reply #5 – 26 June 2022, 12:16:18 The only way I know to mess with Linux uefi is to install Linux first then Install windows.
Re: Bios update wiped artix UEFI entry Reply #6 – 26 June 2022, 13:14:59 sure thing.That's why win11 was the first to install in my case.
Re: Bios update wiped artix UEFI entry Reply #7 – 26 June 2022, 13:22:42 Can you give us a list of all your block devices? do a lsblk -f
Re: Bios update wiped artix UEFI entry Reply #8 – 26 June 2022, 13:26:16 ├─sda1 vfat FAT32 76EB-6981 36,6M 62% /boot/efi├─sda2 ├─sda3 ntfs 6004F48004F54A8C └─sda4 ext4 1.0 54f2804c-800d-547b-bbfd-2442a8b16056 188G 56% / Last Edit: 26 June 2022, 18:19:44 by dr-kart
Re: Bios update wiped artix UEFI entry Reply #9 – 26 June 2022, 13:28:52 sda3 - win11sda4 - artix (the subject of topic)
Re: Bios update wiped artix UEFI entry Reply #10 – 26 June 2022, 18:38:01 Your UEFI entry was configured during Artix install, thus it can be reconfigured again. Try booting from Artix installation media, then chroot into your system as during the manual install, and run update-grub from there. This should update EFI variables. 1 Likes