From 17f64dd0c893009ce43294225ffd65d915003ebc Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 23 Nov 2019 05:08:01 -0600 Subject: Install: Lots and lots of fixes --- src/install/1_begin.xml | 62 ++++++++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 24 deletions(-) (limited to 'src/install/1_begin.xml') diff --git a/src/install/1_begin.xml b/src/install/1_begin.xml index 170db36..10120f8 100644 --- a/src/install/1_begin.xml +++ b/src/install/1_begin.xml @@ -1,37 +1,41 @@ Before You Begin - Welcome to the Adélie Linux 1.0 Installation Guide. This guide will describe the process you will use to install Adélie Linux on to a computer. - If you are installing Adélie Linux to your main computer, you may use another device - such as a mobile phone or a friend's laptop, if available - to follow along with this guide. - Additionally, most portions of this guide are available on the installation CD for viewing during installation. Just choose "Help" from any page in the Horizon Installation Wizard. + Welcome to the Adélie Linux 1.0 Installation Handbook. + This Handbook will inform you how to install Adélie Linux on your computer. + If you are installing Adélie Linux on your main computer, you may use another device - such as a mobile phone or a friend's laptop, if available - to reference this Handbook. + Additionally, most of this Handbook is available for reading during installation. + Just choose "Help", or press the F1 key, from any page in the System Installation wizard.
- Preparing for the installation + Preparing for Installation Please back up all of your data before beginning installation. - While every effort is made to ensure that the Adélie Linux installation routines are safe and error-free, we cannot guarantee that your data will be preserved once you start the installation. + While every effort has been made to ensure that the Adélie Linux installation system is safe and error-free, we cannot guarantee that your data will be preserved once you start the installation. If you intend on dual-booting your computer with another operating system, such as Mac OS X or Windows, ensure there is adequate disk space available to install Adélie Linux. - You will need up to 1 GB for a standard desktop installation, or at least 300 MB for a server installation. - To install Adélie Linux to a desktop or portable computer, you will need a display capable of at least 800x600 pixel resolution. - Most common desktop displays display in at least this resolution. HiDPI (or "Retina") displays are supported only on the KDE Desktop installation media. + You will need up to 2 GB for a standard desktop installation, or at least 300 MB for a server installation. + To install Adélie Linux on a desktop or portable computer, you will need a graphical display capable of at least an 800x600 pixel resolution. + Most displays support this resolution. + HiDPI (or "Retina") displays are supported only on the Desktop installation media. Please note that the server installation media may render incorrectly, or even not at all, when using HiDPI displays. - You may install server packages using the desktop installation media if you need to use a HiDPI display during server installation. + You may install server packages using the Desktop installation media if you need to use a HiDPI display during server installation. To install Adélie Linux to a server, you will need either a display capable of at least 80x25 text console (720x480), or a supported serial line. - If you are installing via serial line, be sure you know your server's serial line settings. - Most servers default to either 9600 or 57200 baud; Adélie Linux does not reconfigure the serial line, so you will need to know your firmware's default settings. + If you are installing via serial line, be sure to have your server's serial line settings available. + Most servers default to either 9600 or 115200 baud; Adélie Linux does not reconfigure the serial line, so you will need to know your firmware's default settings. If you plan on connecting to the Internet directly from your Adélie Linux computer without using a router (not common), ensure you have your Internet access credentials (typically a username and password) available before starting installation. Adélie Linux supports connecting to most ADSL and dial-up Internet providers using PPP; and cable, T1, and fibre providers using Ethernet. If you use a static IP address (not common), make sure you have your IP address, subnet, and default gateway and nameserver settings before starting installation. - If your computer came with recovery media, we recommend that you have it available in the very unlikely event you have an issue with Adélie Linux, or your hardware has an incompatibility. - This way, you will be able to quickly restore your computer to normal operation. + If your computer came with recovery media, we recommend that you have it available in the very unlikely event you have an issue with Adélie Linux, or your hardware is incompatible. + Having your recovery media will allow you to quickly restore your computer to normal operation.
Creating the installation media You will need either: - a CD drive capable of burning a CD, and a blank CD; or + a CD drive capable of writing (or "burning") a CD, and a blank CD; or a blank USB flash drive. - Download the installation media file from your local Adélie Linux mirror. Follow the instructions on the mirror's site to choose the media file appropriate for your computer. + Download the installation media file from your local Adélie Linux mirror at https://distfiles.adelielinux.org/adelie/. + Follow the instructions on the mirror's site to choose the media file appropriate for your computer. Then, follow the steps below for your current operating environment.
Using Windows @@ -43,15 +47,25 @@
Using Linux or BSD - On Linux or BSD systems, you can use either cdrecord or cdrskin to write the installation image to a CD via the command line. Both commands basically share the same syntax. - For example, to burn the image onto a CD at a speed of 4 and with verbose command output, run cdrecord -v speed=4 [image] or cdrskin -v speed=4 [image], replacing [image] with the file name of the image you want to burn to the CD. - If there's only one optical disc drive on your system, it should be auto-detected. If not, find the device name using 'dmesg' or 'lsblk' and specify it using the 'dev' option. For example, if your optical device is /dev/sr0, run cdrecord -v dev=/dev/sr0 speed=4 [image]. - To write an installation image to a USB flash drive, you can use the dd command. - First, you'll need to get the name of the target device. This can be done by looking at the output of dmesg or any program that lists available storage devices (such as lsblk on Linux) before and after connecting the drive to the computer. - It's a good idea to double-check if you've got that device name right. Make sure you're using the name of the whole drive (such as, e.g., /dev/sde) and not merely that of a partition residing on it (e.g., /dev/sde1). - Next, make sure the device is not mounted. Then run the dd command and after that the sync command as shown below, replacing /dev/sdX with the actual name of the target device and adelie.iso with the file name of the image you want to put onto the flash drive. Running these commands may require superuser privileges. - Beware that this operation will destroy all data still residing on the target device! - dd if=adelie.iso of=/dev/sdX bs=4M && sync + On Linux or BSD systems, you can use either cdrecord or cdrskin to write the installation image to a CD via the command line. + Both commands share a similar syntax. + For example, to burn the image onto a CD at a speed of 4x and with verbose command output, run + cdrecord -v speed=4 [image] + or + cdrskin -v speed=4 [image], + replacing [image] with the file name of the image you want to burn to the CD. + If there is only one optical disc drive on your system, it should be auto-detected. + If you have more than one optical disc drive, find the device name using dmesg or lsblk, and specify it with the dev option. + For example, if your optical device is named /dev/sr0, run + cdrecord -v dev=/dev/sr0 speed=4 [image]. + To write an installation image to a USB flash drive, you may use the dd command. + You will need to identify the name of the target USB device. + This can be done by examining the output of the dmesg command, or a program that lists available storage devices (such as lsblk on Linux), before and after connecting the drive to the computer. + You should always ensure that you have identified the correct USB device name. Ensure you are using the name of the whole drive (such as /dev/sde) and not a partition residing on it (such as /dev/sde1). + Ensure the device is not mounted before running the dd command. Please note that running the dd command may require superuser privileges. + Beware that this operation will destroy all data on the target device! + dd if=adelie.iso of=/dev/sdX bs=4M && sync + Replace adelie.iso with the file name of the image you want to write to the USB media, and /dev/sdX with the name of the target USB device. Running the sync command after the dd command ensures that all data has been written to the USB media.
-- cgit v1.2.3-70-g09d2