我正在使用vir-stall虚拟机,我的命令是
virt-install --name=gust --vcpus=4 --ram=8192 --network bridge:br0 --cdrom=/opt/rhel-server-6.2-x86_64-dvd.iso --disk path=/opt/as1/as1.img,size=50 --accelerate
运行命令后,它会在探测EDD时挂起,
- Press the <ENTER> key to begin the installation process.
+----------------------------------------------------------+
| Welcome to Red Hat Enterprise Linux 6.2! |
|----------------------------------------------------------|
| Install or upgrade an existing system |
| Install system with basic video driver |
| Rescue installed system |
| Boot from local drive |
| Memory test |
| |
| |
| |
| |
| |
| |
| |
+----------------------------------------------------------+
Press [Tab] to edit options
Automatic boot in 57 seconds...
Loading vmlinuz......
Loading initrd.img...............................ready.
Probing EDD (edd=off to disable)... ok
ÿ
以前,我等了很久,似乎没有行进。按ctrl +]后停止它。我发现它使用virsh列表运行,但我无法使用virsh concole gust来控制它。任何问题,我该怎么办。非常感谢
答案 0 :(得分:0)
将以下内容添加到virt-install
- extra-args =“console = tty0 console = ttyS0,115200n8 edd = off”
edd = off是此
的关键部分