check if bios has intel bootguard, unowhy y13

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • decepticlique
    New Member
    • Aug 2024
    • 3
    • France

    #1

    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
  • Ytec
    New Member
    • Oct 2020
    • 1
    • BrAZIL

    #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

    Related Topics

    Collapse

    Working...