<?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/Sahko</link>
		<description>User contributions</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Sat, 02 May 2026 12:48:36 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=439</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=439</guid>
			<description>&lt;p&gt;Sahko: /* Copy the ISO to the USB flash drive */&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;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 15:38:11 GMT</pubDate>
			<dc:creator>Sahko</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=438</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=438</guid>
			<description>&lt;p&gt;Sahko: &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 the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
PS2. the USB should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 15:36:50 GMT</pubDate>
			<dc:creator>Sahko</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=437</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=437</guid>
			<description>&lt;p&gt;Sahko: &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 below 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 the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
PS2. the USB should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 06:50:45 GMT</pubDate>
			<dc:creator>Sahko</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=436</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=436</guid>
			<description>&lt;p&gt;Sahko: /* Using isohybrid */&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, along with AlienBOB's usbimg2disk.sh 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 doing this, 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 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, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
 dd if=slackware-13.1-install-dvd.iso of=/dev/sdX&lt;br /&gt;
&lt;br /&gt;
PS0. dd expects the name of the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
PS1. the USB should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 06:33:52 GMT</pubDate>
			<dc:creator>Sahko</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=435</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=435</guid>
			<description>&lt;p&gt;Sahko: /* Copy the ISO to the USB flash drive */&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, along with AlienBOB's usbimg2disk.sh 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 doing this, 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 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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&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, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
 dd if=slackware-13.1-install-dvd.iso of=/dev/sdX&lt;br /&gt;
&lt;br /&gt;
PS0. dd expects the name of the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
PS1. the USB should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 06:33:09 GMT</pubDate>
			<dc:creator>Sahko</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=434</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=434</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh 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 doing this, 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 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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&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, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS0. dd expects the name of the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
PS1. the USB should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 02:46:03 GMT</pubDate>
			<dc:creator>Sahko</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=433</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=433</guid>
			<description>&lt;p&gt;Sahko: /* Copy the ISO to the USB flash drive */&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, along with AlienBOB's usbimg2disk.sh 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 will describe yet another way of doing this, 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 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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&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, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS0. dd expects the name of the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
PS1. the USB should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 02:44:50 GMT</pubDate>
			<dc:creator>Sahko</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=432</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=432</guid>
			<description>&lt;p&gt;Sahko: /* Copy the ISO to the USB flash drive */&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, along with AlienBOB's usbimg2disk.sh 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 will describe yet another way of doing this, 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 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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&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, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS0. dd expects the name of the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
PS1. the USB should NOT be mounted during dd invocation.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 02:44:21 GMT</pubDate>
			<dc:creator>Sahko</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=431</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=431</guid>
			<description>&lt;p&gt;Sahko: /* Prerequisites */&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, along with AlienBOB's usbimg2disk.sh 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 will describe yet another way of doing this, 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 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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&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, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 02:41:55 GMT</pubDate>
			<dc:creator>Sahko</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=430</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=430</guid>
			<description>&lt;p&gt;Sahko: /* Prerequisites */&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, along with AlienBOB's usbimg2disk.sh 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 will describe yet another way of doing this, 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 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 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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&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, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Sat, 20 Nov 2010 02:41:16 GMT</pubDate>
			<dc:creator>Sahko</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=429</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=429</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh 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 will describe yet another way of doing this, 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;
