HOW TO Make a Bootable Install USB Stick

Post Reply
User avatar
Atip
Posts: 539
Joined: 5. Jun 2011, 04:27

HOW TO Make a Bootable Install USB Stick

Post by Atip »

HOW TO MAKE A BOOTABLE INSTALL USB STICK without Unetbootin or Isomaster.

Format a stick to FAT32.

I use gparted and set a boot flag.

Mount stick with thunar

Check on which /dev stick is mounted with "mount" command.
Not needed if gparted is used. It tells which device.

As root on terminal give command: "syslinux /dev/sdc1" if stick is mounted on
/dev/sdc1.

As root open program "mc", go to downloaded *.iso file and click on it to open.

On other panel of "mc" open stick like /media/something.

There one finds a file ldlinux.sys created with command "syslinux /dev/sdc1"
above.

Now copy all the files from the opened *.iso file to this directory on the
stick. (/media/something)

Go to /media/something and rename directory ./isolinux to ./syslinux. Open
directory syslinux and rename all isolinux.* files to syslinux.*.

In same directory edit file iso.sort and change all isolinux to syslinux.

That's all. Reboot and set your BIOS to boot from stick, have stick inserted
and you can install now from USB Stick.

I do not know if this will work with a live version.

I did this with
salix-xfce-13.37.iso
in my Salix Fluxbox

If somebody wants to improve on text to make it better understandable, be my guest.
Last edited by Atip on 24. Apr 2012, 11:17, edited 1 time in total.
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: HOW TO Make a Bootabe Install USB Stick

Post by Tim CowChip »

Atip wrote:HOW TO MAKE A BOOTABLE INSTALL USB STICK without Unetbootin or Isomaster.

Format a stick to FAT32.

I use gparted and set a boot flag.

Mount stick with thunar

Check on which /dev stick is mounted with "mount" command.

As root on terminal give command: "syslinux /dev/sdc1" if stick is mounted on
/dev/sdc1.

As root open program "mc", go to downloaded *.iso file and click on it to open.

On other panel of "mc" open stick like /media/something.

There one finds a file ldlinux.sys created with command "syslinux /dev/sdc1"
above.

Now copy all the files from the opened *.iso file to this directory on the
stick. (/media/something)

Go to /media/something and rename directory ./isolinux to ./syslinux. Open
directory syslinux and rename all isolinux.* files to syslinux.*.

In same directory edit file iso.sort and change all isolinux to syslinux.

That's all. Reboot and set your BIOS to boot from stick, have stick inserted
and you can install now from USB Stick.

I do not know if this will work with a live version.

I did this with
salix-xfce-13.37.iso
in my Salix Fluxbox

If somebody wants to improve on text to make it better understandable, be my guest.
You might want to include the steps listed here except for the 1st step which you are offering an alternative for.
ImageImage
Post Reply