Skip to content

Instantly share code, notes, and snippets.

View mbruel's full-sized avatar

Matthieu mbruel

  • Freelance
  • Toulouse (France)
View GitHub Profile
@mbruel
mbruel / Virtualize-Dualboot-Windows.md
Created June 13, 2024 13:03 — forked from k-amin07/Virtualize-Dualboot-Windows.md
Using a Windows installation in a virtual machine in Linux

Introduction:

This guide shows how to virtualize and dual boot the same OS. My host OS is linux (Manjaro, which is based on Arch) and my guest OS is Windows 10.

Configuration:

  1. Manjaro installed on my SSD, in linux it appears as the primary drive (/dev/sda).
  2. Windows is installed on a partition on secondary hard disk (/dev/sdb as linux calls it).
  3. Virtualization enabled in BIOS.

Installation:

We need a few packages to get started. Here is the command for Arch based distros with pacman.