Merge pull request #273 from usama8800/dev

Add requirement in README for secure boot off
This commit is contained in:
Jörg Thalheim 2024-09-07 18:36:08 +02:00 committed by GitHub
commit 51c98a9f32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,10 @@ Kexec is a mechanism in Linux to load a new kernel from a running Linux to
replace the current kernel. This is useful for booting the Nixos installer from
existing Linux distributions, such as server provider that do not offer a NixOS
option. After running kexec, the NixOS installer exists only in memory. At the
time of writing, this requires at least 1GB of physical RAM (swap does not
count) in the system. If not enough RAM is available, the initrd cannot be
loaded. Because the NixOS runs only in RAM, users can reformat all the system's
discs to prepare for a new NixOS installation.
time of writing, this requires secure boot off in BIOS settings and at least 1GB
of physical RAM (swap does not count) in the system. If not enough RAM is available,
the initrd cannot be loaded. Because the NixOS runs only in RAM, users can reformat
all the system's discs to prepare for a new NixOS installation.
It can be booted as follows by running these commands as root: