소스 검색

0868: Running a Pop!_OS VM in Proxmox VE

i12bretro 2 년 전
부모
커밋
8e6d9e2e2d
1개의 변경된 파일83개의 추가작업 그리고 0개의 파일을 삭제
  1. 83 0
      0868.html

+ 83 - 0
0868.html

@@ -0,0 +1,83 @@
+    <!DOCTYPE html>
+    <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Running a Pop!_OS VM in Proxmox VE</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta charset="UTF-8">
+        <meta name="keywords" content="Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Self-Hosted,Pop!_OS,VM,Virtual Machine,Virtualization,Linux,Proxmox,Proxmox Host,Proxmox VE,Proxmox Step By Step,Proxmox Tutorial,How To Install Pop!_OS On Proxmox,How To Run Pop!_OS On Proxmox VE,Pop!_OS Virtual Machine,Pop!_OS Proxmox VM,PopOS,PopOS!,Pop! OS,How To,Tutorial,i12bretro">
+        <meta name="author" content="i12bretro">
+        <meta name="description" content="Running a Pop!_OS VM in Proxmox VE">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="revised" content="02/05/2023 09:11:09 PM" />
+				          <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
+				  <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
+				        <script type="text/javascript" src="includes/js/steps.js"></script>
+        <link href="css/steps.css" rel="stylesheet" type="text/css" />
+      </head>
+      <body>
+        <div id="gridContainer">
+          <div class="topMargin"></div>
+          <div id="listName" class="topMargin">
+            <h1>Running a Pop!_OS VM in Proxmox VE</h1>
+          </div>
+          <div></div>
+          <div id="content">
+          <ol>
+	<li>Log into the Proxmox web UI</li>
+	<li>Select a storage from the left navigation pane to download the .iso to</li>
+	<li>Select ISO Images in the left sub-navigation pane</li>
+	<li>Download the Pop!_OS iso <a href="https://linuxmint.com/download.php" style="font-size: inherit" target="_blank">Download</a> and upload it to the Proxmox ISO image library</li>
+	<li>Right click the Proxmox node name &gt; Create VM</li>
+	<li>Give the VM a unique ID and Name &gt; Next</li>
+	<li>On the OS tab, Select the Pop!_OS installation .iso file, leave the Type as Linux and the Version as 5.x - 2.6 Kernel &gt; Next</li>
+	<li>Leave the defaults on the System tab &gt; Next</li>
+	<li>On the Hard Disk tab, set the Disk size to 30 GiB or more &gt; Next</li>
+	<li>On the CPU tab, set Cores to 2 or more and Type to host &gt; Next</li>
+	<li>On the Memory tab, set the Memory to 4096 &gt; Next</li>
+	<li>Leave the defaults on the Network tab &gt; Next</li>
+	<li>Verify the summary and click Finish</li>
+	<li>Right click the Pop!_OS VM in the left navigation pane &gt; Start</li>
+	<li>Click console in the left sub-navigation menu</li>
+	<li>Install Pop!_OS should start automatically, if it does not, click the Activities button &gt; Search install &gt; Select Install Pop!_OS</li>
+	<li>Choose a language &gt; Click Select &gt; Click Select</li>
+	<li>Select a keyboard layout &gt; Click Select &gt; Click Select</li>
+	<li>Click Clean Install &gt; Click Clean Install</li>
+	<li>Select the QEMU HARDDISK &gt; Click Erase and Install</li>
+	<li>Enter a full name and username &gt; Click Next</li>
+	<li>Enter and re-enter a password &gt; Click Next</li>
+	<li>Click Don&#39;t Encrypt</li>
+	<li>Wait while Pop! OS copies files and installs</li>
+	<li>When the installation completes click Restart Device</li>
+	<li>After the reboot, login using the username and password set earlier</li>
+	<li>Select a dock preference &gt; Click Next</li>
+	<li>Configure the Top Bar &gt; Click Next</li>
+	<li>Click Next, Next, then Select an Appearance &gt; Click Next</li>
+	<li>Choose to enable or disable Location Services &gt; Click Next</li>
+	<li>Select a time zone &gt; Click Next</li>
+	<li>Click Skip on the Connect Your Online Accounts screen</li>
+	<li>Click Start Using Pop!_OS</li>
+	<li>Welcome to Pop!_OS</li>
+</ol>
+
+<h2>Optional Steps</h2>
+
+<ol>
+	<li>Launch a terminal window</li>
+	<li>Run the following commands
+	<div class="codeBlock"># update software repositories<br />
+	sudo apt update<br />
+	# install qemu guest agent<br />
+	sudo apt install qemu-guest-agent -y<br />
+	# shutdown to complete setting up qemu guest agent<br />
+	sudo shutdown now</div>
+	</li>
+	<li>Back in the Proxmox web UI, select Hardware from the left sub-navigation menu &gt; Double click the CD/DVD drive &gt; Select Do not use any media &gt; Click OK</li>
+	<li>Select Options from the left sub-navigation menu</li>
+	<li>Double click QEMU Guest Agent &gt; Check the Use QEMU Guest Agent box &gt; Click OK</li>
+	<li>Right click the Pop!_OS VM in the left navigation pane &gt; Start</li>
+	<li>Click console in the left sub-navigation menu</li>
+</ol>          </div>
+        </div>
+      </body>
+    </html>
+