Hyper-V install script #1580
Replies: 3 comments 2 replies
-
I was stuck on VMWare from months and wasted many hours trying to make Omarchy work but could not fully. This script is a lifesaver and worked like a charm. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I get this error when running the PS1 script At C:\Users\Jordan\Downloads\omarchy-install.ps1:113 char:56
+ # Start-Process $vmConnectPath -ArgumentList "localhost", $vmName
+ ~~~~~~~~~~
The string is missing the terminator: ".
At C:\Users\Jordan\Downloads\omarchy-install.ps1:71 char:8
+ } else {
+ ~
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString I was able to get it installed by manually running the lines. Graphical performance is very slow, is this related to lack of enhanced sessions? When reading about enhanced sessions in the arch wiki, it's targeted at X11 based installs. You implied you were able to get it set up in wayland? |
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.
-
What do you need?
Before trying Omarchy on real hardware, I decided to kick the tires using Hyper-V. I believe many other Windows users will follow a similar adoption path.
I created the following automated install script that sets up the entire VM, disks, boot order, resolution, ... from scratch and drops you into a window with the Omarchy install already running:
More work is needed inside the VM in the future, as Hyper-V should be detected and then Enhanced Session should be automatically set up. But that can be done separately, along with the other hardware-specific parts of the Omarchy installer.
I'm posting this script here as I didn't know where a good fit would be. Putting it behind a one-liner on the Omarchy homepage or manual that can be pasted directly into Windows Terminal is probably the best place.
Beta Was this translation helpful? Give feedback.
All reactions