浏览代码

0869: Running an EndeavourOS VM in Proxmox VE

i12bretro 2 年之前
父节点
当前提交
c539506b5f
共有 1 个文件被更改,包括 83 次插入0 次删除
  1. 83 0
      0869.html

+ 83 - 0
0869.html

@@ -0,0 +1,83 @@
+    <!DOCTYPE html>
+    <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Running an EndeavourOS 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,EndeavourOS,VM,Virtual Machine,Virtualization,Linux,Proxmox,Proxmox Host,Proxmox VE,Proxmox Step By Step,Proxmox Tutorial,How To Install EndeavourOS On Proxmox,How To Run EndeavourOS On Proxmox VE,EndeavourOS Virtual Machine,EndeavourOS Proxmox VM,How To,Tutorial,i12bretro">
+        <meta name="author" content="i12bretro">
+        <meta name="description" content="Running an EndeavourOS VM in Proxmox VE">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="revised" content="04/23/2023 10:13:07 AM" />
+				          <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 an EndeavourOS VM in Proxmox VE</h1>
+          </div>
+          <div></div>
+          <div id="content">
+          <ol>
+	<li>Download the EndeavourOS iso <a href="https://github.com/endeavouros-team/ISO/releases/latest" style="font-size: inherit" target="_blank">Download</a></li>
+	<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>Upload the EndeavourOS installation iso 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 EndeavourOS 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 Storage device and 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 EndeavourOS VM in the left navigation pane &gt; Start</li>
+	<li>Click console in the left sub-navigation menu</li>
+	<li>Press Enter to Boot EndeavourOS (or wait 10 seconds)</li>
+	<li>Click Start the installer from the Welcome menu</li>
+	<li>Choose to install Online or Offline</li>
+	<li>Select a language &gt; Click Next</li>
+	<li>Select a Region &gt; Click Next</li>
+	<li>Select a keyboard layout &gt; Click Next</li>
+	<li>Leave GRUB enabled &gt; Click Next</li>
+	<li>Select Erase disk &gt; Click Next</li>
+	<li>Enter a name, username, computer name and password &gt; Click Next</li>
+	<li>Verify the overview and click Install &gt; Click Install now</li>
+	<li>Wait while EndeavourOS copies files and installs</li>
+	<li>When the installation completes click Done</li>
+	<li>Shutdown the VM</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 EndeavourOS VM in the left navigation pane &gt; Start</li>
+	<li>Click console in the left sub-navigation menu</li>
+	<li>Login with the username and password created earlier in the process</li>
+	<li>Welcome to EndeavourOS Linux</li>
+</ol>
+
+<h2>Optional Steps</h2>
+
+<ol>
+	<li>Launch a terminal window</li>
+	<li>Run the following commands
+	<div class="codeBlock"># initialize pacman keys<br />
+	sudo pacman-key --init<br />
+	# add arch linux pacman keys<br />
+	sudo pacman-key --populate archlinux<br />
+	# update software<br />
+	sudo pacman -Syu<br />
+	# install qemu guest agent<br />
+	sudo pacman -Syu qemu-guest-agent</div>
+	</li>
+	<li>A subsequent reboot is required to complete installing the QEMU Guest Agent</li>
+</ol>          </div>
+        </div>
+      </body>
+    </html>
+