Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/en_US/jailbreak/using-palen1x.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,17 @@ Additionally, if your device is an A11 device on iOS 16 and you've set a passcod
1. Reboot, and then go into your BIOS settings and disable Secure Boot, then enter the boot picker and select your USB Drive to boot from
- This is different for every computer
- Search your PC or motherboard brand to find out how to get to your BIOS settings if you are unsure
1. Press enter once you see the Ventoy screen to boot into palen1x
2. Press enter once you see the Ventoy screen to boot into palen1x

::: details Booting Ventoy with Secure Boot enabled
Ventoy can be booted with Secure Boot enabled on (most) UEFI systems by enrolling its Secure Boot key in your motherboard's MOK Manager. To do this:

1. With Secure Boot enabled, enter your boot menu and select your USB Drive to boot from.
2. When you see the error `Verification failed: (0x1A) Security Violation`, press Enter. You will be brought to a screen asking if you would like to perform MOK Management. Press any key within 10 seconds to open the MOK Manager.
3. In the MOK Manager, select `Enroll key from disk.` You will be presented with a list of disks, use the arrow keys to navigate to `VTOYEFI` and press enter. From the list select `ENROLL_THIS_KEY_IN_MOKMANAGER.cer`, then choose Continue -> Yes -> Reboot.

You should now be able to boot from your USB Drive with Ventoy installed without needing to disable Secure Boot.
:::

## Running palera1n

Expand Down
8 changes: 8 additions & 0 deletions emiyl-theme/styles/custom-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,12 @@ html.dark {
padding: 0.1rem 1.5rem;
margin: 1rem 0;
border-radius: 8px;
}

.custom-container.details {
border: 1px solid;
border-color: var(--c-tip-bg);
border-radius: 8px;
padding: 2rem;
margin: 1rem 0;
}