This a HOWTO for booting into a recovery mode for Linux VM's. You can alternatively use your distribution specific ISO to boot a recovery environment as well (most distro installers include them as a boot option for their ISO). Someone on reddit hosed their Ubuntu install and I posted these instructions for them in their post on r/proxmox. Figured it would be useful to post it in the Forums as well.
System Rescue CD also includes X and you can start a generic XFCE window environment using
- Download System Rescue CD ISO from https://www.system-rescue.org/Download/.
- Upload the ISO to Proxmox.
- Edit your VM and Add a new CD/DVD Drive and select the System Rescue CD ISO.
- Open the Console of the VM and Start it.
- Press the ESC key to enter the VM BIOS.
- Boot Maintenance Manager --> Boot Options --> Change Boot Order.
- Move the UEFI QEMU DVD-ROM to the top of the list.
- Press F10 to Save.
- Commit Changes and Exit.
- Main BIOS menu --> Continue
- Once booted into System Rescue CD, mount all detected partitions with
mountall
. - Copy files using your preferred method.
System Rescue CD also includes X and you can start a generic XFCE window environment using
startx
if you prefer a GUI.
Last edited: