0929.html 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Run the Official Debian Rolling Release Sid in a Proxmox VE VM</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <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">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Run the Official Debian Rolling Release Sid in a Proxmox VE VM">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="05/30/2024 08:02:49 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Run the Official Debian Rolling Release Sid in a Proxmox VE VM</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is Debian Sid?</h2>
  26. <blockquote>Debian Unstable (also known by its codename &quot;Sid&quot;) 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>
  27. <ol>
  28. <li>Log into the Proxmox web UI</li>
  29. <li>Select a storage from the left navigation pane to download the .iso to</li>
  30. <li>Select ISO Images in the left sub-navigation pane</li>
  31. <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>
  32. <li>If running Proxmox 7, click Download from URL and paste the download URL from above &gt; Click Query URL &gt; Click Download</li>
  33. <li>Right click the Proxmox node name &gt; Create VM</li>
  34. <li>Give the VM a unique ID and Name &gt; Next</li>
  35. <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 &gt; Next</li>
  36. <li>Leave the defaults on the System tab &gt; Next</li>
  37. <li>On the Hard Disk tab, set the Disk size to 16 GiB or more &gt; Next</li>
  38. <li>On the CPU tab, set Cores to 2 or more and Type to host &gt; Next</li>
  39. <li>On the Memory tab, set the Memory to 4096 &gt; Next</li>
  40. <li>Leave the defaults on the Network tab &gt; Next</li>
  41. <li>Verify the summary and click Finish</li>
  42. <li>Right click the Debian Sid VM in the left navigation pane &gt; Start</li>
  43. <li>Click console in the left sub-navigation menu</li>
  44. <li>When the install dialog displays press Enter to select Install</li>
  45. <li>Select a language &gt; Press Enter</li>
  46. <li>Select a Location &gt; Press Enter</li>
  47. <li>Select a keyboard layout &gt; Press Enter</li>
  48. <li>Enter a hostname for the VM &gt; Press Enter</li>
  49. <li>Enter a Domain name or leave it empty &gt; Press Enter</li>
  50. <li>Choose a mirror location &gt; Press Enter</li>
  51. <li>Choose a mirror &gt; Press Enter</li>
  52. <li>Set the HTTP proxy if needed &gt; Press Enter</li>
  53. <li>Leave the root password empty &gt; Press Enter &gt; Press Enter again to confirm</li>
  54. <li>Enter the full name for the new user &gt; Press Enter</li>
  55. <li>Enter the username for the new user &gt; Press Enter</li>
  56. <li>Enter a password for the new user &gt; Press Enter &gt; Confirm the password &gt; Press Enter</li>
  57. <li>Select a timezone &gt; Press Enter</li>
  58. <li>Select Guided - user entire disk &gt; Press Enter</li>
  59. <li>Select the QEMU HARDDISK &gt; Press Enter</li>
  60. <li>Select All files in one partition &gt; Press Enter</li>
  61. <li>Select Finish partitioning and write changes to disk &gt; Press Enter</li>
  62. <li>Select Yes to confirm writing the changes &gt; Press Enter</li>
  63. <li>Select a country to use for the apt mirror &gt; Press Enter</li>
  64. <li>Select a mirror from the list &gt; Press Enter</li>
  65. <li>Setup a HTTP proxy if necessary &gt; Press Enter</li>
  66. <li>Choose if you want to participate in package usage survey &gt; Press Enter</li>
  67. <li>Select the optional software to install &gt; Press Enter</li>
  68. <li>Wait for Debian Sid to copy and install files</li>
  69. <li>Select Yes to install GRUB &gt; Press Enter</li>
  70. <li>Select /dev/sda for the boot loader location &gt; Press Enter</li>
  71. <li>After the bootloader is installed press Enter to finish the installation and reboot</li>
  72. <li>Log in using the username and password created during the installation</li>
  73. <li>Welcome to Debian Sid</li>
  74. </ol>
  75. <h2>Optional Steps</h2>
  76. <ol>
  77. <li>Launch a terminal window</li>
  78. <li>Run the following commands
  79. <div class="codeBlock"># update software repositories<br />
  80. sudo apt update<br />
  81. # install qemu guest agent<br />
  82. sudo apt install qemu-guest-agent -y<br />
  83. # enable and start the qemu-guest-agent service<br />
  84. sudo systemctl enable qemu-guest-agent --now</div>
  85. </li>
  86. <li>A subsequent reboot is required to complete the guest agent installation</li>
  87. </ol>
  88. <p>Documentation: <a href="https://wiki.debian.org/DebianUnstable" target="_blank">https://wiki.debian.org/DebianUnstable</a></p> </div>
  89. </div>
  90. </body>
  91. </html>