bobov66 发表于 2008-4-3 18:31:32

求助:Xen 3.0 上启动GuestOS问题?

我的HostOS是fedora 8 ,安装了Xen,在http://jailtime.org/上下载了fc6和slackware12的基础系统作为GuestOS,但是在引导虚拟系统的过程中,到了中间就不动了,不知道是什麽问题?
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 Mar4 12:23:33 EST 2008
Setting hostname fc6_pristine:
Setting up Logical Volume Management: File descriptor 7 left open
No volume groups found

Checking filesystems
Checking all file systems.

Remounting root filesystem in read-write mode:
Mounting local filesystems:
Enabling /etc/fstab swaps:
INIT: Entering runlevel: 3
Entering non-interactive startup
Bringing up loopback interface:
Bringing up interface eth0:
Determining IP information for eth0... failed.

Starting system logger:
Starting kernel logger:
Starting sshd:
到这就不动了,光标一直闪,也没提示什么错误信息啊...
# 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
#
大家帮帮忙,看看是什麽问题?谢谢

蹦不路磅 发表于 2008-5-3 07:20:09

如果每次都是 卡住在同一个位置。sshd. 那你可以 先ctrl + c过掉 sshd看看。
或者进入 单用户模式 去掉sshd启动 然后 再看看 是否能进去 关键是定位 什么造成了block

bobov66 发表于 2008-5-3 10:51:36


每次都是到这个地方,我用Ctrl+C也跳不过去。能进入单用户模式,如何禁止开机启动sshd服务呢?

蹦不路磅 发表于 2008-6-3 18:22:58

进入单用户模式后
mount -a -o remount,rw
chkconfig sshd off
reboot
页: [1]
查看完整版本: 求助:Xen 3.0 上启动GuestOS问题?