Syslinux &amp;gt;=3.72 is required&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 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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&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, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should be using eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the machine using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Thu, 18 Nov 2010 00:44:02 GMT</pubDate>
			<dc:creator>Sahko</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=428</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=428</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh in case the above image doesnt 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 [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 will demonstrate yet another way of doing this, which from my experience is easier and often more convenient than all of the above. This document will describe how to create a Hybrid Slackware ISO with [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;
Syslinux &amp;gt;=3.72 is required&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 b) a local copy of the Slackware tree. 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 go with b) 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]&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README_SPLIT.TXT split to 3 CDs script]&lt;br /&gt;
&lt;br /&gt;
AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script]&lt;br /&gt;
&lt;br /&gt;
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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
Now all that is left to do is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
That can be done using the [http://linux.die.net/man/1/dd dd] command as the root user, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should use eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the computer using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Thu, 18 Nov 2010 00:27:33 GMT</pubDate>
			<dc:creator>Sahko</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=427</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=427</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh in case the above image doesnt 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 [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 will demonstrate yet another way of doing this, which from my experience is easier and often more convenient than all of the above. This document will describe how to create a Hybrid Slackware ISO with [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;
Syslinux &amp;gt;=3.72 is required&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 b) a local copy of the Slackware tree. That may be the tree of a stable release, or even the tree of the -current Slackware development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to go with b) 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]&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README_SPLIT.TXT split to 3 CDs script]&lt;br /&gt;
&lt;br /&gt;
AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script]&lt;br /&gt;
&lt;br /&gt;
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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
Now all that is left to do is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
That can be done using the [http://linux.die.net/man/1/dd dd] command as the root user, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should use eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the computer using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Thu, 18 Nov 2010 00:26:46 GMT</pubDate>
			<dc:creator>Sahko</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=426</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=426</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh in case the above image doesnt 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 [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 will demonstrate yet another way of doing this, which from my experience is easier and often more convenient than all of the above. This document will describe how to create a Hybrid Slackware ISO with [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;
Syslinux &amp;gt;=3.72 is required&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 b) a local copy of the Slackware tree. That may be the tree of a stable release, or even one the tree of the -current Slackware development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to go with b) 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]&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README_SPLIT.TXT split to 3 CDs script]&lt;br /&gt;
&lt;br /&gt;
AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script]&lt;br /&gt;
&lt;br /&gt;
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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
Now all that is left to do is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
That can be done using the [http://linux.die.net/man/1/dd dd] command as the root user, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should use eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the computer using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Wed, 17 Nov 2010 23:50:39 GMT</pubDate>
			<dc:creator>Sahko</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=425</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=425</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh in case the above image doesnt 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 [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 will demonstrate yet another way of doing this, which from my experience is easier and often more convenient than all of the above. This document will describe how to create a Hybrid Slackware ISO with [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;
Syslinux &amp;gt;=3.72 is required&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 b) a local copy of the Slackware tree. That may be the tree of a stable release, or even one the tree of the -current Slackware development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to go with b) you should be able to create your own ISO images using a script such as:&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README.TXT DVD script]&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README_SPLIT.TXT split to 3 CDs script]&lt;br /&gt;
&lt;br /&gt;
AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script]&lt;br /&gt;
&lt;br /&gt;
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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
Now all that is left to do is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
That can be done using the [http://linux.die.net/man/1/dd dd] command as the root user, that will overwrite all the files currently present on the USB drive:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should use eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the computer using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Wed, 17 Nov 2010 23:49:00 GMT</pubDate>
			<dc:creator>Sahko</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=424</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=424</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh in case the above image doesnt 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 [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 will demonstrate yet another way of doing this, which from my experience is easier and often more convenient than all of the above. This document will describe how to create a Hybrid Slackware ISO with [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;
Syslinux &amp;gt;=3.72 is required&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 b) a local copy of the Slackware tree. That may be the tree of a stable release, or even one the tree of the -current Slackware development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to go with b) you should be able to create your own ISO images using a script such as:&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README.TXT DVD script]&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README_SPLIT.TXT split to 3 CDs script]&lt;br /&gt;
&lt;br /&gt;
AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script]&lt;br /&gt;
&lt;br /&gt;
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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
Now all that is left to do is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
That can be done using the [http://linux.die.net/man/1/dd dd] command as the root user, that will overwrite all the files currently present on the USB drive.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should use eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the computer using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Wed, 17 Nov 2010 23:47:51 GMT</pubDate>
			<dc:creator>Sahko</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=423</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=423</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh in case the above image doesnt 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 [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 will demonstrate yet another way of doing this, which from my experience is easier and often more convenient than all of the above. This document will describe how to create a Hybrid Slackware ISO with [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;
Syslinux &amp;gt;=3.72 is required&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 b) a local copy of the Slackware tree. That may be the tree of a stable release, or even one the tree of the -current Slackware development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to go with b) you should be able to create your own ISO images using a script such as:&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README.TXT DVD script]&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README_SPLIT.TXT split to 3 CDs script]&lt;br /&gt;
&lt;br /&gt;
AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script]&lt;br /&gt;
&lt;br /&gt;
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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
Now all that is left to do is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
That can be done using the [http://linux.die.net/man/1/dd dd] command as the root user, that will overwrite all the files currently present on the USB drive.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should should eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
== Epilogue ==&lt;br /&gt;
&lt;br /&gt;
Boot the computer using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Wed, 17 Nov 2010 23:46:56 GMT</pubDate>
			<dc:creator>Sahko</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=422</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=422</guid>
			<description>&lt;p&gt;Sahko: &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, along with AlienBOB's usbimg2disk.sh in case the above image doesnt 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 [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 will demonstrate yet another way of doing this, which from my experience is easier and often more convenient than all of the above. This document will describe how to create a Hybrid Slackware ISO with [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;
Syslinux &amp;gt;=3.72 is required&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 b) a local copy of the Slackware tree. That may be the tree of a stable release, or even one the tree of the -current Slackware development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to go with b) you should be able to create your own ISO images using a script such as:&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README.TXT DVD script]&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README_SPLIT.TXT split to 3 CDs script]&lt;br /&gt;
&lt;br /&gt;
AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script]&lt;br /&gt;
&lt;br /&gt;
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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
Now all that is left to do is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
That can be done using the [http://linux.die.net/man/1/dd dd] command as the root user, that will overwrite all the files currently present on the USB drive.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should should eg. /dev/sdb and not /dev/sdb1.&lt;br /&gt;
&lt;br /&gt;
Boot the computer using the USB drive. Experience should be no different than using the official installation media.&lt;/div&gt;</description>
			<pubDate>Wed, 17 Nov 2010 23:45:26 GMT</pubDate>
			<dc:creator>Sahko</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=421</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Install_Slackware_Using_A_USB_Flash_Drive&amp;diff=421</guid>
			<description>&lt;p&gt;Sahko: Created page with 'Category:Tutorials  Installing Slackware using a USB flash drive is very easy.  Slackware includes a usbboot.img in the usb-and-pxe-installers directory of the official insta…'&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, along with AlienBOB's usbimg2disk.sh in case the above image doesnt 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 [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 will demonstrate yet another way of doing this, which from my experience is easier and often more convenient than all of the above. This document will describe how to create a Hybrid Slackware ISO with [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;
Syslinux &amp;gt;=3.72 is required&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 b) a local copy of the Slackware tree. That may be the tree of a stable release, or even one the tree of the -current Slackware development cycle.&lt;br /&gt;
&lt;br /&gt;
If you choose to go with b) you should be able to create your own ISO images using a script such as:&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README.TXT DVD script]&lt;br /&gt;
&lt;br /&gt;
Pat's [http://slackware.osuosl.org/slackware/isolinux/README_SPLIT.TXT split to 3 CDs script]&lt;br /&gt;
&lt;br /&gt;
AlienBOB's [http://www.slackware.com/~alien/tools/mirror-slackware-current.sh mirror-slackware-current script]&lt;br /&gt;
&lt;br /&gt;
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;
&amp;lt;code&amp;gt; isohybrid slackware-13.1-install-dvd.iso &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Copy the ISO to the USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
Now all that is left to do is copy the ISO to the USB flash drive.&lt;br /&gt;
&lt;br /&gt;
That can be done using the [http://linux.die.net/man/1/dd dd] command as the root user, that will overwrite all the files currently present on the USB drive.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; dd if=slackware-13.1-install-dvd.iso of=/dev/sdX &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PS. dd expects the name of the device, not the partition, so you should should eg. /dev/sdb and not /dev/sdb1.&lt;/div&gt;</description>
			<pubDate>Wed, 17 Nov 2010 23:42:42 GMT</pubDate>
			<dc:creator>Sahko</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Install_Slackware_Using_A_USB_Flash_Drive</comments>
		</item>
		<item>
			<title>Slack-desc</title>
			<link>https://www.slackwiki.com/index.php?title=Slack-desc&amp;diff=252</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Slack-desc&amp;diff=252</guid>
			<description>&lt;p&gt;Sahko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
A proper slack-desc file should be written as follows:&lt;br /&gt;
&lt;br /&gt;
 # HOW TO EDIT THIS FILE:&lt;br /&gt;
 # The &amp;quot;handy ruler&amp;quot; below makes it easier to edit a package description.  Line&lt;br /&gt;
 # up the first '|' above the ':' following the base package name, and the '|' on&lt;br /&gt;
 # the right side marks the last column you can put a character in.  You must make&lt;br /&gt;
 # exactly 11 lines for the formatting to be correct.  It's also customary to&lt;br /&gt;
 # leave one space after the ':'.&lt;br /&gt;
 &lt;br /&gt;
        |-----handy-ruler------------------------------------------------------|&lt;br /&gt;
 appname: Summary of application name and function (one line only)&lt;br /&gt;
 appname:      &amp;lt;this line is generally left blank&amp;gt;&lt;br /&gt;
 appname: Description of application  -  this description should be fairly&lt;br /&gt;
 appname: in-depth; in other words, make it clear what the package does (and &lt;br /&gt;
 appname: maybe include relevant links and/or instructions if there's room),&lt;br /&gt;
 appname: but don't get too verbose.  &lt;br /&gt;
 appname: This file can have a maximum of eleven (11) lines of text preceded by&lt;br /&gt;
 appname: the &amp;quot;appname: &amp;quot; designation.  &lt;br /&gt;
 appname:&lt;br /&gt;
 appname: It's a good idea to include a link to the application's homepage too.&lt;br /&gt;
 appname:&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;appname&amp;quot; string must *exactly* match the application name portion of the &lt;br /&gt;
Slackware package (for example, a package titled &amp;quot;gaim-1.5-i486-1.tgz&amp;quot; must have &lt;br /&gt;
a slack-desc file with the &amp;lt;appname&amp;gt; string of &amp;quot;gaim: &amp;quot; rather than &amp;quot;Gaim: &amp;quot; or &lt;br /&gt;
&amp;quot;GAIM: &amp;quot; or something else.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;handy ruler&amp;quot; is meant to stop you at 79 characters, because the standard&lt;br /&gt;
console is 80x25 and if you go beyond this the words will wrap.&lt;br /&gt;
&lt;br /&gt;
The space after the : is needed only when there is text after the :&lt;br /&gt;
In the above example lines 2,9 &amp;amp; 11 should not have a space after the :&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
 man makepkg&lt;br /&gt;
 man pkgtool&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Mon, 07 Sep 2009 07:02:15 GMT</pubDate>
			<dc:creator>Sahko</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Slack-desc</comments>
		</item>
		<item>
			<title>Slack-desc</title>
			<link>https://www.slackwiki.com/index.php?title=Slack-desc&amp;diff=251</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Slack-desc&amp;diff=251</guid>
			<description>&lt;p&gt;Sahko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
A proper slack-desc file should be written as follows:&lt;br /&gt;
&lt;br /&gt;
 # HOW TO EDIT THIS FILE:&lt;br /&gt;
 # The &amp;quot;handy ruler&amp;quot; below makes it easier to edit a package description.  Line&lt;br /&gt;
 # up the first '|' above the ':' following the base package name, and the '|' on&lt;br /&gt;
 # the right side marks the last column you can put a character in.  You must make&lt;br /&gt;
 # exactly 11 lines for the formatting to be correct.  It's also customary to&lt;br /&gt;
 # leave one space after the ':'.&lt;br /&gt;
 &lt;br /&gt;
        |-----handy-ruler------------------------------------------------------|&lt;br /&gt;
 appname: Summary of application name and function (one line only)&lt;br /&gt;
 appname:      &amp;lt;this line is generally left blank&amp;gt;&lt;br /&gt;
 appname: Description of application  -  this description should be fairly&lt;br /&gt;
 appname: in-depth; in other words, make it clear what the package does (and &lt;br /&gt;
 appname: maybe include relevant links and/or instructions if there's room),&lt;br /&gt;
 appname: but don't get too verbose.  &lt;br /&gt;
 appname: This file can have a maximum of eleven (11) lines of text preceded by&lt;br /&gt;
 appname: the &amp;quot;appname: &amp;quot; designation.  &lt;br /&gt;
 appname: &lt;br /&gt;
 appname: It's a good idea to include a link to the application's homepage too.&lt;br /&gt;
 appname: &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;appname&amp;quot; string must *exactly* match the application name portion of the &lt;br /&gt;
Slackware package (for example, a package titled &amp;quot;gaim-1.5-i486-1.tgz&amp;quot; must have &lt;br /&gt;
a slack-desc file with the &amp;lt;appname&amp;gt; string of &amp;quot;gaim: &amp;quot; rather than &amp;quot;Gaim: &amp;quot; or &lt;br /&gt;
&amp;quot;GAIM: &amp;quot; or something else.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;handy ruler&amp;quot; is meant to stop you at 79 characters, because the standard&lt;br /&gt;
console is 80x25 and if you go beyond this the words will wrap.&lt;br /&gt;
&lt;br /&gt;
The space after the : is needed only when there is text after the :&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
 man makepkg&lt;br /&gt;
 man pkgtool&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Mon, 07 Sep 2009 06:59:54 GMT</pubDate>
			<dc:creator>Sahko</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Slack-desc</comments>
		</item>
		<item>
			<title>Slack-desc</title>
			<link>https://www.slackwiki.com/index.php?title=Slack-desc&amp;diff=250</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Slack-desc&amp;diff=250</guid>
			<description>&lt;p&gt;Sahko: Undo revision 249 by Sahko (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
A proper slack-desc file should be written as follows:&lt;br /&gt;
&lt;br /&gt;
 # HOW TO EDIT THIS FILE:&lt;br /&gt;
 # The &amp;quot;handy ruler&amp;quot; below makes it easier to edit a package description.  Line&lt;br /&gt;
 # up the first '|' above the ':' following the base package name, and the '|' on&lt;br /&gt;
 # the right side marks the last column you can put a character in.  You must make&lt;br /&gt;
 # exactly 11 lines for the formatting to be correct.  It's also customary to&lt;br /&gt;
 # leave one space after the ':'.&lt;br /&gt;
 &lt;br /&gt;
        |-----handy-ruler------------------------------------------------------|&lt;br /&gt;
 appname: Summary of application name and function (one line only)&lt;br /&gt;
 appname:      &amp;lt;this line is generally left blank&amp;gt;&lt;br /&gt;
 appname: Description of application  -  this description should be fairly&lt;br /&gt;
 appname: in-depth; in other words, make it clear what the package does (and &lt;br /&gt;
 appname: maybe include relevant links and/or instructions if there's room),&lt;br /&gt;
 appname: but don't get too verbose.  &lt;br /&gt;
 appname: This file can have a maximum of eleven (11) lines of text preceded by&lt;br /&gt;
 appname: the &amp;quot;appname: &amp;quot; designation.  &lt;br /&gt;
 appname: &lt;br /&gt;
 appname: It's a good idea to include a link to the application's homepage too.&lt;br /&gt;
 appname: &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;appname&amp;quot; string must *exactly* match the application name portion of the &lt;br /&gt;
Slackware package (for example, a package titled &amp;quot;gaim-1.5-i486-1.tgz&amp;quot; must have &lt;br /&gt;
a slack-desc file with the &amp;lt;appname&amp;gt; string of &amp;quot;gaim: &amp;quot; rather than &amp;quot;Gaim: &amp;quot; or &lt;br /&gt;
&amp;quot;GAIM: &amp;quot; or something else.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;handy ruler&amp;quot; is meant to stop you at 79 characters, because the standard&lt;br /&gt;
console is 80x25 and if you go beyond this the words will wrap.&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
 man makepkg&lt;br /&gt;
 man pkgtool&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Mon, 07 Sep 2009 06:56:29 GMT</pubDate>
			<dc:creator>Sahko</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Slack-desc</comments>
		</item>
		<item>
			<title>Slack-desc</title>
			<link>https://www.slackwiki.com/index.php?title=Slack-desc&amp;diff=249</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Slack-desc&amp;diff=249</guid>
			<description>&lt;p&gt;Sahko: remove comment about space after :&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
A proper slack-desc file should be written as follows:&lt;br /&gt;
&lt;br /&gt;
 # HOW TO EDIT THIS FILE:&lt;br /&gt;
 # The &amp;quot;handy ruler&amp;quot; below makes it easier to edit a package description.  Line&lt;br /&gt;
 # up the first '|' above the ':' following the base package name, and the '|' on&lt;br /&gt;
 # the right side marks the last column you can put a character in.  You must make&lt;br /&gt;
 # exactly 11 lines for the formatting to be correct.&lt;br /&gt;
 &lt;br /&gt;
        |-----handy-ruler------------------------------------------------------|&lt;br /&gt;
 appname: Summary of application name and function (one line only)&lt;br /&gt;
 appname:      &amp;lt;this line is generally left blank&amp;gt;&lt;br /&gt;
 appname: Description of application  -  this description should be fairly&lt;br /&gt;
 appname: in-depth; in other words, make it clear what the package does (and &lt;br /&gt;
 appname: maybe include relevant links and/or instructions if there's room),&lt;br /&gt;
 appname: but don't get too verbose.  &lt;br /&gt;
 appname: This file can have a maximum of eleven (11) lines of text preceded by&lt;br /&gt;
 appname: the &amp;quot;appname: &amp;quot; designation.  &lt;br /&gt;
 appname: &lt;br /&gt;
 appname: It's a good idea to include a link to the application's homepage too.&lt;br /&gt;
 appname: &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;appname&amp;quot; string must *exactly* match the application name portion of the &lt;br /&gt;
Slackware package (for example, a package titled &amp;quot;gaim-1.5-i486-1.tgz&amp;quot; must have &lt;br /&gt;
a slack-desc file with the &amp;lt;appname&amp;gt; string of &amp;quot;gaim: &amp;quot; rather than &amp;quot;Gaim: &amp;quot; or &lt;br /&gt;
&amp;quot;GAIM: &amp;quot; or something else.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;handy ruler&amp;quot; is meant to stop you at 79 characters, because the standard&lt;br /&gt;
console is 80x25 and if you go beyond this the words will wrap.&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
 man makepkg&lt;br /&gt;
 man pkgtool&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Mon, 07 Sep 2009 06:50:00 GMT</pubDate>
			<dc:creator>Sahko</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Slack-desc</comments>
		</item>
</channel></rss>