diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-01-12 11:35:26 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-01-12 11:35:26 +0100 |
commit | 1960fd07b1b65da2afe77e9c317210d38aaa0dce (patch) | |
tree | 3543c9107dc50a66f5c771fc2bc31377b26ae5c8 /README.md | |
parent | b13d721bb0c5a6dfd2f6acc8c59b6307b24c75f0 (diff) | |
download | archinstall-1960fd07b1b65da2afe77e9c317210d38aaa0dce.tar archinstall-1960fd07b1b65da2afe77e9c317210d38aaa0dce.tar.zst archinstall-1960fd07b1b65da2afe77e9c317210d38aaa0dce.zip |
Removed UEFI advices from README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -10,7 +10,7 @@ Note: There are many Arch Install scripts out there but I wanted to create my ow ## Usage 1. Download the Arch Linux .iso file (maybe [here](http://ftp.halifax.rwth-aachen.de/archlinux/iso/latest/)) and verify it. -2. Write the .iso to an USB stick (maybe with this [tool](https://www.balena.io/etcher/)) and boot the machine from this USB stick in UEFI mode. +2. Write the .iso to an USB stick (maybe with this [tool](https://www.balena.io/etcher/)) and boot the machine from this USB stick. 3. Download the script with 'curl -L archinstall.xengineering.eu > archinstall.sh'. 4. Run the script with 'bash archinstall.sh' and follow the instructions. @@ -23,14 +23,12 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s ### Usage with VirtualBox 1. Create a VirtualBox virtual machine (VM) for 64-bit Arch Linux with the default or customized settings. -2. Enable Extensible Firmware Interface (EFI) in the settings of this VM. -3. Start the VM and provide the .iso file if you are asked to. -4. You booted the Arch Linux live environment in VirtualBox. Proceed with the normal use of archinstall. +2. Start the VM and provide the .iso file if you are asked to. +3. You booted the Arch Linux live environment in VirtualBox. Proceed with the normal use of archinstall. ## Restrictions -- Just UEFI systems - Just german localization of the installed system - Just installation with cable network connection (no WiFi) |