Linux

Interrupt The Boot Process To Change The Boot Target

nickas 2015. 6. 29. 10:29

1. Start or reboot a system to get to the boot menu.

2. Press any key to stop the auto selection of a grub item.

3. Ensure the kernel you intend to boot into is highlighted and press the “e” key to edit the entry.

4. Navigate to the linux16 kernel line and hit the “end” key to go to the end of the line.

5. Append the new target to the linux16 kernel line.

systemd.unit=rescue.target

6. Continue booting into the system.

crtl +x