Hello all,
I'm having an issue installing Salix 14.2 from USB. When I boot the install, I receive the following error message:
Unregistered Exception Handler
I've used both dd if=image.iso of=/dev/sdb bs=4M and dd if=your-salix-iso-image.iso of=/dev/sdb to "burn" the ISO to USB but neither is working. When installing Debian or Fedora, I don't receive this error. Just happens with the newly released Salix 14.2 and Salix Mate 14.1.
Just can't quite figure this one out.
Thanks!
Error launching USB install
Re: Error launching USB install
Are you perhaps trying to run a 64bit iso on a 32bit PC? Or maybe a 32bit iso on a UEFI 64bit system?
Re: Error launching USB install
64 bit version of Salix on a ThinkPad T400 (non-UEFI 64bit machine).
Re: Error launching USB install
Thanks, again, for the reply. I tried multiple sticks, with one being brand new. I'm going to try using unetbootin to see if that works better. I'll update the post with my findings.
Thanks!
Thanks!
-
- Posts: 539
- Joined: 20. Jun 2016, 20:15
Re: Error launching USB install
Did you check the integrity of the ISO you downloaded with md5sum? The checksums are here:
http://www.salixos.org/download.html
http://www.salixos.org/download.html
Re: Error launching USB install
What, exactly, goes wrong? Does the dd command complete? What happens when you attempt to boot the USB?
I'm not sure whether Unetbootin works for Salix at the moment. But the copy-to-USB method definitely should.
Sorry if this is a silly question, but you do realise you need to replace the path in that command with the path to the iso image as you downloaded it, and with the correct device (for the USB)?
So for example, if it is in Downloads, and the image is called salix.iso (which it isn't) and you are in your home directory, and the stick is seen as /dev/sdc (which it probably isn't) you would need to type
To check the device, do
without having inserted the stick; insert the stick and do it again. If I do this i see, first time:
[/code]
Second time:
That isn't a USB stick, it's an external hard drive, containing two partitions. But the point is, you can clearly see the device name your newly inserted device has been allocated, and that is the one you want to use for the dd command. Note that if there is an existing partition (e.g. sdb1) you don't want to write to that, you want the device, which in this case is /dev/sdb.
EDIT root privileges shouldn't be needed to write to a USB, corrected accordingly - thanks for pointing that out laprjns!
I'm not sure whether Unetbootin works for Salix at the moment. But the copy-to-USB method definitely should.
Sorry if this is a silly question, but you do realise you need to replace the path in that command with the path to the iso image as you downloaded it, and with the correct device (for the USB)?
So for example, if it is in Downloads, and the image is called salix.iso (which it isn't) and you are in your home directory, and the stick is seen as /dev/sdc (which it probably isn't) you would need to type
Code: Select all
dd if=Downloads/salix.iso of=/dev/sdc
Code: Select all
lsblk
Code: Select all
[code]mimosa[~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 29.8G 0 disk
├─sda1 8:1 0 10.6G 0 part /
└─sda3 8:3 0 18.8G 0 part /home
Second time:
Code: Select all
mimosa[~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 29.8G 0 disk
├─sda1 8:1 0 10.6G 0 part /
└─sda3 8:3 0 18.8G 0 part /home
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 402.4G 0 part
└─sdb2 8:18 0 529G 0 part
EDIT root privileges shouldn't be needed to write to a USB, corrected accordingly - thanks for pointing that out laprjns!
Re: Error launching USB install
Sorry for taking so long to respond.
To date, I have tried multiple USB sticks, 3 being brand new and the other 2 freshly formatted. When I use dd and unetbootin, they all complete and I'm able to see the contents of the USB stick. I have checked the integrity of the md5sum each time I downloaded the ISO and it is fine. The error occurs when I boot the USB stick. I'm now finding that this is only happening with the latest release, 14.2 Xfce. The 14.1 Mate is working fine. I'm able to create the USB stick, boot from it, and then finish the install. I'm typing this from 14.1 Mate.
Thanks, again, for all the ideas.
To date, I have tried multiple USB sticks, 3 being brand new and the other 2 freshly formatted. When I use dd and unetbootin, they all complete and I'm able to see the contents of the USB stick. I have checked the integrity of the md5sum each time I downloaded the ISO and it is fine. The error occurs when I boot the USB stick. I'm now finding that this is only happening with the latest release, 14.2 Xfce. The 14.1 Mate is working fine. I'm able to create the USB stick, boot from it, and then finish the install. I'm typing this from 14.1 Mate.
Thanks, again, for all the ideas.
Re: Error launching USB install
Just a quick update if anyone is interested:
Not sure why I didn't think to try this before, but I downloaded, booted, and successfully installed the SalixLive 14.2 release. I still can't figure out why I'm having issues with the non-live release of 14.2.
Not sure why I didn't think to try this before, but I downloaded, booted, and successfully installed the SalixLive 14.2 release. I still can't figure out why I'm having issues with the non-live release of 14.2.
Re: Error launching USB install
More often than not this is a BIOS (EPROM) issue.Unregistered Exception Handler
IBM/Lenovo http://www.ibm.com/support/knowledgecen ... andler.htm