Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 686 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 686 Bytes

init process substitution using grub

Follow the steps:

  1. Turn off UEFI in VM settings (if turned on)
  2. Hold Shift key on booting
  3. You'll be prompted with boot:
  4. Press Tab to see the list of all the partitions
  5. Load the partition with substituted init process:
    boot: live rw init=/bin/bash
    

References