<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LizardGator283</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LizardGator283"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/LizardGator283"/>
	<updated>2026-04-29T18:37:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Alpine_Install:_from_a_disc_to_PC_Engines_APU&amp;diff=18656</id>
		<title>Alpine Install: from a disc to PC Engines APU</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Alpine_Install:_from_a_disc_to_PC_Engines_APU&amp;diff=18656"/>
		<updated>2021-02-16T06:25:21Z</updated>

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