Announcement

Collapse
No announcement yet.

check if bios has intel bootguard, unowhy y13

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    check if bios has intel bootguard, unowhy y13

    hello, im working on a school project to port a proprietary bios to coreboot but was wondering how to check if it has intel bootguard since it is a part of the jasper lake architecture, any help is appreciated
    i have sent the bios file below, only change made is to remove the installed bios password requirement
    Attached Files

    #2
    Boot linux with iomem=relaxed.
    1. sudo modprobe msr
    2. git clone https://review.coreboot.org/coreboot
    3. cd coreboot/util/intelmetool && make
    4. sudo ./intelmetool -b
    See: https://github.com/felixsinger/bootguard-status
    Last edited by Ytec; 08-26-2024, 07:04 PM.

    Comment

    Working...