Alpine Install: from a disc to a any computer single only boot: Difference between revisions

From Alpine Linux
(explain that only alpine wil be installed, erasing the hard disc and are for bios or uefi as the same process due grub)
Line 1: Line 1:


'''Overall description:''' Alpine Installation from a official disc/iso burned into DVD/CD to a newer fresh computer with or without [[Alpine and UEFI|UEFI]] and will be single only boot.
'''Overall description:''' Alpine Installation from a official disc/iso burned into DVD/CD to a newer fresh computer with or without [[Alpine and UEFI|UEFI]] and will be single only boot, it's means that any thing in the computer and their disc will be erased to put Alpine Linux as main system


This document will guide you to '''install Alpine into a new empty or just fresh lasted hardware computer, use if you have a [[Alpine and UEFI|UEFI/newer hardware]] and only wants Alpine Linux into it.''' Please take a shoot at the '''[[Alpine_newbie_install_manual#Ways_to_install_Alpine_into_machines_or_virtuals|Alpine_newbie_install_manual]] for others options like the USB media way''' if you don't have optical drive input media.
This document will guide you to '''install Alpine into a new empty or just fresh PC or Laptop hardware computer, use if you have a [[Alpine and UEFI|BIOS or UEFI based hardware]] and only wants Alpine Linux into it.''' Please take a shoot at the '''[[Alpine_newbie_install_manual#Ways_to_install_Alpine_into_machines_or_virtuals|Alpine_newbie_install_manual]] for others options like the USB media way''' if you don't have optical drive input media.


== Terminology ==
== Terminology ==

Revision as of 15:37, 2 February 2020

Overall description: Alpine Installation from a official disc/iso burned into DVD/CD to a newer fresh computer with or without UEFI and will be single only boot, it's means that any thing in the computer and their disc will be erased to put Alpine Linux as main system

This document will guide you to install Alpine into a new empty or just fresh PC or Laptop hardware computer, use if you have a BIOS or UEFI based hardware and only wants Alpine Linux into it. Please take a shoot at the Alpine_newbie_install_manual for others options like the USB media way if you don't have optical drive input media.

Terminology

  • UEFI: it's a new system into every newer hardware machine laptop or desktops, embebed that will manage the early boot process as a little operating system, see more in the Alpine and UEFI page.
  • New machine: will be your real machine fresh and ready to install your new Alpine operating system, with a installed CD/DVD Rom optical drive where to put the burned downloaded disc media installation.
  • Optical drive: will be your hardware drive input to put the burned downloaded iso media with the operating system Alpine to install as source media; this drive are commonly named DVD/CD Rom unit.
  • Source media: will be the just burned/ disc from the downloaded iso file of Alpine operating system. Will be put into the optical drive or named DVD/CD Rom to property boot the source disc as media installation.
  • Target media: will be the storage medium device into the new computer target where the Alpine files for operating system will be installed, its one partition from the HardDisk of the new computer.

Requirements

  • A blank disc (CD blank or DVD blank or BR blank) to just burn/record the source media file downloaded
  • In the new machine we need optical drive as input source media
  • In the new machine we need at least 512Mb of RAM, but required 2Gb of RAM for desktop/graphical applications
  • In the new machine we need target media with at least 2G of hard disk, but required 10G for desktops
  • Will need to previously downloaded and burned the Source media ISO file from https://alpinelinux.org/downloads/

Preparing the source medium to install

Download the source medium to install and put into your home documents in any modern computer based machine. there's more hardware medium sources to download, like the arm and i386, but this document will only list modern lasted hardware options so x86/i386 not will be listed neither.

The source medium to install for UEFI or modern hardware are just 64-bit only, the download URL will be as following format: http://dl-cdn.alpinelinux.org/alpine/v<VERSION>/releases/<ARCH>/alpine-standard-<VERSION>.0-<ARCH>.iso where ARCH and VERSION could be:

  • <ARCH> will be
    • x86_64: The popular AMD64 compatible 64-bit x86 based machines, i386 are not recommended for newer/lasted hardware.
    • s390x: For the Super powered IBM mainframes, especially IBM Z and IBM LinuxONE servers.
    • ppc64le: For the PowerPC devices with pure little-endian mode, mostly for POWER8 and POWER9
  • <VERSION> will be
    • latest-stable for a more up to date without taking care of numbered
    • 3.10 the most recommended for machines between 2016 to 2018

So using 3.10 version the available links to download will be:

  • x86_64: http://dl-cdn.alpinelinux.org/alpine/v3.10/releases/x86_64/alpine-standard-3.10.0-x86_64.iso
  • s390x: http://dl-cdn.alpinelinux.org/alpine/v3.10/releases/ppc64le/alpine-standard-3.10.1-ppc64le.iso
  • ppc64le: http://dl-cdn.alpinelinux.org/alpine/v3.10/releases/ppc64le/alpine-standard-3.10.1-ppc64le.iso

