Replies: 9 comments 12 replies
|
How has your experience been since using it for some weeks now? Would you still recommend trying omarchy out in a VM? |
|
For anybody using this guide, it seems that grub is not longer used and has been replaced with limine so the instructions need to be updated ... |
|
For those that want an automated solution, I created a Powershell install script for Omarchy on Hyper-V that automatically takes you all the way from downloading the latest ISO to the Omarchy set up up and running: #1580 |
|
Those steps on the screen resolution were a big help, I made a Hyper-V vm and it wasn't feeling good. Can't wait to give it another shot. I'm not 100% but I think you also need to ensure |
|
thanks for this Guide; i'm now running Omarchi on hyper-v and it's been an excellent experience so far. |
|
Great guide! Has anyone figured out how to share the clipboard between Omarchy and the host OS (Windows 11)? |
|
Anybody struggling with black bars, i did two thing for my 27" 2560x1440 monitor:
(note: use actual vertical resolution here, my monitor is 180hz, replace with yours, although i'm not sure if anything beyond 60 Hz actually works) Note: the VM will still start too big for the screen until you log in. Also, when logging out it goes back to 2560x1600 as well. I don't know if there's anything else i did before that that contributed to getting it working (i tried a bunch of things with Grok unsuccessfully), but after doing these two things specifically, i got it working. The powershell command activated a higher resolution slightly too big vertically, and the monitors.conf settings scaled it to fit on the screen properly. Hope it helps. |
|
Followed the guide, but it gets blackscreened after inputing the password post-install. Has anyone got this working on v3.3.x? Edit: I retried the process, but did not eject post installation and it worked. Not sure why. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hyper-V is Microsoft's take on virtualization. This thread is a logical continuation of #176.
Why Hyper-V?
First of all, why run Omarchy in a VM at all? The answer is simple: to try it out and see if it works for you. I wanted to test Omarchy and initially started with VirtualBox, but I found the experience with VirtualBox unacceptable due to input latency. Nonetheless, thanks to @matsest for the VB guide — it helped me get started.
Hyper-V provides a much better and smoother experience with Omarchy in a virtualized environment than VirtualBox. Animations are much smoother, and the input latency is acceptable, making it closer to the bare-metal version of Omarchy. One drawback of Hyper-V is that it's not available on every edition of Windows - only on Pro, Education, and Enterprise.
This guide is written based on a fresh install of Omarchy on Hyper-V in Windows. Most things work right out of the box; however, the screen resolution is stubborn and won’t change from the default 1024x768.
Installing
Installation is very straightforward.
Changing Screen Resolution
To get a larger screen (mostly adapted from the Arch Wiki article on Hyper-V), follow these steps:
/etc/default/grubby addingvideo=hyperv_fb:[desired resolution]to the end of the lineGRUB_CMDLINE_LINUX_DEFAULT. For example:~/.config/hypr/monitors.confas per the Monitors guide for 1080p resolution (used in this guide)Now, Omarchy should use the 1920x1080 resolution. You're all set to use Omarchy in Hyper-V!
All reactions