Installation problems

You have a problem with Salix? Post here and we'll do what we can to help.
GJones
Donor
Posts: 300
Joined: 22. Jul 2011, 23:27

Re: Installation problems

Post by GJones »

Try burning the CD in SAO mode. Some CD burners will (in my experience) give you coasters every time if you burn ISO images in TAO mode.
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: Installation problems

Post by pwatk »

Format your USB stick to fat32 and make sure it's bootable (use fdisk to toggle the boot flag (a) on the partition):

Code: Select all

mkdosfs -F 32 /dev/sdXY
fdisk /dev/sdX
Copy the kernels and isolinux directories from the ISO image to the usb stick.
Rename the isolinux directory to syslinux and the isolinux.cfg below it to syslinux.cfg.
Install syslinux to the usb stick (umount your stick first):

Code: Select all

syslinux -d /syslinux /dev/sdXY
dd if=/usr/share/syslinux/mbr.bin of=/dev/sdX
You should now have a bootable usb stick with the kernels and ramdisk (initrd) on it.

From this point proceed as normal until you come to selecting your installation source, choose the Install from FTP/HTTP server option.
You'll need to provide the HTTP URL (FTP doesn't work with ISO images and the 'download, install and wipe' of individual packages is very slow) for the server at the first dialog box (e.g. http://sunet.dl.sourceforge.net) and the path to the ISO image in the second dialog box (e.g. /project/salix/13.37/salix-xfce-13.37.iso). All being well the ISO image should be mounted using httpfs2 and you should see a success message.

All that's left to do is select which installation mode you want (core, basic or full).

Hope this helps.
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Installation problems

Post by mimosa »

Next time I'm going to try the method lmello linked to above. However, as a diagnostic step, you could use Brasero or whatever to create an .iso file from the CD in order to find its md5sum. If the sum is bad, you know for certain it was the burn. As gapan said, a correct md5sum doesn't completely exclude the possibiilty of a bad burn or even a bad download (though the fact the iso worked in a VM makes the latter seem unlikely).

No doubt there is a way of doing this directly from the disk without the intermediate step of copying it as an image, just by mounting it in the right way.
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: Installation problems

Post by pwatk »

If you want to install from the USB stick then follow the same instructions above but copy the rest of the contents of the ISO (or the ISO itself) to the stick and select the Install from a hard disk partition option instead.
Image
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

Re: Installation problems

Post by lmello »

I tried to install Salix 13.37, using the same CD, on another machine. While there wasn't any warnings about broken packages, in the end I found out the X environment to be unusable - not one single application, such as Thunar or Terminal, would start.

:|
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: Installation problems

Post by pwatk »

If you've got some different CD media (different brand) then I'd try that first. You might want to check the manual for your drive to see which brands it prefers as well.
If that doesn't work then you might want to try a lens cleaning kit (if you can find one cheap enough) or consider changing the drive.
Image
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Installation problems

Post by thenktor »

pwatk wrote:you might want to try a lens cleaning kit (if you can find one cheap enough) or consider changing the drive.
Forget the lens cleaning kit. Better buy a new drive for few bucks then ;) Cheapest DVD writer I've found is rated below 16 € and you can be sure that you have a working drive.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Installation problems

Post by mimosa »

... or try one of the USB install methods discussed above - without spending a penny :)
collux
Posts: 1
Joined: 12. Aug 2011, 15:15

Re: Installation problems

Post by collux »

I have also experienced similar problems to the original poster with 13.37 (md5 checks OK) Yet live CDs made using 13.1.2 do not have this installation problem.
I am thinking of trying the USB install approach as suggested above to resolve this matter.
Post Reply