Debian Sid is Debian's rolling/unstable branch and is better suited to a HomeLab experiment than a production service. This article adapts the complete installation sequence from i12bretro and uses placeholders for accounts so credentials are not published.
Source reference: i12bretro – Debian Sid in Proxmox VE . The original video belongs to i12bretro on YouTube .

What is Debian Sid?
Sid is a rolling/unstable branch where packages can change quickly. Take a VM snapshot before upgrades and do not use this VM as the only copy of important data.
Download the ISO and create the VM
- Log into the Proxmox Web UI.
- Select a storage from the left navigation pane to download the ISO.
- Open ISO Images in the sub-navigation.
- On Proxmox 6, download Debian Unstable/Sid from the daily netboot image , then upload it to the ISO library.
- On Proxmox 7, choose Download from URL, paste the ISO URL, click Query URL, and click Download.
- Right-click the Proxmox node name and select Create VM.
- Give the VM a unique ID and name, then click Next.
- On OS, select the Debian Sid ISO and leave Type as
Linuxand Version as5.x - 2.6 Kernel. - Leave the System defaults and click Next.
- On Hard Disk, set the disk size to at least
16 GiB. - On CPU, assign at least
2cores and set Type tohost. - On Memory, assign
4096 MB. - Keep the Network defaults.
- Verify the summary and click Finish.
Install Debian Sid
- Right-click the Debian Sid VM and select Start.
- Open Console.
- When the installer appears, press Enter to select Install.
- Select a language.
- Select a location.
- Select a keyboard layout.
- Enter a hostname for the VM.
- Enter a domain name or leave it empty when no local domain is used.
- Choose a mirror location.
- Choose a mirror server.
- Enter an HTTP proxy when required; otherwise leave it empty.
- Leave the root password empty and press Enter, then press Enter again to confirm. Debian will use a regular sudo-capable user instead of enabling root login.
- Enter the new user's full name.
- Enter the username.
- Enter and confirm a password chosen for this installation; do not reuse an example password.
- Select a timezone.
- Select Guided - use entire disk.
- Select the QEMU virtual hard disk.
- Select All files in one partition.
- Select Finish partitioning and write changes to disk.
- Select Yes to confirm writing the partition changes.
- Select a country for the apt mirror.
- Select a mirror from the list.
- Configure an HTTP proxy if necessary, or leave it empty.
- Choose whether to participate in the package usage survey.
- Select the optional software to install and press Enter.
- Wait while Debian Sid copies and installs files.
- Select Yes to install GRUB.
- Select
/dev/sdaas the boot loader location. - When the bootloader is installed, press Enter to finish and reboot.
- Log in using the username and password created during installation.
- Confirm that Debian Sid has loaded.
Install the QEMU Guest Agent
- Open a terminal in the VM.
- Update the repositories:
| |
- Install the guest agent:
| |
- Enable and start its service:
| |
- Reboot the VM so the installation completes and Proxmox can detect the guest agent.
Note: Debian Sid can change dependencies quickly. Snapshot the VM before upgrades and keep a rollback plan.
Source and video
- Original tutorial: i12bretro 0929
- Original video: Debian Sid in Proxmox VE
- Debian Sid: DebianUnstable wiki


Góp Ý / Bình Luận / Đánh giá