Skip to content

Instantly share code, notes, and snippets.

View mugdha-adhav's full-sized avatar
😈
available

Mugdha Adhav mugdha-adhav

😈
available
View GitHub Profile
@mbtamuli
mbtamuli / EFISTUB.md
Last active September 4, 2020 17:35

Why

We don't want extra stuff

What

We want to boot Linux without installing a boot loader

How

  1. We need to create an entry in the UEFI NVRAM entries list.
  2. We can use the bcfg tool for that. But we need a unified kernel image(something with .efi).
  3. We use the objcopy utility to do generate the unified kernel image.