Hello, I updated the BIOS (through my Windows partition) and since I cannot boot through Endeavour.
When I tried, I get a grub error.
the closest I found was:
So when I check
sudo parted -l
Number Start End Size File system Name Flags
1 1049kB 274MB 273MB fat32 EFI system partition boot, esp
2 274MB 290MB 16.8MB Microsoft reserved partition msftres
3 290MB 659GB 659GB ntfs Basic data partition msftdata
5 659GB 1020GB 361GB ext4 endeavouros
6 1020GB 1022GB 2147MB linux-swap(v1) swap
4 1022GB 1024GB 2097MB ntfs Basic data partition hidden, diag
So it shows that my EOS partition is /dev/nvme0n1p5
while my EFI is /dev/nvme0n1p1
efibootmgr gives me:
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0000,0005,2001,2002,2003
Boot0000* openSUSE HD(1,GPT,0aa51a8e-e134-48cb-90a7-df70957aba59,0x800,0x82000)/\EFI\opensuse\grubx64.efiRC
Boot0001* EFI USB Device (KingstonDT microDuo 3C) UsbWwid(951,16ae,0,408D5CE57214E841591D019)/HD(1,GPT,fac362fc-a98d-4682-8665-4c71e05cab3a,0x800,0xe6ff780)RC
Boot0002* EFI PXE 0 for IPv4 (74-5D-22-00-F0-FB) PciRoot(0x0)/Pci(0x1b,0x5)/Pci(0x0,0x0)/MAC(745d2200f0fb,0)/IPv4(0.0.0.0,0,DHCP,0.0.0.0,0.0.0.0,0.0.0.0)RC
Boot0003* EFI PXE 0 for IPv6 (74-5D-22-00-F0-FB) PciRoot(0x0)/Pci(0x1b,0x5)/Pci(0x0,0x0)/MAC(745d2200f0fb,0)/IPv6([::],0,Static,[::],[::],64)RC
Boot0005* Windows Boot Manager HD(1,GPT,0aa51a8e-e134-48cb-90a7-df70957aba59,0x800,0x82000)/\EFI\Microsoft\Boot\bootmgfw.efi57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d00000065000100000010000000040000007fff0400
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
please note that on the boot, the partition shows as βopensuseβ but itβs EOS.
I manage to follow instruction until the chroot (which is not clear) and after the systemd-boot.
Then I got lost.