/casper/vmlinuz: not found
97,336
Solution 1
I also had the same problem with a daily built of Ubuntu 13.04.
The problem seemed to be that the file in /casper/ was named as "vmlinuz.efi" instead of "vmlinuz" -without ".efi" - which it was looking for.
After removing the ending (.efi), Ubuntu procceded without any implications.
Solution 2
- If the message is
/casper/vmlinuz: not found
you can perhaps open the usb drive and check if it has a directory named "casper" and it contains a file named "vmlinuz", and if this file is not there, probably something went wrong, and perhaps it can work if you can open the iso file (which is a packed file in deed) and extract it from there. - You can try another usb live creator like this one: www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
Solution 3
Using dd
-mode instead of iso
-mode in Rufus 3.13 solved the problem for me.
Related videos on Youtube

Author by
JustAnotherPerson
Updated on September 18, 2022Comments
-
JustAnotherPerson 8 months
When I start Ubuntu and chose one of the settings it says:
/casper/vmlinuz: not found
I have Ubuntu on a USB drive. I used this USB creator: http://www.linuxliveusb.com/
I have done this 2 times now and the same thing happens. What can I do?
I even checked my casper directory. It has the vmlinuz file but it still reports the same error.
-
Eliah Kagan over 10 yearsYou said, "or something like that." What's the complete, exact error? Did you MD5SUM the ISO to see if it's good? If not, please do so and report the results. (If it's bad, download it again, and MD5 the new one too.) What happens when you try writing Ubuntu to the flash drive using the Universal USB Installer? If that doesn't work, what happens if you try writing it with UNetbootin? Please edit your question to add this information.
-
Stroboskop over 10 yearsI had the same problem today and it seems the current version of ubuntu-12.04.2-desktop-amd64.iso is missing the /casper/vmlinuz file. It only has a vmlinuz.efi which is for UEFI systems as i understand.
-
-
unludo about 10 yearsit worked for me. thx!
-
Milan Todorovic about 10 yearsI had a similar issue, but file was named
vmlinuz
, so I added.efi
extension and it worked. -
Peter Krauss over 7 yearsI em installing by ISO (CD-ROM), so... what I can do? what the procedure?
-
Mike Lee over 2 yearsThank you! This actually worked for me. Rufus had a recommended option for iso-mode.
-
shuckc over 1 yearPress
Alt
+I
in recent version of Rufus to disable ISO and force DD mode. I found Ubuntu 21.8+ are failing in ISO mode due to symlinks.