Guide: Dual boot Omarchy Os with Windows 11 #2479
Replies: 22 comments 45 replies
|
AWSM this works like a charm for me. Also adding few notes of things that I have to troubleshoot. Wireless network connectivity
windows bootloader doesn't appear on limine
display manager, without encryption omarchy will opt you in via autologin.
|
|
I did the installation yesterday, and was foolish enough to miss out on this tutorial! Had to install arch 5 times as I kept making configuration mistakes. |
Here ur drive should be nvme0n1p5 right?? |
|
Hello, what should I do if I did all the steps before reboot, and after reboot I can't boot into arch, 'cause I already have grub setupped for Windows and Ubuntu. What should I do after reboot in this case? |
|
Thanks for the guide, appreciate it! |
|
Just follow the guide and hit so problem, after archinstall and reboot, everything is fine, i can find omarchy in bios boot selection, then i launch it and run curl -fsSL https://omarchy.org/install | bash done and reboot, I cannot find the omarchy boot selection in bios boot |
|
Does this support dual boot on single disk? two partition one for windows and one for omarchy. |
|
Will this work if I enable encryption on the main partition during archinstall? |
|
I had a problem with this guide: for some reason the boot partition ran out of space (set to 1GB) Installation went through, but at reboot I saw "no valid configurations" in the limine bootloader. To fix (Claude helped) Corrected Fix for Your Limine Configuration
If Limine itself wasn't properly installed to the EFI partitionSince the tutorial had you select Limine during installation, it should have been deployed. But if you still get errors, you might need to verify the Limine EFI file exists: ls /mnt/boot/EFI/If you don't see a Let me know what you find and I can help you further! |
|
Having a slight issue where the manual install script gets caught on limine-snapper.sh. It can't find /boot/limine/limine.conf When I reboot I don't even get a TTY, it just boots to a black screen. I think it's something wrong with the limine.conf, and advice is appreciated. |
|
Sharing my experience with this guide:
Example: # look for the Windows EFI partition, usually the first one on the main disk
# mine was /dev/nvme0n1p1
fdisk -l
# get the UUID of the partition and cat it to the limine config
# this is to avoid doing this by hand
blkid -s PARTUUID -o value /dev/nvme0n1p1 >> /boot/EFI/limine/limine.conf
# Using the UUID in the /boot/EFI/limine/limine.conf, add one entry using your favorite text editor
/Windows
protocol: efi
path: uuid(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx):/EFI/Microsoft/Boot/bootmgfw.efi
# rebootUpon reboot, select Windows and enter your Bitlocker recovery key if it's enabled on your windows disk. |
|
Does anyone have any idea why, after doing all this, the only option my BIOS gives me to boot into a hard drive disk is the window boot manager and not Limine? Before I did all this I had dual boot with Windows 11 and Arch and it showed window boot manager and grub |
|
Hey im running on a dell inspiron and when i boot up arch linux it doesnt connect to wifi and when i run iwctl, it says that there is no command for that |
|
Hi please help me, im stucked at the archinstall install part. It says that i'm missing configuration. Either root-password or at least 1 user with sudo previleges must be specified. Please help me |
|
If you install Omarchy via Ventoy rather than burning the ISO directly to a USB stick, When this happens, the bootloader (Limine) is installed to the USB drive’s EFI partition instead of the system ESP. This results in no Limine entry on the internal disk, and the system boots straight into Windows after installation. Solution: |
|
Hello, Thanks for the tutorial! I have an issue at Step 16. The Omarchy install just stopped after a time, with this error: Should I try to remove ghostty and retry this step ? Thanks for your help |
|
After installation the system boots fine, but I see this warning: From what I can tell, my system is mounting the top-level Btrfs subvolume (ID 5) as /, instead of using an @ subvolume. So it looks like there is no @ subvolume, and the root filesystem is the top-level Btrfs subvolume. Questions
|
|
Stable mirror seems to be down at the moment. If anyone is banging their head with that try Which would use the latest mirror(edge). |
|
If you are installing it on a MSI motherboard, there is a problem with the blue-utilz package for the bluetooth device, so just don't select the bluetooth in the setup process, just install the audio driver. Worked like a charm for me. Thanks @CrimsonCompiler |
|
Hello, I've got as far as creating the partitions and getting arch installed. However, when I try to pull down Omarchy (curl command) I'm getting a bunch of files can't be found. omarchy.git and install.sh. Any suggestions or recommendations? I'm connected to the internet. |
|
Hello, I've followed every step without problems, but on step 16. I got a problem. After running the curl I checked and there is no omarchy folder on the cache I would need some help to finish the installation. |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
OmarchyOs-DualBoot-Guide
A comprehensive guide for newbie arch users to install or test omarchy os alongside windows. This is the guide I have used to insall omarchy alongside my windows 11.
The only omarchy dual boot setup guide you will ever need
You need to have a free space partition if you want to dual boot alongside your another os.
First thing first boot your usb drive using rufus
Rufus:
https://rufus.ie/en/
Omarchy Os file
https://iso.omarchy.org/omarchy-3.0.2.iso
Restart the computer / laptop and get into the usb drive
Keep going with the omarchy install by default . You need to stop when it shows your whole nvme ssd. Don't go any further. If you go and do something you might lose your everything.
Press
EscThen choose > Quit then hit enter . Again choose > Quit then hit enternow you are in the
root@archisoterminaltype
lsblk| see your drive name it would be something likenvme0n1then type
cfdisk /dev/nvme0n1to see your free space partitionselect it choose
Newfrom below . Resize it to1Gand make the typeEFI systemfrom the type option. Now, select the remaining free space i am assuming it has178Gnow just click on theNew.You need to see two different thing
Now select
writefrom the below and typeyesthe changes will be made thenquitto get back into theroot@archisoterminalThe formatting type the command below to format the drives
1Gdrive we need to format it like this.mkfs.fat -F32 /dev/< your 1G drive name>mkfs.fat -F32 /dev/nvme0n1p5
178Gdrive you need to format it to btrfs file system.mkfs.btrfs /dev/< your 178G drive name >mkfs.btrfs /dev/nvme0n1p6
Carefully follow the steps
178Gdrive mountingmount /dev/ < your drive name > /mntmount /dev/nvme0n1p6 /mnt
1Gdrive mountingmkdir /mnt/bootmount /dev/< your drive name > /mnt/bootmkdir /mnt/boot
mount /dev/nvme0n1p5 /mnt/boot
Give the properties as below and hit the install
Select your closet mirror server
Disk configuration >> Pre mounted >> type
/mnt| hit enter then backChange Hostname(optional) if you want to
Bootloader >> select
LimineAuthentication >> setup root password and create a user
Application >> Audio >> Pipewire
Network >> Copy ISO network config
Timezone >> select your time zone
Install
After clicking on the Install it will start install just simply press yes to make changes to proceed further.
Reboot
You will see a terminal because we haven't select any profile
now type
curl -fsSL https://omarchy.org/install | bashand give permission wait till the install is finished.Enjoy Omarchy with dual boot ^-^
All reactions