06-25-2017, 03:00 PM
This USB boot problem is bugging me. Did some more searching and found possible solution. If you have time try the following:
Make USB with either dd command or UnetBootin.
Boot computer with it.
When screen comes up showing list of boot choices, highlight first choice (Default) and hit the <TAB> key to add boot options.
Move cursor to between "quiet splash" and "--". Type in (without the quotes) "live-media=/dev/sdb1". Make sure there is a space between that and "quiet splash" and "--" after it at the end. Should look like this at end of line when done:
Hit <Enter> when done and hopefully it boots properly now.
Make USB with either dd command or UnetBootin.
Boot computer with it.
When screen comes up showing list of boot choices, highlight first choice (Default) and hit the <TAB> key to add boot options.
Move cursor to between "quiet splash" and "--". Type in (without the quotes) "live-media=/dev/sdb1". Make sure there is a space between that and "quiet splash" and "--" after it at the end. Should look like this at end of line when done:
Code:
quiet splash live-media=/dev/sdb1 --
Hit <Enter> when done and hopefully it boots properly now.
Try Linux Beginner Search Engine for answers to Linux questions.