09-20-2014, 06:46 AM
If the installation has crashed that's why is not booting.
You can make a bootable USB easily from command line and boot from that. It's faster.
"if" is the name of the ISO file and "of" is the name of the USB device.
You can make a bootable USB easily from command line and boot from that. It's faster.
Code:
sudo dd if=mini.iso of=/dev/sdb bs=4M; sync
"if" is the name of the ISO file and "of" is the name of the USB device.