| ▲ | akdev1l 9 hours ago | |
in most cases you could just drop back into the initramfs that is included in most distros Or if you have access to the boot command line you can also usually stop the boot process before pivot_root happens (hence you’ll be left running in the initramfs environment) On Fedora/EL it would be done by putting `rd.break` in the kernel command line | ||