Graphical download: Just point the web browser to that url and the download of the iso file will start. A file with .iso extension type, with name like "alpine-standard-3.10.0-x86_64.iso" (if amd64) or like alpine-standard-3.10.1-s390x.iso (if s390x); will be downloaded commonly into the Download directory of your home documents filesystem.

Command line method: in unix-like terminal execute: wget -c -t8 --no-check-certificate http://dl-cdn.alpinelinux.org/alpine/v3.10/releases/x86_64/alpine-standard-3.10.0-x86_64.iso, and where you run the command, in that place/dir will be downloaded the file.

Burning the source medium to install

Once downloaded the source media file from Alpine download page put the blank disc into the input optical drive named DVD/CD Rom and open your CD/DVD recording program, choose to "burn from iso file" and wait the process will end.

In detail if you downloaded with Graphicall download (using a web browser), the source media file will be into the Download directory, analog, if you downloaded with Command line method your source file probably will are into your root document home (or just $HOME of your Linux install or MAC install filesystem).

In Linux the command to record/burn the downloaded source media file are just (assuming the blank disc are now put into the optical drive):

$ umount /dev/sr0;cdrecord -v -sao dev=/dev/sr0 alpine-standard-3.10.0-x86_64.iso

If your blank media are a DVD or BD disc the command will be then (assuming the blank disc are now put into the optical drive):

$ umount /dev/sr0;growisofs -dvd-compat -Z /dev/sr0=alpine-standard-3.10.0-x86_64.iso

Note: growisofs has a small bug with blank BD-R media. It issues an error message after the burning is complete. Programs like k3b then believe the whole burn run failed.

Booting the Alpine ISO disc

When the machine start, you must be sure to choose the Optical drive as boot (commonly named DVD/CD Rom drive), so the installation disc will boot and after a while a command line shell will show you:

Tip: If your system are not configure to boot from a CD/DVD drive must be configure in the BIOS, is typically achieved by pressing a key during the POST phase, as indicated on the splash screen. Refer to your motherboard's manual for details.
After boot up.. a command line shell of a complete ready to use Alpine will show you
After boot up.. a command line shell of a complete ready to use Alpine will show you

The setup install process

After boot up.. a command line shell of a complete ready to use Alpine will show you

  • At the login: to appear, type root and press enter.
  • Run the setup-alpine script but with this exact command line: export BOOTLOADER=grub;setup-alpine
    • Choose your keyboard layout. If you don't know your keyboard layout choose us. By example for most Latin American a es are enough, for Russian (an maybe Cirilyc ones) ru are enough.
    • Host name, which will be the name of your computer, a good format are pcv-alp32-virtual1 where "pcv means "PC virtual", "alp32" means "Alpine 32bit" and "virtual1" means the first virtual machine to try.
    • Choose your network card, most people can just go with the default (press enter), take in consideration that Wired connections are more stable and faster rather than Wireless connections, also at the most modern the Wireless card, the lest supported or still not well tested.
      • Most people will use DHCP, so press enter again, if you have Internet connection fro ISP most settings are just DHCP so all will be configured automatically
      • You will be asked if you want to do any manual network configuration, press enter for no
    • Type in your root password twice.
    • Choose a time zone, you can get a list by pressing ?. If you want a sub zone, e.g. Africa, type in Africa and press enter, if again you type ? and enter, it will give you a list of sub zones in Africa. By example for Venezuela the zone are "America/Caracas" .
    • Press f to choose the fastest mirror; those mirrors something for strange reason are not available in some countries. (WIP put here a good mirror that never fail)
    • Choose an SSH server, this allows you to remotely manage your machine. OpenSSH is what the big distro's use, Dropbear is a tiny SSH replacement. Choose openssh for able to connect using command line from Unix-like systems.
    • Choose an NTP client, this keeps your machine's time accurate using an Internet time server. Openntpd is what the big distro's use, while Chrony is a tiny replacement.
    • Choose a disk you want to install Alpine onto, as an example, sda is the first disk in your computer.
      • Now choose how you would like to use it, for this guide, choose sys, this will install the entire OS onto your hard drive
      • You are given a final chance to back out, type in Y to continue
  • The installation is now complete and you will be asked to reboot. Type in reboot and press enter

Finishing the installation

You cannot see a graphical window system? take easy and get calm down.. in Alpine all are made by the right way.. so if user need a desktop.. user can install a desktop follow the next: Alpine newbie apk packages or bypass and go directly to Alpine newbie desktops

For others ways to install see at the Alpine_newbie_install_manual

Documents series

Previous required What's next to read
Alpine newbie install manual Alpine newbie apk packages

See Also

  1. Newbie_Alpine_Ecosystem
  2. Alpine and UEFI
  3. Alpine newbie apk packages
  4. Alpine newbie desktops
  5. Alpine newbie developer
  6. Alpine newbie lammers

es:Alpine Instalar: de un disco a una nueva computadora arrancar un solo sistema