Hello, I have problem with instalation Windows XP to XEN(Dom0 is CentOS 5). XEN is in last version for Cent OS 5(I am not sure but I think that is 3.0.4). CPU is Intel C2D with virtualization support. During the wizzard I chose FULLY virt. Windows was installed from ISO image to IMG file. During the installation appeared the dialog box with message: asms file is needed, insert please instalation CD. In virt-manager I added CD (CD is all right), but this action was without effect. Can you help me please? Do you have experience with "XP to XEN"? Regards Pavel
I had the same issue with OpenSolaris xVM. virt-install doesn't store cdrom setting into HVM domU config. You have to add it by hand.
Dnia 30-04-2008, Śr o godzinie 10:29 +0200, Pavel Muller pisze:
Hello, I have problem with instalation Windows XP to XEN(Dom0 is CentOS 5). XEN is in last version for Cent OS 5(I am not sure but I think that is 3.0.4). CPU is Intel C2D with virtualization support. During the wizzard I chose FULLY virt. Windows was installed from ISO image to IMG file. During the installation appeared the dialog box with message: asms file is needed, insert please instalation CD. In virt-manager I added CD (CD is all right), but this action was without effect. Can you help me please? Do you have experience with "XP to XEN"? Regards Pavel _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
Can you describe how have I add by hand? I opened XML configure file,added cdrom and imported it to database. But the VM(Windows) wrote the message with asms again.
2008/4/30 Piotr Jasiukajtis estseg@gmail.com:
I had the same issue with OpenSolaris xVM. virt-install doesn't store cdrom setting into HVM domU config. You have to add it by hand.
Dnia 30-04-2008, Śr o godzinie 10:29 +0200, Pavel Muller pisze:
Hello, I have problem with instalation Windows XP to XEN(Dom0 is CentOS 5). XEN is in last version for Cent OS 5(I am not sure but I think that is 3.0.4). CPU is Intel C2D with virtualization support. During the wizzard I chose FULLY virt. Windows was installed from ISO image to IMG file. During the installation appeared the dialog box with message: asms file is needed, insert please instalation CD. In virt-manager I added CD (CD is all right), but this action was without effect. Can you help me please? Do you have experience with "XP to XEN"? Regards Pavel _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
-- Regards, Piotr Jasiukajtis | estibi | SCA OS0072 http://estseg.blogspot.com .-. .-. . . | |.-..-,.-.`-..-.| .-. .-...- `-'|-'`'-' '`-'`-''-`-`-' '-' http://pl.opensolaris.org http://planet.opensolaris.org.pl http://forum.opensolaris.org.pl
CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
I did something like this: xm destroy xp_dom virsh dumpxml xp_dom > xp_dom.xml vi xp_dom.xml (add cdrom setting) virsh define xp_dom.xml xm start xp_dom
I use OpenSolaris as dom0, so it's hard to me to say how to do it in CentOS.
Dnia 30-04-2008, Śr o godzinie 19:59 +0200, Pavel Muller pisze:
Can you describe how have I add by hand? I opened XML configure file,added cdrom and imported it to database. But the VM(Windows) wrote the message with asms again.