Expand description
Chainloading the next EFI image.
Loads and starts the next OS loader (e.g. the Windows Boot Manager,
msbootmgfw.os.efi) using LoadImage / StartImage. See docs/architecture.md boot flow
step 5.
Functionsยง
- chainload_
next - Loads the EFI image at
next_loaderand transfers control to it.