【问题标题】:Qemu: Please remove the installation medium then press enterQemu:请删除安装介质然后按回车
【发布时间】:2023-02-25 05:45:20
【问题描述】:

语境

在 Qemu 上安装 Ubuntu 22.10 后:

cd ~/Downloads
qemu-img create ~/Downloads/ubuntu22.img 20G
qemu-system-x86_64 --enable-kvm -m 1024 -machine smm=off -cdrom ~/Downloads/ubuntu-22.04.1-desktop-amd64.iso -boot order=d ~/Downloads/ubuntu22.img

QEMU 问:<Please remove installation medium and press enter>.

但是,我没有找到删除安装介质的按钮。

问题

当有人被问到:<Please remove installation medium and press enter> 时,如何确保 Ubuntu 在 QEMU 中的全新安装上启动?

尝试

如果我关闭设备并再次启动它,它会询问是否要尝试/安装 Ubuntu,并且它不会启动到已经安装的 Ubuntu。

【问题讨论】:

    标签: ubuntu virtual-machine qemu


    【解决方案1】:

    One can click power off to turn off the QEMU emulator. Next one can launch the QEMU emulator without the "boot" cdrom option, and directly launch the installed Ubuntu os with:

    qemu-system-x86_64 --enable-kvm -m 1024 -machine smm=off -boot order=d ~/Downloads/ubuntu22.img
    

    The difference is that the original iso file is ommitted: -cdrom ~/Downloads/ubuntu-22.04.1-desktop-amd64.iso

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-08-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多