|
我的HostOS是fedora 8 ,安装了Xen,下载了fc6的基础系统作为GuestOS,但是在引导虚拟系统启动过程中,到了最后就block阻塞了,不知道是什麽问题?
fc6的引导文件:
kernel = "/boot/vmlinuz-2.6.21-2950.fc8xen"
ramdisk = "/boot/initrd.img"
memory = 256
name = "fedora.fc6"
dhcp = "dhcp"
disk = ['file:/opt/fc6/fedora.fc6.img,sda1,w', 'file:/opt/fc6/fedora.swap,sda2,w']
root = "/dev/sda1 ro"
引导过程(前面的省略了,看后面的...)
INIT: version 2.86 booting
Welcome to Fedora Core
Press 'I' to enter interactive startup.
Setting clock : Tue Mar 4 12:23:33 EST 2008 [ OK ]
Setting hostname fc6_pristine: [ OK ]
Setting up Logical Volume Management: File descriptor 7 left open
No volume groups found
[ OK ]
Checking filesystems
Checking all file systems.
[ OK ]
Remounting root filesystem in read-write mode: [ OK ]
Mounting local filesystems: [ OK ]
Enabling /etc/fstab swaps: [ OK ]
INIT: Entering runlevel: 3
Entering non-interactive startup
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... failed.
[FAILED]
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Starting sshd: [ OK ]
到这就不动了,始终没有提示登录,看下面信息显示是block了…
[root@localhost ~]# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 683 1 r----- 50.6
fedora.fc6 1 256 1 -b---- 8.1
[root@localhost ~]#
大家帮帮忙,看看是什麽问题?谢谢,着急啊! |
|