mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
expect most systems to use NVME disks these days
This commit is contained in:
parent
0126cb6ff2
commit
5e7631f0a5
1 changed files with 1 additions and 5 deletions
|
|
@ -5,10 +5,6 @@ It will provide a system with full-disk encryption using [LVM on LUKS][3],
|
|||
including an [encrypted `/boot`][4]. The system will be bootable via both UEFI and
|
||||
legacy BIOS.
|
||||
|
||||
Note that this guide assumes you are performing the install to `/dev/sda`. In
|
||||
some cases, you may find that your USB install disk claimed `/dev/sda` and you
|
||||
want to install to `/dev/sdb`. Confirm which disk is which before proceeding.
|
||||
|
||||
On some newer systems (e.g. Dell XPS 15), set SATA operation mode to AHCI.
|
||||
|
||||
Boot into the Arch installer.
|
||||
|
|
@ -25,7 +21,7 @@ Verify that the system clock is up to date.
|
|||
|
||||
Store your desination disk in an environment variable.
|
||||
|
||||
$ export DISK=/dev/sda
|
||||
$ export DISK=/dev/nvme0n1
|
||||
|
||||
Create partitions for legacy boot, EFI, and root.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue