Skip to content

Commit 2690e19

Browse files
feat(video): windows 11 proxmox
1 parent eb6917c commit 2690e19

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

Gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ GEM
7878
jekyll (>= 3.5, < 5.0)
7979
jekyll-feed (~> 0.9)
8080
jekyll-seo-tag (~> 2.1)
81+
nokogiri (1.12.5-x86_64-darwin)
82+
racc (~> 1.4)
8183
nokogiri (1.12.5-x86_64-linux)
8284
racc (~> 1.4)
8385
nokogumbo (2.0.5)
@@ -104,6 +106,7 @@ GEM
104106
yell (2.2.2)
105107

106108
PLATFORMS
109+
x86_64-darwin-18
107110
x86_64-linux
108111

109112
DEPENDENCIES
@@ -118,4 +121,4 @@ DEPENDENCIES
118121
wdm (~> 0.1.1)
119122

120123
BUNDLED WITH
121-
2.2.16
124+
2.2.29
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: "Virtualize Windows 11 with Proxmox the Right Way!"
4+
date: 2021-10-22 8:00:00 -0500
5+
categories: homelab
6+
tags: homelab proxmox windows-11 virtualization
7+
---
8+
9+
[![Virtualize Windows 11 with Proxmox the Right Way!](https://img.youtube.com/vi/fupuTkkKPDU/0.jpg)](https://www.youtube.com/watch?v=fupuTkkKPDU "Virtualize Windows 11 with Proxmox the Right Way!")
10+
11+
Windows 11 is here and with it comes new hardware requirements. These requirements not only affect physical hardware but also virtual hardware too. The TPM 2.0 requirement for Windows 11 is shaking the tech community, HomeLab community, and even virtualization too. Well have no fear, today we're going to virtualize Windows 11 with a virtual TPM chip! We're going to create a virtual machine according to proxmox best practices and even install a virtual TMP chip so that you can test Windows 11 with your hardware and software before upgrading Windows 10 in your HomeLab or production environment without any hacks!
12+
13+
14+
15+
[Watch Video](https://www.youtube.com/watch?v=fupuTkkKPDU)
16+
17+
(see video description for links to gear, discord, and other ways to connect.)
18+
19+
## Links
20+
21+
Windows 11 Download
22+
23+
[https://www.microsoft.com/en-us/software-download/windows11](https://www.microsoft.com/en-us/software-download/windows11)
24+
25+
KVM/QEMU Windows guest drivers (virtio-win) download
26+
27+
[https://github.com/virtio-win/kvm-guest-drivers-windows](https://github.com/virtio-win/kvm-guest-drivers-windows)

0 commit comments

Comments
 (0)