Linchakin

How To Run Windows 11 and macOS Virtual Machines in LinuxByLes Pounder 05 December 2021Quickemu is a fast and easy-to-use virtual machine application ...

 December 05, 2021     No comments   

Running a virtual machine (VM) is a way to run a virtual computer and there are a myriad of ways to accomplish this across all operating systems. A popular method is via QEMU, an open source hypervisor which can emulate different hardware devices. QEMU is a complex and powerful application, and sometimes we just want to run a quick VM for a project. Here is where Quickemu comes in.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

Quickemu was created by Martin Wimpress and the goal of the project was “to enable quick testing of Linux distributions where the virtual machine configurations can be stored anywhere”. Quickemu handles the download and configuration of our guest OS. In fact, the terminal command version has only two commands to download, build and configure your guest OS! Over time Quickemu matured and soon saw the inclusion of Windows and macOS support and this is where we start our how to.

In this how-to, we shall create a Windows 11 and macOS VM using Quickemu and Quickgui a user interface to create, manage and control guest VMs. Later, in the article, we shall tweak our settings to maximise RAM and learn how to use the terminal version of Quickemu.

For this project you will need

  • A computer running Ubuntu 20.04 or better
  • Minimum 8GB of RAM
  • Quad-core CPU

Installing Quickemu and Quickgui

1. Open a terminal and add this PPA (Personal Package Archive) to your

sudo apt-add-repository ppa:flexiondotorg/quickemu

 2. Update the repositories and then install Quickemu.

sudo apt update
sudo apt install quickemu

That is all the installation that we need for the quickemu terminal commands but we are going further and installing a GUI, Quickgui to simplify managing our VMs.

3. Open a terminal and add this PPA (Personal Package Archive) to your repositories.

sudo add-apt-repository ppa:yannick-mauray/quickgui

4. Update the repositories and then install Quickgui.

sudo apt update
sudo apt install quickgui

Running a Windows 11 Guest

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

Quickemu can be used to emulate Windows versions from 8 to 11 and using the Quickgui application we can automatically download the ISO and configure the VM ready for installation.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

3.  Click on Select, found under Operating System.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

4.  Scroll or search for Windows and click to select. There is a vast choice of operating systems, including many different Linux distributions and macOS.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

5.  Click on Select, found under Version.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

6.  Select 11 for Windows 11. You can also choose Windows 10 or even relive the horror of 8.1.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

7.  Select your preferred language.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

8.  Click on Download to download the ISO. This will also start the VM configuration.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

9.  Click on dismiss once the download is complete.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

10.  Click X to close the Downloader menu and return to the main menu.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

11.  Click on Manage Existing Machines. This will list all of the VMs that have been created.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

12.  Click on the play button next to Windows 11 to start the VM. The VM can also be stopped using the stop button.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

13.  Follow the Windows 11 installation steps as per a typical install.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

14.  Right click on the Windows 11 desktop and select Display Settings. Then set your preferred resolution.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

15. Click on the arrows, or press Shift F11 to go fullscreen. To close click on the VM title bar and press Shift F11.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

How to create a macOS Guest

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)
  1. Open Quickgui, it can be found in your applications menu.
  2. Click on Create new machines. This will start the VM creation process.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

3.  Click on Select, found under Operating System.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

4.  Scroll or search for macOS and click to select. There is a vast choice of operating systems, including many different Linux distributions and macOS.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

5.  Click on Select, found under Version.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

6.  Select Catalina. There are other versions of macOS available but the project creator confirms that Catalina has the best compatibility for a VM.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

7.  Click on Download to download the ISO. This will also start the VM configuration.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

8.  Click on dismiss once the download is complete.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

9.  Click X to close the Downloader menu and return to the main menu.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

10.  Click on Manage Existing Machines. This will list all of the VMs that have been created.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

11.  Click on the play button next to macOS Catalina to start the VM. The VM can also be stopped using the stop button.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

12.  With macOS Base System selected (the default), press Enter.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

13.  Click on Disk Utility then Continue. The macOS Utilities menu is a Swiss Army Knife of tools to manage your macOS device.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

14.  Select Apple Inc. VirtIO Block Media and then click Erase. This is the virtual drive created by quickemu.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

15.  Name the drive and click Erase.The drive is already empty but this prepares it for macOS installation.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

16.  Click Done.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

17.  Close Disk Utility.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

18.  Select Reinstall macOS and then click Continue to start the macOS install process.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

Tweaking Quickemu via the Terminal

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

Quickemu was designed to be a terminal first application, and this is reflected in its ease of use. Using two lines, we can download an operating system and then run the VM, creating a configuration file as it builds.

quickget windows 11

2. Run quickemu and save the VM configuration to windows11.conf

quickemu --vm windows-11.conf

3. Follow the standard Windows 11 installation process

Quickemu will automatically determine the amount of RAM for our Windows 11 VM but we can override this using the windows11.conf file.

Windows 11 and macOS Virtual Machines in Linux

(Image credit: Tom's Hardware)

3. Save the file.

4. Run quickemu with the updated config file.

 More configuration options, including manually specifying CPU cores can be found at Quickemu’s Github page under “All the options”.

Adblock test (Why?)


You may be interested in:
>> Is a Chromebook worth replacing a Windows laptop?
>> Find out in detail the outstanding features of Google Pixel 4a
>> Top 7 best earbuds you should not miss

Related Posts:
>> Recognizing 12 Basic Body Shapes To Choose Better Clothes
>>Ranking the 10 most used smart technology devices
>> Top 5+ Best E-readers: Compact & Convenient Pen
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook

Related Posts:

  • WebStorm 2021.3 Crack + Keygen [Latest-2022]WebStorm 2021 Activation Code & Crack For Win/Mac WebStorm 2021.3 Crack Build 213.4293.8 is the one and only perfect Java editing tool that… Read More
  • ForgeCert - "Golden" Certificates ForgeCert uses the BouncyCastle C# API and a stolen Certificate Authority (CA) certificate + private key to forge certificates for arbitrary users ca… Read More
  • GPT-3 is Already Making Programmers' Lives Better and There's More to Come GPT-3 is being used to create computer code from scratch. It's not available for free to the general public yet, but it may never be. Microsoft… Read More
  • HTC Vive Flow unveiled This is just weirdThe HTC Vive Flow is looking to shake up the Oculus Quest 2-dominated VR market with a new headset that puts meditation and media consumption at the f… Read More
  • IsoBuster 4.8 Crack Incl Keygen New Version 2022IsoBuster 2021 Crack With Key [Mac/Win] Torrent IsoBuster 4.8 Crack full version is the complete set of tools that deals only with optical discs plu… Read More
Newer Post Older Post Home

0 Comments:

Post a Comment


Copyright © 2025 Linchakin | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com | Distributed By Gooyaabi Templates