How To Install CachyOS & Partition Guide
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Erase Disk
The “Erase Disk” Option in Calamares will wipe the selected disk and install then CachyOS to the target.
-
Boot into the ISO and click on Launch Installer.
-
Select the preferred Boot Manager. Check the Boot Managers section for more information.
-
Set the preferred Language and Region/Timezone.
-
Configure Keyboard Layout.
-
Select Erase Disk and choose a Filesystem.
-
Select the Desktop Environment of choice, see Desktop Environments.
-
Customize which packages should or should not be installed during the installation process.
-
Setup login credentials.
-
Review the installation summary on the Overview Page carefully. Proceed with the installation by clicking on Install Now if everything looks correct. Otherwise, go back and make any necessary changes.
Manual Partitioning
UEFI/GPT
The partition table for each boot manager varies. Please follow the correct instructions for each.
-
Boot into the ISO and click the Launch Installer button
-
Set the preferred Language and Region/Timezone.
-
Configure Keyboard Layout.
-
Select Manual partitioning.
-
Create a new partition with the following:
- Size: 2048MiB
- Filesystem: FAT32
- Mount point: /boot
- Flags: boot
-
Create another partition for root:
- Size: At least 20000MiB
- Filesystem: Any, refer Filesystem
- Mount point: /
- Flags:
-
Double check that Install boot loader on: is pointing to /boot
-
Select the Desktop Environment of choice, see Desktop Environments.
-
Customize which packages should or should not be installed during the installation process.
-
Setup login credentials.
-
Review the installation summary on the Overview Page carefully. Proceed with the installation by clicking on Install Now if everything looks correct. Otherwise, go back and make any necessary changes.
-
Boot into the ISO and click the Launch Installer button
-
Set the preferred Language and Region/Timezone.
-
Configure Keyboard Layout.
-
Select Manual partitioning.
-
Create a new partition with the following:
- Size: At least 100MiB
- Filesystem: FAT32
- Mount point: /boot/efi
- Flags: boot
-
Create another partition for root:
- Size: At least 20000MiB
- Filesystem: Any, refer Filesystem
- Mount point: /
- Flags:
-
Double check that Install boot loader on: is pointing to /boot/efi
-
Select the Desktop Environment of choice, see Desktop Environments.
-
Customize which packages should or should not be installed during the installation process.
-
Setup login credentials.
-
Review the installation summary on the Overview Page carefully. Proceed with the installation by clicking on Install Now if everything looks correct. Otherwise, go back and make any necessary changes.
MBR/BIOS
-
Boot into the ISO and click the Launch Installer button
-
Set your preferred Language and Region/Timezone.
-
Configure your Keyboard Layout.
-
Select Manual partitioning.
-
Create a new partition with the following:
- Size: At least 20000MiB
- Filesystem: Any, refer Filesystem
- Mount point: /
- Flags:
-
Double check that Install boot loader on: is pointing to your boot drive e.g: /dev/sda
-
Pick the Desktop Environment you’d like to use, see Desktop Environments.
-
Select the specific packages you wish to install from the provided list, and deselect any that you do not require.
-
Setup your login credentials.
-
Review the installation summary on the Overview Page carefully. If all the settings look correct for you, proceed with the installation by clicking on Install Now. Otherwise, go back and make any necessary changes.
Dual Booting
After manual partitioning, additional setup may be required to configure a dual boot system, especially with systemd-boot
and GRUB
.
We need to copy the Windows EFI binaries to the Linux EFI partition so that the boot manager can recognize them.
-
Locate the
Windows EFI partition
withlsblk
EFI partitions are almost always formatted as
FAT32/vfat
, and since nvme0n1p1 does not have a Linux mount point, assume that this partition is theWindows EFI partition
. -
Temporarily mount the
Windows EFI partition
. -
Copy the EFI binaries from the
Windows EFI partition
to theLinux EFI partition
. -
Unmount the previously mounted partition, and Windows should appear in the boot menu on the next startup.
GRUB uses os-prober to automatically detect the Windows EFI partition and add it to the boot menu.
-
Install and execute
os-prober
-
Enable
os-prober
in the GRUB configuration fileWindows should now be added to the boot menu.