• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
We have new content about Hotkey issue, Click here to check it out!
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended
OMEN by HP - 17-an123nm

To begin this question i want to address the fact that my hp omen laptop with lack of support on a driver page where it lists that it is meant only for windows 10 rather then newer rollups or win11 when searching for manual drivers to download. It has very simplified Uefi Bios, and i could not figure out how to get to the section so that i can re-enable secure boot (for similar models it was written to repeatidly press f10 button on a keyboard in order to access secure boot menu separately then bios. I've also heard there is option Secure boot in Setup mode in cases like mine where i would eed to edit it through console rathen then Bios in order to run Dual boot OS and retain Secure Boot feature on win11.

 

c58879e5-0a2b-4ece-a548-ead93e929727.jpg08f21a02-aa52-459b-849a-49e0316c6188.jpg72dec674-0046-43ef-b34e-e5f946ec9e23.jpga0e624b7-e67b-4233-8a5f-14b553ac1bf4.jpg

It seems rather on this updated version but very minimal bios on this rather capable gaming laptop (BIOS f.19-11/15/2022) that this process is rather automatic, since i had attempted to install linux first it may have been disabled in the process, or never enabled for that matter.. One more thing to note is that there is method on ArchBased linux to enroll the (microsoft) keys manually through terminal with tool called SBCTL (but i would like to hear the feedback for my particular device before proceeding so that i do not render both OS unbootable..)

Ognjen98_0-1713104708133.png

This post is both for my own reference and for anyone with GRUB who is struggling to set up Secure Boot. Here is what I found to be the easiest method: Re-install GRUB to utilize Microsoft's CA certificates (as opposed to shim) -- replace 'esp' with your EFI system partition: sudo grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB --modules="tpm" --disable-shim-lock Regenerate your grub configuration: sudo grub-mkconfig -o /boot/grub/grub.cfg Install the sbctl tool: sudo pacman -S sbctl As a pre-requisite, in your UEFI settings, set your secure boot mode to setup mode. Upon re-booting, verify that you are in setup mode: sbctl status Create your custom secure boot keys: sudo sbctl create-keys Enroll your custom keys (note -m is required to include Microsoft's CA certificates) sudo sbctl enroll-keys -m Verify that your keys have successfully been enrolled: sbctl status Check which files need to be signed for secure boot to work: sudo sbctl verify Sign all unsigned files (below is what I needed to sign, adjust according to your needs): sudo sbctl sign -s /efi/EFI/GRUB/grubx64.efi You may get an error because of an issue with certain files being immutable. To make those files mutable, run the following command for each file then re-sign afterwards: sudo chattr -i /sys/firmware/efi/efivars/<filename> Verify that everything has been signed: sudo sbctl verify Finally, in your UEFI settings, enable secure boot, and reboot. Verify that secure boot is enabled: sbctl status Note that sbctl comes with a pacman hook for automatic signing, so you don't need to worry when you update your system.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.