34

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.

  • 1
    You 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. – Eliah Kagan Feb 17 '13 at 00:31
  • I 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. – Stroboskop Feb 20 '13 at 00:12

4 Answers4

24

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.

njallam
  • 2,984
7

Using dd-mode instead of iso-mode in Rufus 3.13 solved the problem for me.

ceving
  • 311
  • 2
    Thank you! This actually worked for me. Rufus had a recommended option for iso-mode. – Mike Lee Dec 23 '20 at 04:53
  • Press 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. – shuckc Nov 01 '21 at 17:00
5
  1. 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.
  2. You can try another usb live creator like this one: www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
Sadi
  • 10,996
0

It simply means either the file /vmlinuz the system is looking for is either missing or has been modified. In my case, the file was not present at all. I just formatted the USB and made it bootable again and it worked.

Mahesh Jamdade
  • 843
  • 6
  • 6