Changes between Initial Version and Version 1 of Ticket #21848, comment 1
- Timestamp:
- Sep 18, 2023 10:30:38 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21848, comment 1
initial v1 3 3 I don't have much knowledge about Alpine Linux. Since you did not attach VBox.log, I presume VM has Secure Boot enabled which is a prerequisite. Normal way to enroll key from inside a guest is to use `mokutil` tool. If not available, you can also enroll keys from the host side (when VM is powered off) using `VBoxManage`. Please refer to the following command: 4 4 {{{ 5 VBoxManage modifynvram <uuid | vmname> enroll pk [--platform-key=filename] [--owner-uuid=uuid]5 VBoxManage modifynvram <uuid | vmname> enrollmok [--mok=filename] [--owner-uuid=uuid] 6 6 }}} 7 7 If you provide more context, I probably could help you with answering questions on how to setup guest in this case.