isolinux.bin missing or corrupt / normal.mod not found

186 views
Skip to first unread message

Teqleez

unread,
Dec 11, 2015, 8:14:28 AM12/11/15
to qubes-users
Hi all, having troubles creating a bootable USB stick.

I have downloaded the ISO image (twice) and verified that its signature is correct.

I have tried other bootable usb tools as well as the dd command, and they finish seemingly correct, but when I boot from the USB stick, I get the same error on both old and new usb sticks (I have bought 2 new ones, different brands, just to test, but no difference).

(using legacy mode, etc., all works, I can boot other sticks in legacy mode, including an old Qubes 2.0 stick, so that is not the problem)

I am getting the following error output:

isolinux.bin missing or corrupt
errors '/boot/grub2/i386-pc/normal.mod' not found

Not sure what might be wrong.

I have tried on two different laptops with different BIOS software, one with Intel CPU and one with AMD CPU, but same problem on both.

What can be wrong?

Frank

unread,
Dec 11, 2015, 8:22:56 AM12/11/15
to qubes...@googlegroups.com
What size are the USB sticks you are using? 4GB sticks are not big enough. It is known to be a problem (at least in the past) that in that case only part of the ISO image is copied to the stick - without any error messages being shown!

And make sure you are using dd to copy the image to the device /dev/sdX (X being the right letter for your stick) and not /dev/sdX1!

Regards, Frank


--
You received this message because you are subscribed to the Google Groups "qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qubes-users...@googlegroups.com.
To post to this group, send email to qubes...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/CAOQTMawi1Xg%2BE-Y7ZnQeirp5piAwgFTJC%3DQh%2BHRuwbRpX6nCqg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Marek Marczykowski-Górecki

unread,
Dec 11, 2015, 8:23:51 AM12/11/15
to Teqleez, qubes-users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Are you sure you have big enough USB stick? R3.1-rc1 image is bigger
than 4GB...

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWas5jAAoJENuP0xzK19cs42QH/0Mmk5F824VH8fvBakaa3Y18
ChEPZEGyHJeojjBBnztEqJEY9FPOR+voXdh7j6WORhFZOq4VlGbYuACAvX8H+akB
4kvSFGN2q1P3BXBedljp3UMlIwQDI7rr1/FZb17/HYYShhVZQLfxawfUgaFLOAmx
gF7BklaqjRM+N7dJiWVy1bzGPRYCRg4zksH/oPGuVWiMyJYhEasQL7zBnummDel5
yPv+GK6PM113UKlPf1voV4XgaLry8CzeEhJL/hTJ7NF9v/vWHPFWwSRY8cOv6Fcu
y7S1XR9g0ttbrddiwiuavPrr41IM+i6Sbd7u3vbZHHV8OUcWPmlP0zLguMXFNm4=
=fnNL
-----END PGP SIGNATURE-----

Teqleez

unread,
Dec 11, 2015, 9:00:22 AM12/11/15
to Frank, qubes-users
I just found the problem now. 

I have tried 5 different sticks with 8gb-16gb sizes, same error.

I used the command:

sudo dd if=Qubes-R3.1-rc1-x86_64-DVD.iso of=/dev/sdd1

- and I had manually made a 5,1gb/5,2 gb partiion with the rest as free space, in order to be able to use that free space for another partition later.

Now, I deleted the partition, so all the space on the USB stick is reported as free space, and ran:

sudo dd if=Qubes-R3.1-rc1-x86_64-DVD.iso of=/dev/sdd

(only specifying the drive, no specific partition), 

- and now it worked.

Thanks for the quick response.

Teqleez

unread,
Dec 11, 2015, 10:00:09 AM12/11/15
to Frank, qubes-users
When I open Gparted to inspect the USB stick after the dd command finished, I get the following alert:

"/dev/sdc contains GPT signatures, indicating that it has a GPT table.  However, it does not have a valid fake msdos partition table, as it should.  Perhaps it was corrupted -- possibly by a program that doesn't understand GPT partition tables.  Or perhaps you deleted the GPT table, and are now using an msdos partition table.  Is this a GPT partition table?"

- What should I answer? (need to answer Yes or No)
- Should I be able to shrink the partition to use the rest of the space on that 16gb stick?

Teqleez

unread,
Dec 11, 2015, 10:02:02 AM12/11/15
to Frank, qubes-users
(ps. that USB drive is now actually /dev/sdc, not sdd - as I have removed/inserted various sticks meanwhile)

Marek Marczykowski-Górecki

unread,
Dec 11, 2015, 10:14:41 AM12/11/15
to Teqleez, Frank, qubes-users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Fri, Dec 11, 2015 at 03:59:28PM +0100, Teqleez wrote:
> When I open Gparted to inspect the USB stick after the dd command finished,
> I get the following alert:
>
> "/dev/sdc contains GPT signatures, indicating that it has a GPT table.
> However, it does not have a valid fake msdos partition table, as it
> should. Perhaps it was corrupted -- possibly by a program that doesn't
> understand GPT partition tables. Or perhaps you deleted the GPT table, and
> are now using an msdos partition table. Is this a GPT partition table?"
>
> - What should I answer? (need to answer Yes or No)
> - Should I be able to shrink the partition to use the rest of the space on
> that 16gb stick?

You probably can't do that. Partition table on this installation image
is tricky - it have both valid (not fake) msdos table and GPT table.
This is to support both old and new systems with just one image. And
both DVD (DL) and USB. Implementation details are described here:
http://www.syslinux.org/wiki/index.php/Isohybrid

In short it all means that if you edit any of this partition table,
you'll probably make it unbootable (either in UEFI or legacy mode).

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWauhXAAoJENuP0xzK19csSpUH/jvKL9yUIA+mt4o8D5PRW1DX
jOBDqtwaeD0sE/QP/Ap9VtNPxa2UIM7J2wC2TnBsnpPmyPB5H3r4Ivq5SGgIyBLl
fHvMbNbsulVEBIGBkVvHs3TeELyPgEpLU3OI4cvSqWhMzvuqZXKwgvwYMQD9AuPx
9a3m/xQbgPzgmESRewDvcrKvo0bKiyPDEtrjCNA2/8ERYuwMc7x55Nlov2eBArEp
WNtyZdstfJ3yv3Xf0IMRVmdUvXFT9IGNB2BZoJ8+pN8VmO808u833kjkM0EEEsv5
0k9myPoriqYnaAN2qDjXf+d/gxSV6glbzSn3es7KU5mutWLNi0UqHw3GwIXGmoU=
=7hqY
-----END PGP SIGNATURE-----
Reply all
Reply to author
Forward
0 new messages