[one-users] Can't boot with Windows XP image
Hoang Dinh Phuc
hdphuc at gmail.com
Thu Apr 14 19:29:55 PDT 2011
Hi all,
My LAB is total 3 physical server
- OpenNebula version 2.2 (CentOS 5.5)
- KVM host ( Ubuntu Server 10.10)
- VMWARE ESX4.0
In KVM host, i've installed 2 images: centos5.5.img and winxp.img by the
following command:
- cd /srv/cloud/images (Repository images of OpenNebula)
- qemu-img create -f raw centos5.5.img 4G
- qemu -m 512 -hda centos5.5.img -cdrom centos.iso -boot d
- (the same with windows xp)
After finish installation, i made 2 vm template:
vm_centos.one
NAME = centos_raw.img
CPU = 0.3
MEMORY = 512
DISK = [
source = "/srv/cloud/images/centos_raw.img",
type = disk,
target = "hda",
bus = ide,
driver = raw,
readonly = "no" ]
NIC = [ NETWORK = "DMZ LAN" ]
FEATURES=[ acpi="no" ]
GRAPHICS = [
type = "vnc",
listen = "127.0.0.1",
port = "5917"]
vm_winxp.oneNAME = winxp_raw.img
CPU = 0.3
MEMORY = 512
DISK = [
source = "/srv/cloud/images/winxp_raw.img",
type = disk,
target = "hda",
bus = ide,
driver = raw,
readonly = "no" ]
NIC = [ NETWORK = "DMZ LAN" ]
FEATURES=[ acpi="no" ]
GRAPHICS = [
type = "vnc",
listen = "127.0.0.1",
port = "5916"]
Then, I deploy 2 images to OpenNebula.
The centos VM is running and booting sucessfully.
Thhe windowsXP is running but it can't boot. It make an error:
"We apologize for the convenience, but the Windows can not start
sucessfully. A recent hardware or software chage has caused this....."
Please show me the solution
Thanks
-------------------
F: Hoang Dinh Phuc
E: hdphuc at gmail.com
M: +84909398700
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20110415/8cd73b2f/attachment.htm>
More information about the Users
mailing list