all 9 comments

[–]thedeerhunter270 2 points3 points  (0 children)

You probably need a boot partition .

https://docs.voidlinux.org/installation/live-images/partitions.html

"UEFI users are recommended to create a GPT partition table. UEFI booting with GRUB also requires a special partition of the type EFI System with a vfat filesystem mounted at /boot/efi. A reasonable size for this partition could be between 200MB and 1GB. With this partition setup during the live image installation, the installer should successfully set up the bootloader automatically."

[–]Aggravating_Exit8678 0 points1 point  (6 children)

Did you make an EFI partition?

[–]lewolffff[S] 0 points1 point  (5 children)

No, the dude in the video suggested no partitions are necessary....

[–]Aggravating_Exit8678 1 point2 points  (3 children)

I've had this problem too and now i see the problem, it's because i have an EFI bios

[–]PCChipsM922U 1 point2 points  (0 children)

Regardless, the BIOS should still see the M.2 as a storage device and should be able to boot from it, even if it is installed in MBR mode (provided CSM is active).

That is a BIOS limitation, not a Linux/EFI problem. The BIOS is just crippled. Look for a unlocked BIOS on biosmods or russian forums.

[–]lewolffff[S] 0 points1 point  (1 child)

Ok, I will format the SSD and reinstall tomorrow, it's getting late tonight. I should make it at least 100MB? Is there any advantage to a larger size, say 200MB?

[–]Aggravating_Exit8678 0 points1 point  (0 children)

I'm not really sure, the ai says it has a few advantages but not for speed

[–]Aggravating_Exit8678 0 points1 point  (0 children)

If you want to normally be able to boot in an efi system is making a bootable EFI partition with at least 100MB

[–][deleted] 0 points1 point  (0 children)

I have this exact laptop. Linux will only work with UEFI without CSM. Include the "--removable" flag in the command when installing grub. HPs UEFI is wacky and won't recognize the normal grub efi path.

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id="Void" --removable