problem-boot() {
	mv /bin/bash /bin/bash.gotcha
	instructions "At the prompt press Return. This will prevent proper booting. Fix the problem so that the computer boots without errors. You may, if nescessary, use rescue mode or kpartx."
	read -p "--- Press Enter to Reboot ---"
	reboot
}

