USB Stick not booting iso file

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
Atip
Posts: 539
Joined: 5. Jun 2011, 04:27

USB Stick not booting iso file

Post by Atip »

I have copied file.iso to a USB stick with command:

Code: Select all

dd if=file.iso of=/dev/sdc bs=1M; sync
Opening the stick all the files are there from file.iso, however, when I
boot the stick is apparently not recognized and it does not boot from.

In BIOS first boot is set to USB stick and it shows the make of the stick like in this case
USB...TDK or similar.

I tried to change the files and directory on stick from isolinux to syslinux, however, it says
read only file system.

Suggestions welcome.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: USB Stick not booting iso file

Post by gapan »

What iso is that? Are you sure it is bootable?
Image
Image
User avatar
Atip
Posts: 539
Joined: 5. Jun 2011, 04:27

Re: USB Stick not booting iso file

Post by Atip »

slackellive-kde-14.0-32.iso

I have burned a DVD with it and it boots up to login screen. Unfortunately mouse and keyboard
are not working.

md5sum of iso file and DVD correct.

Searched the net on how to boot from USB stick with iso image, cannot find something applicable.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: USB Stick not booting iso file

Post by djemos »

As i already said in slackel forum's, i have downloaded slackellive-kde-14.0-32.iso, mount the iso file and copied to a usb formated on vfat filesystem.
Then cd to boot folder on usb and run install_on_USB.sh.
Umount usb_stick and reboot
Laptop boot from usb. No problem at all.
User avatar
Atip
Posts: 539
Joined: 5. Jun 2011, 04:27

Re: USB Stick not booting iso file

Post by Atip »

djemos wrote:As i already said in slackel forum's, i have downloaded slackellive-kde-14.0-32.iso, mount the iso file and copied to a usb formated on vfat filesystem.
Then cd to boot folder on usb and run install_on_USB.sh.
Umount usb_stick and reboot
Laptop boot from usb. No problem at all.
Correct, and as I have tried and said many times in that forum and explained that it does not
work on my desktop PC. There is no point of repeating it. That is why I tried to go the route
as started in this post.
User avatar
ElderDryas
Posts: 144
Joined: 3. Nov 2011, 22:06
Location: Lincoln, Nebraska USA

Re: USB Stick not booting iso file

Post by ElderDryas »

Atip wrote:Correct, and as I have tried and said many times in that forum and explained that it does not work on my desktop PC..
In Atip's defense, although I gave up and have not tried since 13.37, I have never, ever, at any time, with any instructions, from any source, been able to make a Live Salix USB stick that actually works as advertised.

It could just be me (although I have been known to follow fairly obtuse instructions successfully before), it could be my hardware (although Salix is the only distro that I have this problem with), it could be the instructions (although others seem to be successful with them). It just doesn't matter, it doesn't work for me and, apparently, Atip.
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: USB Stick not booting iso file

Post by Tim CowChip »

In order for the

Code: Select all

dd if=file.iso of=/dev/sdc bs=1M; sync
method to be bootable, the *.iso file must be "hybrid" or contain syslinux. In some cases this can be accomplished by running

Code: Select all

isohybrid file.iso
first, then

Code: Select all

dd if=file.iso of=/dev/sdc bs=1M; sync
It sounds, however, like djemos is using the method described here, which would indicate that it is not a hybrid *iso file.
ImageImage
User avatar
ElderDryas
Posts: 144
Joined: 3. Nov 2011, 22:06
Location: Lincoln, Nebraska USA

Re: USB Stick not booting iso file

Post by ElderDryas »

Tim CowChip wrote:In order for the method to be bootable, the *.iso file must be "hybrid...."
To be honest I've never tried a Salix hybrid iso, so I can't comment on that. One of these days.... :)
User avatar
Atip
Posts: 539
Joined: 5. Jun 2011, 04:27

Re: USB Stick not booting iso file

Post by Atip »

Thanks!

Code: Select all

]$ isohybrid slackellive-kde-14.0-32.iso
isohybrid: slackellive-kde-14.0-32.iso: boot loader does not have an isolinux.bin hybrid signature. Note that isolinux-debug.bin does not support hybrid booting
I was able to put the old SalixLive-Fluxbox-13.32 on a stick from the live CD. That worked very well.
I have no problem with TCL and KNOPPIX running from a stick
as well as installing from stick non-live boxes.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: USB Stick not booting iso file

Post by mimosa »

If you're getting to the login screen, it worked. Either you have a bad download or copy (or stick), or your hardware isn't supported; or maybe inadvertently you did something off-script.

The one difficulty I have ever had with these is being unable to run the install-on-usb script because of permissions problems. Unmounting and remounting the stick in console resolves this.

If it's a compatibility problem, troubleshooting may help. First off, boot into runlevel 3 and see if that gives you a working system. Have a look at what dmesg says (dmesg | grep -i [troublesome peripheral]) and lspci and lsmod and ...

To boot into runlevel 3, select whatever Grub tells you to do to edit the boot command ('e' I think) and add it at the end - I think you just add '3'.
Post Reply