lab 3.1 Booting ubuntu

lab 3.1 Booting ubuntu

by Sahand Kashani-Akhavan -
Number of replies: 0
I'm pretty sure I know what the problem is. Did you copy-paste the contents of the uboot.script file from the pdf into a text file, or did you manually type everything?

If you copy-pasted the contents, then you surely will have some unprintable characters copied from the pdf into the text file, and those will certainly not be understood by uboot at runtime.

You can verify this by trying to `cat` uboot.script and see if there are any hidden characters in the beginning/e d of the lines. I don't have my laptop one right now, but I believe `cat -A` will print ^M for hidden characters. If you have that, then you'll need to remove them.