Skip to content

Commit

Permalink
tutorial - install setup with reference to wifi setup when need
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaygerhard committed Oct 11, 2024
1 parent a935087 commit 81e804a
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 19 deletions.
27 changes: 12 additions & 15 deletions tutorials/alpine-install-from-cd-to-disk-pc-single-boot-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,21 +193,6 @@ In a few minutes everything will be ready to use ofering a console when boot new

![](https://venenux.github.io/alpine-espanol/instalar/install-alpine-alpine-setup-3-setup-scripts.png)

#### custom setup boot loader

If the new local system was configured to run in `diskless` or `data` mode, or if you
choose do not install boot loader, and you do not want keep booting from the initial
(and possibly read-only) installation media, the boot system needs to be copied to
another device or partition or setup manually.

The target partition may be identified using lsblk (after installing it with apk add lsblk)
and/or blkid, similar to previously identifying the initial installation media device.

The procedure to copy the boot system is using setup-bootable

Once everything is in place, but is you use `diskless` or `data` save your customized
configuration with `lbu commit` before rebooting.

## Finishing the installation

After all of the scripts in the setup end, a "reboot" will be offered,
Expand All @@ -218,6 +203,18 @@ installed system will be booted.
calmed down.. in Alpine all are made by the right way.. so **if user
need a desktop.. user can install a desktop**

#### The wifi setup after install

Please follow the guide [alpine-tutorial-wifi-routering.md](alpine-tutorial-wifi-routering.md),
you will need to download the needed packages manually from another device
and then but it on the installed Alpine computer using USBstorage external device.

## NOTES: offline mode

If you cannot setup a internet connection you cannot install Alpine linux,
unless you used 64bit intel/amd and "extended" iso install media. Most of
the packages need to setup this procedure are not included in standard images,
specially those for ARM devices like RasberryPi ones becouse WIFi setup.

## How to use this guide

Expand Down
15 changes: 14 additions & 1 deletion tutorials/alpine-install-from-cd-to-pcengine-apu-single-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ This will start some questions, these are in the following order:

![](https://venenux.github.io/alpine-espanol/instalar/install-alpine-alpine-setup-3-setup-scripts.png)

## After reboot
#### Before reboot

1. **Before** rebooting, edit /boot/extlinux.conf.
- Add `SERIAL 0 115200` as the first line in the file.
Expand All @@ -146,6 +146,19 @@ This will start some questions, these are in the following order:
7. Cross your fingers and reboot. The system should boot properly with
console on serial.

#### The wifi setup after install

Please follow the guide [alpine-tutorial-wifi-routering.md](alpine-tutorial-wifi-routering.md),
you will need to download the needed packages manually from another device
and then but it on the installed Alpine computer using USBstorage external device.

## NOTES: offline mode

If you cannot setup a internet connection you cannot install Alpine linux,
unless you used 64bit intel/amd and "extended" iso install media. Most of
the packages need to setup this procedure are not included in standard images,
specially those for ARM devices like RasberryPi ones becouse WIFi setup.

## How to use this guide

This guide **structure all the commands in blocks, each block its separated by a line spaced**,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ And.. **after boot up the new operating system, you will put apk files to setup

> **Warning** This method only works for most modern pc vbeyond 2016 and recents.
Feels lost here? check [How to use this guide](#how-to-use-this-guide) section of this document

## Requirements

- A usb stick to write the ISO source media file downloaded
Expand Down Expand Up @@ -94,6 +96,8 @@ you must perform these commands, that will:
```
export BOOT_SIZE=500
export SWAP_SIZE=4096
setup-alpine
```

Expand All @@ -110,7 +114,7 @@ This will start some questions, these are in the following order:
* SSH Options: Use `openssh` the package that already comes in the middle.
* Alow root login: write `yes` cos we will changed later.
* Enter the ssh URL: just write `none` or just hit enter
* Disk Options: Use `sda` as the entire hard drive present will be used.
* Disk Options: Use `sda` as the **entire hard drive present will be wiped**
* Mode: Select `sys` to install the system on disk.

After answering `sys` to the questions about the drive, and since there will only
Expand All @@ -135,12 +139,19 @@ installed system will be booted.
calmed down.. in Alpine all are made by the right way.. so **if user
need a desktop.. user can install a desktop**

## The wifi setup after install
#### The wifi setup after install

Please follo the guiude [alpine-tutorial-wifi-routering.md](alpine-tutorial-wifi-routering.md),
Please follow the guide [alpine-tutorial-wifi-routering.md](alpine-tutorial-wifi-routering.md),
you will need to download the needed packages manually from another device
and then but it on the installed Alpine computer using USBstorage external device.

#### NOTES: offline mode

If you cannot setup a internet connection you cannot install Alpine linux,
unless you used 64bit intel/amd and "extended" iso install media. Most of
the packages need to setup this procedure are not included in standard images,
specially those for ARM devices like RasberryPi ones becouse WIFi setup.

## How to use this guide

This guide is for install process, many parts will need you understand minimal
Expand All @@ -152,6 +163,10 @@ its important you shuold understand the way of the configuration in this guide.
> **Warning** Some Linux or/and Mac terminals have security cut/paste locks, so
if you paste, the first line will be preceded by garbage, check always the first char of your paste.

Each portion of monospaced text means you must run it on the console, those lines
junted can be performed and paste as one command, separate lines canont be run
in bach mode.. so each separate line must be run alonside and wait output!

## Licensing clarifications

**CC BY-NC-SA**: the project allows reusers to distribute, remix, adapt, and build upon the material
Expand Down
12 changes: 12 additions & 0 deletions tutorials/alpine-install-from-usb-to-disk-pc-single-boot-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,18 @@ installed system will be booted.
calmed down.. in Alpine all are made by the right way.. so **if user
need a desktop.. user can install a desktop**

#### The wifi setup after install

Please follow the guide [alpine-tutorial-wifi-routering.md](alpine-tutorial-wifi-routering.md),
you will need to download the needed packages manually from another device
and then but it on the installed Alpine computer using USBstorage external device.

#### NOTES: offline mode

If you cannot setup a internet connection you cannot install Alpine linux,
unless you used 64bit intel/amd and "extended" iso install media. Most of
the packages need to setup this procedure are not included in standard images,
specially those for ARM devices like RasberryPi ones becouse WIFi setup.

## How to use this guide

Expand Down

0 comments on commit 81e804a

Please sign in to comment.