[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
slackware:install [2013/01/13 16:44 (UTC)] – [Booting the Installer] whizslackware:install [2014/03/15 11:37 (UTC)] (current) – [Slackware installation] mention that official ISOs are treated with isohybrid. alienbob
Line 5: Line 5:
 The latest versions of Slackware Linux are distributed on DVD or CD media, but Slackware can be installed in a variety of other ways. We're only going to focus on the most common method - booting from a DVD - in this book. If you don't have a CD or DVD drive, you might wish to take a look at the various README files inside the ''usb-and-pxe-installers'' directory at your favorite Slackware mirror. This directory includes the necessary files and instructions for booting the Slackware installer from a USB flash drive or from a network card that supports PXE. The files there are the best source of information available for such boot methods. The latest versions of Slackware Linux are distributed on DVD or CD media, but Slackware can be installed in a variety of other ways. We're only going to focus on the most common method - booting from a DVD - in this book. If you don't have a CD or DVD drive, you might wish to take a look at the various README files inside the ''usb-and-pxe-installers'' directory at your favorite Slackware mirror. This directory includes the necessary files and instructions for booting the Slackware installer from a USB flash drive or from a network card that supports PXE. The files there are the best source of information available for such boot methods.
  
-A HOWTO on setting up a PXE boot server right off a Slackware installation medium (DVD or USB Stick) is available in this separate article: [[slackware:pxe_install|Out of the box Slackware PXE Server]]+Starting with the 14.1 release, Slackware ISO images (both the ones available online as well as the discs sent out from the Slackware store) have been processed 
 +using [[http://www.syslinux.org/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE|isohybrid]]. This allows them to be written to a USB stick, which can then be booted and used as the install source.
  
 +A HOWTO on setting up a PXE boot server right off a Slackware installation medium (DVD or USB Stick) is available in this separate article: [[slackware:pxe_install|Out of the box Slackware PXE Server]]
 ===== Booting the Installer ===== ===== Booting the Installer =====
  
Line 263: Line 265:
 One last thing - there will be mail in the root user's mailbox filled with useful information about package management, as well as system configuration and maintenance. You should check it with your favorite mail client. If you have not used any of the included mail clients, alpine is a good suggestion to get started quickly and easily. One last thing - there will be mail in the root user's mailbox filled with useful information about package management, as well as system configuration and maintenance. You should check it with your favorite mail client. If you have not used any of the included mail clients, alpine is a good suggestion to get started quickly and easily.
  
-=== Configuring Graphical Logins ===+==== Configuring Graphical Logins ====
 Once your system is up to date and you have created your first user, you may want to configure your system to boot into X by default, with a graphical login instead of a console login.  You can first test that X auto-detects your video correctly by issuing the `startx` command.  If X11 starts and you end up at a desktop, you're probably good to go.  Open the /etc/inittab file, as root, in your editor of choice.  Change the following line: Once your system is up to date and you have created your first user, you may want to configure your system to boot into X by default, with a graphical login instead of a console login.  You can first test that X auto-detects your video correctly by issuing the `startx` command.  If X11 starts and you end up at a desktop, you're probably good to go.  Open the /etc/inittab file, as root, in your editor of choice.  Change the following line:
  
Line 280: Line 282:
 To select or switch between available [[slackware:desktop_environment|desktop environments]] run ''xwmconfig'' as root. To select or switch between available [[slackware:desktop_environment|desktop environments]] run ''xwmconfig'' as root.
  
-=== Adding multilib ===+==== Adding multilib ====
 If you just installed the 64-bit version of Slackware, you will soon discover that this is a "pure" 64-bit environment. In other words: out of the box, Slackware64 is not able to run or compile 32-bit program binaries. \\ Luckily, this is simple to fix. Adding the capability to run and/or compile 32-bit programs will turn your Slackware64 into a "multilib" system. Instructions can be found in the article "[[slackware:multilib|Adding Multilib Capability to Slackware on x86_64 Architecture]]" in our Wiki. If you just installed the 64-bit version of Slackware, you will soon discover that this is a "pure" 64-bit environment. In other words: out of the box, Slackware64 is not able to run or compile 32-bit program binaries. \\ Luckily, this is simple to fix. Adding the capability to run and/or compile 32-bit programs will turn your Slackware64 into a "multilib" system. Instructions can be found in the article "[[slackware:multilib|Adding Multilib Capability to Slackware on x86_64 Architecture]]" in our Wiki.
 ===== References ===== ===== References =====
 slackware:install ()