Replies: 8 comments 5 replies
-
@DoppioJP amazing tips here, these should be integrated in DHH's guide! |
Beta Was this translation helpful? Give feedback.
-
500MB If you come across some strange errors, where lack of space is mentioned, that might be the indication of the |
Beta Was this translation helpful? Give feedback.
-
Is it necessary to have the btrfs file system, is it ok if I use ext4? Because right now I am trying to do the dual boot on windows but running into a problem when using curl -fsSL https://omarchy.org/install | bash, I have already installed arch like in the manual apart from the brtfs |
Beta Was this translation helpful? Give feedback.
-
it says "Invalid configuration: EFI system partition (ESP) not found" i already followed all steps here and on the Omarchy guide |
Beta Was this translation helpful? Give feedback.
-
Is my thinking wrong or should we have already a partition install? its a must for a lot of people, as it intends to be easy... |
Beta Was this translation helpful? Give feedback.
-
I have a problem after omarchy finished the installation, its finish and ask for reboot, but, after reboot i stuck on loading initramfs, i tried many ways possible, i cant make it runs |
Beta Was this translation helpful? Give feedback.
-
video_20251008_050132.mp4Trying this post about Manual Partition method for dual boot Omarchy solution. The single drive has Windows 11 and I wish to install Omarchy alongside it. Im having this issue during I ensured im using GPT format bootable ISO on skipping the "Disk Configuration" (to do it manually later) part Edit: being more verbose |
Beta Was this translation helpful? Give feedback.
-
When I follow this method and I install arch on a separate partition, but there is windows 11 on the same drive in its own partition, will it still be possible to boot into windows with the Limine bootloader? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Omarchy, by design, uses entire disk. But for those willing to put some effort 👷♂️, dual boot is still possible with Omarchy. There are already some manuals to do that, but this one uses TUI from
archinstall
.It is effectively an appendix for the official Manual installation - The Omarchy Manual, describing "Manual Partitioning" instead of using
"Default partitioning layout"in the part of "Disk configuration"Example names of disks are based on MacBookPro15,3 with T2 chip - 15-inch 2018 i9, as it is useful to keep macOS installed for some firmware.
Appendix for "Manual Partitioning"
/dev/sda
)/dev/nvme0n1
)free
space we need.free
space create 2 partitions:boot
for Omarchyfat32
/boot
btrfs
- that one will be encrypted with LUKS and will have the sub volumesbtrfs
Select that
btrfs
partitionSet subvolumes > Add subvolume (we will add 4 of them):
/
/home
/var/log
/var/cache/pacman/pkg
Confirm and exit
btrfs
againcompress=zstd
under "Mount options" column)btrfs
partition to be created with 4 subvolumes and the table with those subvolumesbtrfs
partitionThe rest as in the Manual installation - The Omarchy Manual
Beta Was this translation helpful? Give feedback.
All reactions