Alpine Install: from a disc to PC Engines APU: Difference between revisions

From Alpine Linux
m (Fixed spelling / grammar)
(Replaced content with "{{Delete}}")
Tag: Replaced
Line 1: Line 1:
'''Overall description:''' Alpine Installation from an official image tar file downloaded to a real second generation PC Engines APU systems (apu2, apu3, apu4), where it will be single OS only.
{{Delete}}
 
This document will guide you to '''install Alpine into second generation PC Engines APU systems''', it was tested with an apu2d4 and Alpine 3.11.6.. For others ways to install see at the [[Alpine_newbie_install_manual#|Alpine_newbie_install_manual]]
 
== Terminology ==
 
* '''[[Alpine_and_UEFI#UEFI_and_BIOS_definitions_and_introduction|BIOS]]''': it's a system into computer hardware machine laptop or desktops, embedded that will manage the early boot process, 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 an installed ISO image where to put the downloaded media installation.
* '''Bootable USB''': will be your hardware drive input to put the image downloaded iso media with the operating system Alpine to install as source media; this drive are commonly named [https://en.wikipedia.org/wiki/USB USB] unit.
* '''Serial console:''' is an input port on the device.. DB9 serial port for serial console, located at the board to use as char device, it's common in those devices.
* '''Source media''': will be the just burned / disc from the downloaded iso file of Alpine operating system. Will be Attach to the serial console 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 [https://en.wikipedia.org/wiki/Hard_disk_drive HardDisk] of the new computer.
 
== Booting the Alpine ISO disc ==
 
# It's probably a good idea to ensure that the BIOS / Firmware is up to date.
# [[Create_a_Bootable_USB]] thumb drive with the current standard x86_64 image from the downloads page.
# Attach to the serial console. Configure your terminal emulator for 115200 8n1.
# Power on the APU.
# When BIOS prompted, hit F10 and select to boot from USB.
# At the boot prompt, '''quickly''' type a slash to interrupt the default boot, which has a short timeout.
# Continue entering the remainder of this command at your leisure. It should have only one slash at the start, to be clear:  <code>/boot/vmlinuz-lts modules=loop,squashfs,sd-mod,usb-storage nomodeset console=ttyS0,115200 initrd=/boot/initramfs-lts</code>
# Alpine should come up as normal.
 
{{:Installation_pages_setup-alpine_script_normal}}
 
===== Which disk choose to use? =====
 
To choose the disk destination ..
 
===== How would be used? =====
 
Then choose type of installation .. those are described at [[Alpine_setup_scripts#Setup_modes|Setup modes section at Alpine setup scripts]] wiki page. "sys" mode is the familiar install to disk well known for usage as main OS to computers.
 
After all a confirmation question will raised, type "y" if everything are ok and the setup will proceed to erase, format and copy the files to the destination disk choose!
 
== After reboot ==
 
# '''Before''' rebooting, edit /boot/extlinux.conf.
## Add <code>SERIAL 0 115200</code> as the first line in the file.
## In the <code>APPEND</code> line, replace <code>quiet</code> with <code>console=ttyS0,115200</code>
# Remove the thumb drive.
# Cross your fingers and reboot. The system should boot properly with console on serial.
# Edit <code>/etc/update-extlinux.conf</code> so that if extlinux.conf is regenerated it will retain these settings:
## Update the line with <code>serial_port</code> to read <code>serial_port=0</code>
## Update the <code>serial_baud</code> line to read <code>serial_baud=115200</code>
## Update the <code>default_kernel_opts</code> line to replace <code>quiet</code> with <code>console=ttyS0,115200</code>
# Run <code>update-extlinux</code>
# Examine <code>/boot/extlinux.conf</code>.
## Make sure it looks OK. Compare with /boot/extlinux.conf-old.
## If something looks wrong, <code>mv /boot/extlinux.conf-old /boot/extlinux.conf</code> to roll back the changes and try to figure out what went wrong
# Cross your fingers and reboot. The system should boot properly with console on serial.
 
= Documents series =
 
{| class="wikitable"
|-
! Previous required  !! What's next to read
|-
| [[Alpine newbie install manual]] || [[Alpine newbie apk packages]]
|}
 
= See Also =
 
# [[Newbie_Alpine_Ecosystem]]
# [[Alpine and UEFI]]
# [[Alpine newbie apk packages]]
# [[Alpine newbie desktops]]
# [[Alpine newbie developer]]
# [[Alpine newbie lammers]]
 
[[Category:Newbie]]
[[Category:Installation]]
[[es:Alpine Instalar: de un disco a una nueva computadora arrancar un solo sistema]]

Revision as of 17:22, 7 December 2021

This material is proposed for deletion ...

(Discuss)
Make sure no other pages link here and check the page's history before deleting.