Piotr Jasiukajtis / estibi wrote: > Mark Johnson pisze: >>> Some folks had the same issue with debiam (dom0) and WindowsXP (hvm >>> domU)... >>> Upgrade of the Xen (on debian) fixed the problem. >> >> Do you know what version of Xen they upgraded to? > I don't know at this moment.>
Just read a couple windows threads (non xen related) on the error. It appears that this can happen if the cdrom is too fast. Can you try using an actual cdrom/dvd vs an iso for the install? Thanks, MRJ >> We just putback 3.1.4 to the xvm-gate last night, >> so it should show up in b89. >> >> >> We also have some xen unstable based bits that >> we were thinking of getting on the project site >> if folks are interested. There still some work >> to do to finish the port, but it seems to be >> functional. You would have to be able to >> build the xvm and onnv bits yourself to use it. > I will try :) > > Anyway, virt-install don't store CD/DVD settings to the configs. > > # cat /var/lib/xend/domains/fb96e8c9-940d-7e0a-12ef-f167a7f1102c/config.sxp > (domain > (domid 6) > (vcpus_params ()) > (PV_args ) > (PV_bootloader ) > (VCPUs_live 1) > (actions_after_crash restart) > (uuid fb96e8c9-940d-7e0a-12ef-f167a7f1102c) > (PV_ramdisk ) > (name_label wxpp01) > (VCPUs_at_startup 1) > (HVM_boot_params ((order c))) > (platform > ((device_model /usr/lib/xen/bin/qemu-dm) > (keymap en-us) > (boot c) > (pae 1) > (usb 1) > ) > ) > (PV_kernel /usr/lib/xen/boot/hvmloader) > (memory_static_min 0) > (HVM_boot_policy 'BIOS order') > (VCPUs_max 1) > (memory_static_max 268435456) > (actions_after_shutdown destroy) > (memory_dynamic_max 268435456) > (is_a_template False) > (memory_dynamic_min 268435456) > (PV_bootloader_args ) > (other_config ()) > (actions_after_reboot restart) > (on_crash restart) > (uuid fb96e8c9-940d-7e0a-12ef-f167a7f1102c) > (bootloader_args ) > (vcpus 1) > (name wxpp01) > (on_poweroff destroy) > (on_reboot restart) > (bootloader ) > (maxmem 256) > (memory 256) > (shadow_memory 3) > (vcpu_avail 1) > (cpu_weight 256) > (cpu_cap 0) > (features ) > (on_xend_start ignore) > (on_xend_stop shutdown) > (start_time 1209416034.2) > (cpu_time 17.230961995) > (online_vcpus 1) > (image > (hvm > (kernel /usr/lib/xen/boot/hvmloader) > (boot c) > (device_model /usr/lib/xen/bin/qemu-dm) > (keymap en-us) > (pae 1) > (usb 1) > (notes (SUSPEND_CANCEL 1)) > ) > ) > (status 1) > (state ------) > (store_mfn 65534) > (device > (vif > (mac 00:16:3e:67:ad:6e) > (script vif-vnic) > (uuid 2dd2515b-d73a-f6bb-51f0-fef69d572dd3) > (backend 0) > ) > ) > (device > (vbd > (uname file:/export/xen/wxpp01/disk) > (uuid ad50c92b-a9c2-a664-ede6-22b6c1a5713b) > (mode w) > (dev hda:disk) > (backend 0) > (bootable 1) > ) > ) > (device (vkbd (backend 0))) > (device > (vfb > (vncunused 1) > (type vnc) > (uuid e629021d-cb53-11ca-a5f1-7d4e1cd41009) > (location localhost:5900) > ) > ) > (device > (console > (protocol vt100) > (location 3) > (uuid 488e3509-07ec-9487-e067-96af10a88bdd) > ) > ) > ) > > > > # xm list > Name ID Mem VCPUs State > Time(s) > 2003std01 300 1 15.3 > Domain-0 0 677 2 r----- 992.8 > fbsd7 128 1 0.0 > milax 11 256 1 r----- 463.5 > rescue 128 1 0.0 > wxpp01 256 1 8.6 > > # virsh dumpxml wxpp01 > <domain type='xen' id='-1'> > <name>wxpp01</name> > <uuid>fb96e8c9-940d-7e0a-12ef-f167a7f1102c</uuid> > <os> > <type>hvm</type> > <loader>/usr/lib/xen/boot/hvmloader</loader> > <boot dev='hd'/> > </os> > <memory>262144</memory> > <vcpu>1</vcpu> > <on_poweroff>destroy</on_poweroff> > <on_reboot>restart</on_reboot> > <on_crash>restart</on_crash> > <features> > <pae/> > </features> > <clock offset='utc'/> > <devices> > <emulator>/usr/lib/xen/bin/qemu-dm</emulator> > <interface type='ethernet'> > <target dev='vif-1.0'/> > <mac address='00:16:3e:67:ad:6e'/> > </interface> > <disk type='file' device='disk'> > <driver name='file'/> > <source file='/export/xen/wxpp01/disk'/> > <target dev='hda'/> > </disk> > <input type='mouse' bus='ps2'/> > <graphics type='vnc' port='-1'/> > </devices> > </domain> > > _______________________________________________ > xen-discuss mailing list > [email protected] _______________________________________________ xen-discuss mailing list [email protected]
