QEMU无法启动(在控制台模式下)

时间:2019-03-15 21:18:50

标签: qemu

我正在尝试在终端中启动QEMU。

qemu-system-x86_64 -hda ubuntu.img -cdrom ubuntu-16.04.6-server-amd64.iso -m 2048 -boot d -nographic

ubuntu.img是用于安装Ubuntu的空白磁盘映像,并且-cdrom是从Ubuntu网站下载的。

我看到以下输出:

WARNING: Image format was not specified for 'ubuntu.img' and probing guessed raw.
     Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
     Specify the 'raw' format explicitly to remove the restrictions.
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]

然后什么都没有。

这是致命错误吗?我需要做其他事情来启动Ubuntu吗?我可以访问监视器(C-a c),但是我不确定从那里去哪里。

0 个答案:

没有答案