You are not logged in.

#1 2010-10-25 11:13:00

Howitzer
Member
From: Belgium (Antwerp)
Registered: 2006-09-29
Posts: 43
Website

"Isolinux.bin missing or corrupt" when booting from USB.

Hi.

I'm trying to put the latest Arch Linux image (archlinux-2010.05-netinstall-i686.iso) on a USB stick.

These are the steps I undertake:
1: unmount my usb stick (/dev/sdc - /dev/sdc1)
2: fire up gparted, remove all partitions on /dev/sdc and replace it by a bootable FAT16 partition. (also tried ext2, 3, fat32, un/bootable)
3: 'sudo dd if=archlinux-2010.05-netinstall-i686.iso of=/dev/sdc' (sudo because I'm on Mint Linux)
4: reboot

This consistently fails. When booting, I'm greeted by a spamming of 'isolinux.bin missing or corrupt', while I can attest it's there on the usb stick.

Please help out a used-to-be-Archer smile

Thanks.

Last edited by Howitzer (2010-10-25 11:14:51)

Offline

#2 2010-10-25 11:43:24

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: "Isolinux.bin missing or corrupt" when booting from USB.

Did you check the md5 of your iso, maybe your download was corrupted? BTW, dd copies everything byte-by-byte including partition table and MBR, so you can omit the first two steps.

Offline

#3 2010-10-25 20:17:55

Howitzer
Member
From: Belgium (Antwerp)
Registered: 2006-09-29
Posts: 43
Website

Re: "Isolinux.bin missing or corrupt" when booting from USB.

md5 sum checks out. Really don't know what to try or check next..

Offline

#4 2010-10-25 21:32:04

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: "Isolinux.bin missing or corrupt" when booting from USB.

Perhaps running fsck on the USB device will help.

Also, you might try ...dd if=/dev/zero of=/dev/sdc...to clear the flash device.

Then try the install via dd again.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#5 2010-10-26 18:34:07

Howitzer
Member
From: Belgium (Antwerp)
Registered: 2006-09-29
Posts: 43
Website

Re: "Isolinux.bin missing or corrupt" when booting from USB.

I gave up and downloaded the previous image (2009-08), dd'd it, booted it and installed it. (Now happily configuring it.)

Thanks for the help, but to no avail smile

Offline

#6 2010-12-21 11:00:22

roina
Member
Registered: 2010-06-04
Posts: 25

Re: "Isolinux.bin missing or corrupt" when booting from USB.

I have a similar problem, but I discovered that is everything OK with my USB. The story is the same, but I repeated an attemt to prepare USB-stick on another computer and it was fully successful. After I again insert it in the first computer "Isolinux.bin missing or corrupt" appeared again. So the problem is computer specific (also I must mention that upgraded BIOS not long ago. Before it more earlier arch-iso images usb-booted fine.).  May be something wrong with up-to-date distribution archlinux-2010.05-netinstall-i686.iso.

Offline

#7 2011-04-02 12:23:26

mhh91
Member
From: Cairo,Egypt
Registered: 2009-05-14
Posts: 21

Re: "Isolinux.bin missing or corrupt" when booting from USB.

Just in case anybody was having that problem, there's a solution to it

here

Offline

#8 2011-06-21 17:32:14

roina
Member
Registered: 2010-06-04
Posts: 25

Re: "Isolinux.bin missing or corrupt" when booting from USB.

mhh91, we are not so stupid not to distinguish sda from sda1. Real problem in the situation that the same arch-boot-usb-stick made with dd command is working on some computers and don't working on others (all of them are usb bootable in BIOS). But I have found solution of the problem in using Unetbootin. Such usb-sticks boots 100%.

Offline

#9 2011-06-21 19:10:17

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: "Isolinux.bin missing or corrupt" when booting from USB.

Perhaps you need isolinux installed via pacman?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#10 2011-10-25 14:18:13

aksr
Member
Registered: 2011-03-16
Posts: 14

Re: "Isolinux.bin missing or corrupt" when booting from USB.

Same problem here..

Offline

#11 2011-10-25 14:31:38

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: "Isolinux.bin missing or corrupt" when booting from USB.

In the end, are you looking to create a temporary instance of Arch (like a LiveCD, just on a USB disk), or are you opting for a full install on a USB drive?

Offline

#12 2013-05-31 05:54:43

l4than-d3vers
Member
Registered: 2011-10-21
Posts: 10

Re: "Isolinux.bin missing or corrupt" when booting from USB.

I've had this same problem with multiple different archlinux ISOs. I recently also tried with a stable debian 7 (debian-7.0.0-i386-netinst.iso). In all cases, the bootable USBs work perfectly except for this one old computer which prints

isolinux.bin missing or corrupt.

and hangs there with a blinking cursor. The system in question. Also has a problematic ubutnu 10.04 installation, which does however fully boot. Idk if that's relevant, just saying...

Offline

#13 2013-05-31 06:39:41

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: "Isolinux.bin missing or corrupt" when booting from USB.

Are you asking for help?  Or are you just necrobumping for sh*ts and giggles?

If you are asking for help, it might be a better idea to start a new thread and then link back to this on as a reference.  This thread is now nearly two years since its last activity.  Whatever problems you are facing might be the same, but with Arch Linux and the pace at which our packages are updated, there is a good change that it is not the same problem.

Offline

#14 2013-05-31 06:44:43

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: "Isolinux.bin missing or corrupt" when booting from USB.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB