<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>SlackWiki - User contributions [en]</title>
		<link>https://www.slackwiki.com/Special:Contributions/Dont_stop_me</link>
		<description>User contributions</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 15:10:35 GMT</lastBuildDate>
		<item>
			<title>Install Slackware Using A USB Flash Drive</title>
			<link>https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=808</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=808</guid>
			<description>&lt;p&gt;Dont stop me: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
Installing Slackware using a USB flash drive is very easy.&lt;br /&gt;
&lt;br /&gt;
Slackware includes a usbboot.img in the usb-and-pxe-installers directory of the official installation media, which is a minimal image very handy for FTP or other kinds of network installations.&lt;br /&gt;
&lt;br /&gt;
In the same directory one can also find usbimg2disk.sh, a script that will dump the usbboot.img image to a flash drive, useful in case the above image does not work for you out of the box.&lt;br /&gt;
&lt;br /&gt;
Additionally, AlienBOB has written two articles in his blog on how to install Slackware using a USB flash drive from either&lt;br /&gt;
&lt;br /&gt;
[http://alien.slackbook.org/blog/welcome-windows-user/ Microsoft Windows] or [http://alien.slackbook.org/blog/installing-slackware-using-usb-thumb-drive/ Linux].&lt;br /&gt;
&lt;br /&gt;
This document describes yet another way of creating an image capable of booting from USB, containing all of the packages neeeded for an installation, using [http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE Isohybrid].&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
A USB flash drive that can fit the ISO image&lt;br /&gt;
&lt;br /&gt;
Syslinux &amp;gt;= 3.72&lt;br /&gt;
&lt;br /&gt;
Additionally you should either have:&lt;br /&gt;
&lt;br /&gt;
a) official Slackware installation media, preferably the DVD ISO one, available on any Slackware mirror&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
b) a local copy of the Slackware tree.&lt;br /&gt;
&lt;br /&gt;
That may be the tree of a stable release, or even the tree of the Slackware current development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to use a local copy of the tree you should be able to create your own ISO image using a script such as:&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README.TXT DVD script], AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script] or even a custom one of your own.&lt;br /&gt;
&lt;br /&gt;
== Using isohybrid ==&lt;br /&gt;
&lt;br /&gt;
At this point you should have a Slackware ISO lying on your hard disk&lt;br /&gt;
&lt;br /&gt;
Make it hybrid:&lt;br /&gt;
&lt;br /&gt;
 isohybrid slackware-13.1-install-dvd.iso&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
All that is left to do now is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
This can be done using the [http://linux.die.net/man/1/dd dd] command as the root user.&lt;br /&gt;
&lt;br /&gt;
The following command will overwrite all the files currently present on the USB drive so prior backups are highly advisable:&lt;br /&gt;
&lt;br /&gt;
 dd if=slackware-13.1-install-dvd.iso of=/dev/sdX&lt;br /&gt;
&lt;br /&gt;
PS1. dd expects the name of a device, not a partition, so you should use eg. /dev/sdb instead of /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
PS2. the USB drive should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive.&lt;br /&gt;
&lt;br /&gt;
Before running '''setup''', look up (with '''fdisk -l''') which device your USB drive is, and mount the device to some location:&lt;br /&gt;
&lt;br /&gt;
 mkdir flash &amp;amp;&amp;amp; mount /dev/sdX1 flash&lt;br /&gt;
&lt;br /&gt;
When installing, choose &amp;quot;Install from a Slackware CD or DVD&amp;quot; then select the &amp;quot;manual&amp;quot; option and after that the &amp;quot;custom&amp;quot; option.&lt;br /&gt;
Enter /dev/sdX1 (as shown by &amp;quot;fdisk -l&amp;quot;) and installation will proceed.&lt;br /&gt;
&lt;br /&gt;
Other than that, installation process should be no different than when installing from a DVD.&lt;/div&gt;</description>
			<pubDate>Sun, 30 Sep 2012 11:45:05 GMT</pubDate>
			<dc:creator>Dont stop me</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Install_Slackware_Using_A_USB_Flash_Drive</comments>
		</item>
		<item>
			<title>Talk:Install Slackware Using A USB Flash Drive</title>
			<link>https://www.slackwiki.com/index.php?title=Talk:Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=807</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Talk:Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=807</guid>
			<description>&lt;p&gt;Dont stop me: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I'm new to slackware. I tried installing it as given in the wiki page. But ran into trouble in the last stage. &lt;br /&gt;
First of all, fdisk -l shows sdb - 16 gb(usb size), sdb1 (4 gb) and sdb1p1 (similar size). What is sdb1p1? Which one do I mount? I decided to mount sdb1.&lt;br /&gt;
&lt;br /&gt;
After mounting and running setup, I set up the targets \home, \usr etc. Then it says it has detected FAT/NTFS filesystem (the usb in all probability) and if I want to add that to fstab. I tried different things here. Since the usb is already mounted, I first tried answering no and going to install. Later I tried mounting sdb1 in flash at this step again and then running install. In both cases, when I select &amp;quot;install from hard disk partition&amp;quot; and select source partition as &amp;quot;/dev/sdb1&amp;quot; and then source path as &amp;quot;/slackware&amp;quot; or &amp;quot;/flash/slackware&amp;quot; or &amp;quot;slackware&amp;quot;, it says &amp;quot;error mounting, should I continue&amp;quot;. I tried using install option &amp;quot;pre-mounted directory&amp;quot; and gave &amp;quot;/flash/slackware&amp;quot; as the directory but it couldn't find the directory. What am I doing wrong?&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I had the same issue.&lt;br /&gt;
&lt;br /&gt;
You have to select &amp;quot;Install from a Slackware CD or DVD&amp;quot; then select custom. Enter the device path ex. /dev/sdb1. Installatin should proceed as normal.&lt;br /&gt;
The reason for this is that installing from hard disks option does not support iso9660 filesystem.&lt;br /&gt;
&lt;br /&gt;
Hope this helps,&lt;br /&gt;
&lt;br /&gt;
Best wishes,&lt;br /&gt;
Zoltan&lt;/div&gt;</description>
			<pubDate>Sun, 30 Sep 2012 11:26:28 GMT</pubDate>
			<dc:creator>Dont stop me</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Install_Slackware_Using_A_USB_Flash_Drive</comments>
		</item>
		<item>
			<title>Install Slackware Using A USB Flash Drive</title>
			<link>https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=806</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=806</guid>
			<description>&lt;p&gt;Dont stop me: Updated installation source selection. The old option did not accept the iso9960 partition system.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
Installing Slackware using a USB flash drive is very easy.&lt;br /&gt;
&lt;br /&gt;
Slackware includes a usbboot.img in the usb-and-pxe-installers directory of the official installation media, which is a minimal image very handy for FTP or other kinds of network installations.&lt;br /&gt;
&lt;br /&gt;
In the same directory one can also find usbimg2disk.sh, a script that will dump the usbboot.img image to a flash drive, useful in case the above image does not work for you out of the box.&lt;br /&gt;
&lt;br /&gt;
Additionally, AlienBOB has written two articles in his blog on how to install Slackware using a USB flash drive from either&lt;br /&gt;
&lt;br /&gt;
[http://alien.slackbook.org/blog/welcome-windows-user/ Microsoft Windows] or [http://alien.slackbook.org/blog/installing-slackware-using-usb-thumb-drive/ Linux].&lt;br /&gt;
&lt;br /&gt;
This document describes yet another way of creating an image capable of booting from USB, containing all of the packages neeeded for an installation, using [http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE Isohybrid].&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
A USB flash drive that can fit the ISO image&lt;br /&gt;
&lt;br /&gt;
Syslinux &amp;gt;= 3.72&lt;br /&gt;
&lt;br /&gt;
Additionally you should either have:&lt;br /&gt;
&lt;br /&gt;
a) official Slackware installation media, preferably the DVD ISO one, available on any Slackware mirror&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
b) a local copy of the Slackware tree.&lt;br /&gt;
&lt;br /&gt;
That may be the tree of a stable release, or even the tree of the Slackware current development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to use a local copy of the tree you should be able to create your own ISO image using a script such as:&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README.TXT DVD script], AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script] or even a custom one of your own.&lt;br /&gt;
&lt;br /&gt;
== Using isohybrid ==&lt;br /&gt;
&lt;br /&gt;
At this point you should have a Slackware ISO lying on your hard disk&lt;br /&gt;
&lt;br /&gt;
Make it hybrid:&lt;br /&gt;
&lt;br /&gt;
 isohybrid slackware-13.1-install-dvd.iso&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
All that is left to do now is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
This can be done using the [http://linux.die.net/man/1/dd dd] command as the root user.&lt;br /&gt;
&lt;br /&gt;
The following command will overwrite all the files currently present on the USB drive so prior backups are highly advisable:&lt;br /&gt;
&lt;br /&gt;
 dd if=slackware-13.1-install-dvd.iso of=/dev/sdX&lt;br /&gt;
&lt;br /&gt;
PS1. dd expects the name of a device, not a partition, so you should use eg. /dev/sdb instead of /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
PS2. the USB drive should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive.&lt;br /&gt;
&lt;br /&gt;
Before running '''setup''', look up (with '''fdisk -l''') which device your USB drive is, and mount the device to some location:&lt;br /&gt;
&lt;br /&gt;
 mkdir flash &amp;amp;&amp;amp; mount /dev/sdX1 flash&lt;br /&gt;
&lt;br /&gt;
When installing, choose &amp;quot;Install from a Slackware CD or DVD&amp;quot; then select the &amp;quot;custom&amp;quot; option.&lt;br /&gt;
Enter /dev/sdX1 (as shown by &amp;quot;fdisk -l&amp;quot;) and installation will proceed.&lt;br /&gt;
&lt;br /&gt;
Other than that, installation process should be no different than when installing from a DVD.&lt;/div&gt;</description>
			<pubDate>Sun, 30 Sep 2012 11:20:26 GMT</pubDate>
			<dc:creator>Dont stop me</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Install_Slackware_Using_A_USB_Flash_Drive</comments>
		</item>
</channel></rss>