Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

linux.c:197:Can't read kernel /images/preboot/

Dude!Jun 7 2020

Howdy!

If it's Sunday afternoon, and you're attempting to install OL 8.2 in UEFI mode:

error: ../../grub-core/loader/i386/efi/linux.c:197:Can't read kernel /images/preboot/vmlinuz.

error ../../grub-core/loader/i386/efi/linux.c:93:you need to load the kernel first.

or perhaps you see the following with legacy BIOS (MBR):

Failed to load ldlinux.c32

Boot failed: press a key to retry...

... then the problem might simply be that you need a larger USB stick.

Many of the free tools available to copy an ISO to USB "call home", which is yet another reason I simply use the following:

$ sudo dd if=/Users/dude/Desktop/V996906-01.iso of=/dev/disk4 bs=1m

Which, btw, requires Oracle Linux 6 update 6 (6.6) or later.

This, unfortunately, does not produce an error if the image does not fit on the drive.

When you download the OL 8.2 installation ISO from the Oracle Software Delivery Cloud (aka e-delivery)

(https://blogs.oracle.com/linux/how-to-download-oracle-linux-iso-images )

It shows the image is 7.8 GB:

pastedImage_2.png

After downloading, however, the size comes closer to 8.3 GB.

pastedImage_3.png

The file checks out A-OK:

$ openssl dgst -sha256 /Users/bb/Downloads/V996906-01.iso

SHA256(/Users/dude/Downloads/V996906-01.iso)= 67568941e976efb26a3d61cdbf98c5a46cd0b3463ec750992f305eee20957a6e

It is the same as shown in the digest of the file download page.

So, go figure! OL 8.2 marks the end of my favorite 8GB USB stick.

Toodeloo!

Comments
Post Details
Added on Jun 7 2020
0 comments
711 views