HowTo: Create Slackware Linux Bootable USB Pen Drive

by on August 12, 2011 · 1 comment· LAST UPDATED August 12, 2011

in

How do I Install Slackware Linux version 13.13 using a bootable USB stick under Unix or Linux operating systems?

First, you need to download Slackware Linux version 13.13 using the wget command as follows:
$ cd /tmp
$ wget ftp://slackware.osuosl.org/pub/slackware/slackware-13.37/usb-and-pxe-installers/usbboot.img

To create a bootable usb stick, enter:
# cd /tmp
# dd if=usbboot.img of=/dev/sdc bs=512

Where,

  1. usbboot.img - It is a 30MB small USB boot image that you can use to boot into the Slackware setup program.
  2. /dev/sdc - USB stick

BIOS Boot Options

Your computer BIOS must support booting from USB HDD.

  • Start your computer.
  • Press [DEL] or [F2] to enter into BIOS setup ( this step is dependent on the type of computer you have, see your computer manual for more info).
  • Make sure boot option is set to USB Hard disk.
  • Plug the USB stick into your computers USB slot
  • Boot the system up.

The Slackware Linux installer will start. Log in as root. Use fdisk or cfdisk command to create partitions:
# cfdisk /dev/sda
OR
# fdisk /dev/sda
To start the install type setup command:
# setup
You can now install packages from a CDROM, hard disk or network locations.

References:



If you would like to be kept up to date with our posts, you can follow us on Twitter, Facebook, Google+, or even by subscribing to our RSS Feed.


{ 1 comment… read it below or add one }

1 Daniel Sosa September 5, 2011 at 3:15 pm

Thank you Vivek,
I’ve been looking for a quick guide to creating a bootable slack USB for a while now.
You have some of the best quick unix/linux guides in the web! great job.

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , , , , , , , , , , , , , , , ,

Previous Faq:

Next Faq: