|
@@ -0,0 +1,97 @@
|
|
|
+ <!DOCTYPE html>
|
|
|
+ <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+ <head>
|
|
|
+ <title>Run the Official Debian Rolling Release Sid in a Proxmox VE VM</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,Debian,Debian Linux,Debian Proxmox VM,Debian Virtual Machine,How To Install Debian On Proxmox,How To Run Debian On Proxmox VE,Linux,Proxmox,Proxmox Host,Proxmox Step By Step,Proxmox Tutorial,Proxmox VE,Self-Hosted,Virtual Machine,VM,Virtualization,Debian Sid,Debian Rolling Release,How To,Tutorial,i12bretro">
|
|
|
+ <meta name="author" content="i12bretro">
|
|
|
+ <meta name="description" content="Run the Official Debian Rolling Release Sid in a Proxmox VE VM">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="05/30/2024 08:02:49 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>Run the Official Debian Rolling Release Sid in a Proxmox VE VM</h1>
|
|
|
+ </div>
|
|
|
+ <div></div>
|
|
|
+ <div id="content">
|
|
|
+ <h2>What is Debian Sid?</h2>
|
|
|
+
|
|
|
+<blockquote>Debian Unstable (also known by its codename "Sid") is not strictly a release, but rather a rolling development version of the Debian distribution containing the latest packages that have been introduced into Debian. As with all Debian release names, Sid takes its name from a Toy Story character. In the movie, Sid is the kid next door who breaks his toys and makes nasty creatures of them.<i> - <a href="https://wiki.debian.org/DebianUnstable" target="_blank">https://wiki.debian.org/DebianUnstable</a></i></blockquote>
|
|
|
+
|
|
|
+<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>If running Proxmox 6, download the Debian Unstable (Sid) <a href="https://d-i.debian.org/daily-images/amd64/daily/netboot/mini.iso" target="_blank">Download</a> and upload it to the Proxmox ISO image library</li>
|
|
|
+ <li>If running Proxmox 7, click Download from URL and paste the download URL from above > Click Query URL > Click Download</li>
|
|
|
+ <li>Right click the Proxmox node name > Create VM</li>
|
|
|
+ <li>Give the VM a unique ID and Name > Next</li>
|
|
|
+ <li>On the OS tab, Select the Debian Sid installation .iso file, leave the Type as Linux and the Version as 5.x - 2.6 Kernel > Next</li>
|
|
|
+ <li>Leave the defaults on the System tab > Next</li>
|
|
|
+ <li>On the Hard Disk tab, set the Disk size to 16 GiB or more > Next</li>
|
|
|
+ <li>On the CPU tab, set Cores to 2 or more and Type to host > Next</li>
|
|
|
+ <li>On the Memory tab, set the Memory to 4096 > Next</li>
|
|
|
+ <li>Leave the defaults on the Network tab > Next</li>
|
|
|
+ <li>Verify the summary and click Finish</li>
|
|
|
+ <li>Right click the Debian Sid VM in the left navigation pane > Start</li>
|
|
|
+ <li>Click console in the left sub-navigation menu</li>
|
|
|
+ <li>When the install dialog displays press Enter to select Install</li>
|
|
|
+ <li>Select a language > Press Enter</li>
|
|
|
+ <li>Select a Location > Press Enter</li>
|
|
|
+ <li>Select a keyboard layout > Press Enter</li>
|
|
|
+ <li>Enter a hostname for the VM > Press Enter</li>
|
|
|
+ <li>Enter a Domain name or leave it empty > Press Enter</li>
|
|
|
+ <li>Choose a mirror location > Press Enter</li>
|
|
|
+ <li>Choose a mirror > Press Enter</li>
|
|
|
+ <li>Set the HTTP proxy if needed > Press Enter</li>
|
|
|
+ <li>Leave the root password empty > Press Enter > Press Enter again to confirm</li>
|
|
|
+ <li>Enter the full name for the new user > Press Enter</li>
|
|
|
+ <li>Enter the username for the new user > Press Enter</li>
|
|
|
+ <li>Enter a password for the new user > Press Enter > Confirm the password > Press Enter</li>
|
|
|
+ <li>Select a timezone > Press Enter</li>
|
|
|
+ <li>Select Guided - user entire disk > Press Enter</li>
|
|
|
+ <li>Select the QEMU HARDDISK > Press Enter</li>
|
|
|
+ <li>Select All files in one partition > Press Enter</li>
|
|
|
+ <li>Select Finish partitioning and write changes to disk > Press Enter</li>
|
|
|
+ <li>Select Yes to confirm writing the changes > Press Enter</li>
|
|
|
+ <li>Select a country to use for the apt mirror > Press Enter</li>
|
|
|
+ <li>Select a mirror from the list > Press Enter</li>
|
|
|
+ <li>Setup a HTTP proxy if necessary > Press Enter</li>
|
|
|
+ <li>Choose if you want to participate in package usage survey > Press Enter</li>
|
|
|
+ <li>Select the optional software to install > Press Enter</li>
|
|
|
+ <li>Wait for Debian Sid to copy and install files</li>
|
|
|
+ <li>Select Yes to install GRUB > Press Enter</li>
|
|
|
+ <li>Select /dev/sda for the boot loader location > Press Enter</li>
|
|
|
+ <li>After the bootloader is installed press Enter to finish the installation and reboot</li>
|
|
|
+ <li>Log in using the username and password created during the installation</li>
|
|
|
+ <li>Welcome to Debian Sid</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 />
|
|
|
+ # enable and start the qemu-guest-agent service<br />
|
|
|
+ sudo systemctl enable qemu-guest-agent --now</div>
|
|
|
+ </li>
|
|
|
+ <li>A subsequent reboot is required to complete the guest agent installation</li>
|
|
|
+</ol>
|
|
|
+
|
|
|
+<p>Documentation: <a href="https://wiki.debian.org/DebianUnstable" target="_blank">https://wiki.debian.org/DebianUnstable</a></p> </div>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+ </html>
|
|
|
+
|