-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UEFI bios not recognizing the pba in the shadow partition #26
Comments
I even tried to add another partition in the UEFI img disk, so that I have one FAT16 pba efi partition and one FAT32 partition on the shadow mbr. gparted sees them all, but no fs0 / fs1 appears in the efi shell. |
I did another test: I removed opal lock on my ssd, then performed a dd of the pba directly on the drive. Guess what? the pba correctly boots. This means the bios has trouble understanding the shadow partition when the drive is locked, regardless of its content. |
@jojolepirate hello, did you solve the problem? supermicro mb has the same issue. |
Hello @oom-is,
I am having an issue with an UEFI bios which is not recognizing the pba as a bootable object on an embedded nvme drive.
I have an nvme drive (samsung 870 evo plus) correctly set up with sedutil that works correctly on different machines (pba boots up, device unlocks and main os boots correctly. For example it works in a clevo NH55DP with InsydeH2O bios version 1.07.05).
If put the same drive in a clevo PC50HP (InsydeH2O bios 1.07.10), the drive is not displayed in the UEFI device boot prompt. Secure boot is disabled, and uefi boot is enabled in the settings. Bios is up to date (latest 12/2021 revision from clevo). I even tried downgrading to 1.07.05 to match my other clevo's bios, to no avail.
If I flash the same pba to a usb drive, the bios correctly recognizes it, i can select it in the boot prompt and I can proceed to unlock the samsung drive, then after a reboot the os installed on the drive correcly boots up.
For now I have a small usb device always attached allowing me to unlock the drive, but it is not very practical.
When I boot to a live cd with the drive locked, I can correctly mount the shadow mbr and i see the pba installed there in the efi\boot folder. It has the same flags than the pba's partition on my usb drive.
When I boot an efi shell, I see the locked drive as a block device "blk0" but even after a map -r, no "fs0" associated with the drive is created. Trying to manually mount it "mount blk0 fs0" then typing fs0: then ls yields an error "Cannot open current directory - Not Found", meaning I cannot even manually boot the pba using the path to the efi image.
I saw on another fork you were having issues with some uefi implementations. Do you have any ideas to debug the problem?
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: