Hi Hugh > I tested Windows Server 2003. It works fine with Server 2003, too. > But, I also don't have XP install CDs. > As for XP, if there is an opportunity, I'll try it. I made a mistake. The time module was not imported. please apply this correction. Thanks, Nobuhiro Itou. diff -r 0a4efe737df9 virtinst/FullVirtGuest.py --- a/virtinst/FullVirtGuest.py Wed Mar 28 17:01:09 2007 -0400 +++ b/virtinst/FullVirtGuest.py Thu Mar 29 19:45:42 2007 +0900 @@ -18,6 +18,7 @@ import util import util import DistroManager import logging +import time class FullVirtGuest(Guest.XenGuest): OS_TYPES = { "Linux" : { "Red Hat Enterprise Linux AS 2.1/3" : { "acpi" : True, "apic": True, "continue": False }, \