[QUOTE=malcolmlewis;38680]Hi
No, select grub2-efi and we want to save it… hopefully it will sort out /dev/sda1 as /boot/efi.
Then run efibootmgr -v again to see if it updated the entries…
Then run the command;
lsblk
Just to see what it’s showing… hopefully /dev/sda1 as /boot/efi, if not then I suspect it’s in the / partition still… (which we can sort out with a copy etc…)[/QUOTE]
The thing with yast bootloader is that Grub2-Efi is the option already selected when it loads, so saving that does not seem to be updating anything, just my thought though. I guess this confirms my doubt?
efibootmgr -v
Timeout: 10 seconds
BootOrder: 0005,0000,0003,0001,0002
Boot0000* CD/DVD Rom ACPI(a0341d0,0)PCI(1d,0)USB(0,0)USB(0,0)USB(2,0)0311050000
Boot0001* Hard Disk 0 ACPI(a0341d0,0)PCI(2,2)PCI(0,0)Controller(0)SCSI(0,0)HD(1,800,4e000,b1006802-14af-40ed-8e33-3a1508bf38b5)
Boot0002* PXE Network ACPI(a0341d0,0)PCI(3,2)PCI(0,0)MAC(90e2ba428eae,0)IPv4(0.0.0.0:0<->0.0.0.0:0,0, 0
Boot0003* Floppy Disk Vendor(0c588db8-6af4-11dd-a992-00197d890238,00)
Boot0005* SUSE Linux Enterprise Server 11 SP3 HD(1,800,4e000,b1006802-14af-40ed-8e33-3a1508bf38b5)File(\\efi\\SuSE\\elilo.efi)
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1.9T 0 disk
├─sda1 8:1 0 156M 0 part
├─sda2 8:2 0 2G 0 part [SWAP]
└─sda3 8:3 0 1.9T 0 part /
sr0 11:0 1 1024M 0 rom
sr1 11:1 1 3.2G 0 rom
sr2 11:2 1 5.2G 0 rom
Should I maybe select Grub, apply and then switch back to Grub2-Efi, apply?