我在KVM上尝试运行Debian 12

首先

這是在 Ubuntu Server 20.04.6 LTS 的 KVM 上運行 Debian 12 時的註記。

参考来源网站

https://github.com/EXPRESSCLUSTER/KVM/blob/master/doc/HowToInstallLinuxWithCUI.md

過去に自分が書いたページです。手前味噌ですいませんw

环境

宿主操作系统

    Ubuntu Server 20.04.6 LTS

虚拟机操作系统。

    Debian 12

执行的命令

virt-install \
--name debian12-11 \
--hvm \
--virt-type kvm \
--ram 16384 \
--vcpus 16 \
--arch x86_64 \
--os-type linux \
--disk /home/user/kvm/debian12-11/debian12-11.qcow2 \
--network bridge=virbr0 \
--graphics none \
--serial pty \
--console pty \
--location /home/user/linux/cd/debian-12.2.0-amd64-DVD-1.iso \
--extra-args "console=ttyS0"
    GUIを入れていない環境なので、–graphics noneを指定しています。

最后

我根据自己过去写的备忘录尝试操作了Deban 12。嘿~备忘录真的很重要啊。

bannerAds