Hello group, I recently purchased an HP m7360n computer which has an Intel Pentium D 920 processor in it. Unfortunately there is no BIOS option to enable or disable VT. The board it sits on uses the Intel 945P chipset. If I am in linux and do a ''cat /proc/cpuinfo'' I get this: [root@localhost ia32]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping : 2 cpu MHz : 2800.956 cache size : 2048 KB fdiv_bug : no hlt_bug : yes f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx cid cx16 xtpr lahf_lm bogomips : 7006.67 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping : 2 cpu MHz : 2800.956 cache size : 2048 KB fdiv_bug : no hlt_bug : yes f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx cid cx16 xtpr lahf_lm bogomips : 7006.67 Notice that it detects vmx, which is Intel''s VT. My question is: Is there any way to tell if xen is using VT or to see if it is even accessible? I really would like to get xen working in one way or another and would much like to use VT with it. Thanks, Dan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Try "xm dmesg|grep VMX". If grep finds "(XEN) VMXON is done",it's VT enabled. Thanks Yunfeng ________________________________________ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Daniel Waterbly Sent: 2006年4月10日 13:19 To: xen-users@lists.xensource.com Subject: [Xen-users] Check if VT is enabled Hello group, I recently purchased an HP m7360n computer which has an Intel Pentium D 920 processor in it. Unfortunately there is no BIOS option to enable or disable VT. The board it sits on uses the Intel 945P chipset. If I am in linux and do a 'cat /proc/cpuinfo' I get this: [root@localhost ia32]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping : 2 cpu MHz : 2800.956 cache size : 2048 KB fdiv_bug : no hlt_bug : yes f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx cid cx16 xtpr lahf_lm bogomips : 7006.67 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping : 2 cpu MHz : 2800.956 cache size : 2048 KB fdiv_bug : no hlt_bug : yes f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx cid cx16 xtpr lahf_lm bogomips : 7006.67 Notice that it detects vmx, which is Intel's VT. My question is: Is there any way to tell if xen is using VT or to see if it is even accessible? I really would like to get xen working in one way or another and would much like to use VT with it. Thanks, Dan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I do see that VT is enabled thanks to your suggestion. However, I cannot boot an unmodified guest OS yet. Looking through the xen messages I see this too: (XEN) Domain 0 kernel supports features = { 0000001f }. (XEN) Domain 0 kernel requires features = { 00000000 }. Could this be a source of a problem? Or do you know where else I could look to get an unmodified OS to boot? It hangs right when the hvmloader bios starts to boot from a hard drive. I can though, boot from a Ubuntu or Fedora install CD, however the computer hangs after the initial press of [ENTER] to install the OS. Thank you! -Dan On 4/9/06, Zhao, Yunfeng <yunfeng.zhao@intel.com> wrote:> > Try "xm dmesg|grep VMX". If grep finds "(XEN) VMXON is done",it''s VT > enabled. > > Thanks > Yunfeng > > ________________________________________ > From: xen-users-bounces@lists.xensource.com [mailto: > xen-users-bounces@lists.xensource.com] On Behalf Of Daniel Waterbly > Sent: 2006年4月10日 13:19 > To: xen-users@lists.xensource.com > Subject: [Xen-users] Check if VT is enabled > > Hello group, > > I recently purchased an HP m7360n computer which has an Intel Pentium D > 920 processor in it. Unfortunately there is no BIOS option to enable or > disable VT. The board it sits on uses the Intel 945P chipset. > > If I am in linux and do a ''cat /proc/cpuinfo'' I get this: > [root@localhost ia32]# cat /proc/cpuinfo > processor : 0 > vendor_id : GenuineIntel > cpu family : 15 > model : 6 > model name : Intel(R) Pentium(R) D CPU 2.80GHz > stepping : 2 > cpu MHz : 2800.956 > cache size : 2048 KB > fdiv_bug : no > hlt_bug : yes > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 6 > wp : yes > flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts > acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl > vmx cid cx16 xtpr lahf_lm > bogomips : 7006.67 > > processor : 1 > vendor_id : GenuineIntel > cpu family : 15 > model : 6 > model name : Intel(R) Pentium(R) D CPU 2.80GHz > stepping : 2 > cpu MHz : 2800.956 > cache size : 2048 KB > fdiv_bug : no > hlt_bug : yes > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 6 > wp : yes > flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts > acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl > vmx cid cx16 xtpr lahf_lm > bogomips : 7006.67 > > Notice that it detects vmx, which is Intel''s VT. > > My question is: Is there any way to tell if xen is using VT or to see if > it is even accessible? I really would like to get xen working in one way or > another and would much like to use VT with it. > > Thanks, > Dan >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
The two messages below are ok. You can get a unmodified os by installing it into vmx. The instructions about how to install a os into vmx could be found in xen manual. Thanks Yunfeng ________________________________________ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Daniel Waterbly Sent: 2006年4月11日 0:46 To: Zhao, Yunfeng Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] Check if VT is enabled I do see that VT is enabled thanks to your suggestion. However, I cannot boot an unmodified guest OS yet. Looking through the xen messages I see this too: (XEN) Domain 0 kernel supports features = { 0000001f }. (XEN) Domain 0 kernel requires features = { 00000000 }. Could this be a source of a problem? Or do you know where else I could look to get an unmodified OS to boot? It hangs right when the hvmloader bios starts to boot from a hard drive. I can though, boot from a Ubuntu or Fedora install CD, however the computer hangs after the initial press of [ENTER] to install the OS. Thank you! -Dan On 4/9/06, Zhao, Yunfeng <yunfeng.zhao@intel.com> wrote: Try "xm dmesg|grep VMX". If grep finds "(XEN) VMXON is done",it's VT enabled. Thanks Yunfeng ________________________________________ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Daniel Waterbly Sent: 2006年4月10日 13:19 To: xen-users@lists.xensource.com Subject: [Xen-users] Check if VT is enabled Hello group, I recently purchased an HP m7360n computer which has an Intel Pentium D 920 processor in it. Unfortunately there is no BIOS option to enable or disable VT. The board it sits on uses the Intel 945P chipset. If I am in linux and do a 'cat /proc/cpuinfo' I get this: [root@localhost ia32]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping : 2 cpu MHz : 2800.956 cache size : 2048 KB fdiv_bug : no hlt_bug : yes f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx cid cx16 xtpr lahf_lm bogomips : 7006.67 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 6 model name : Intel(R) Pentium(R) D CPU 2.80GHz stepping : 2 cpu MHz : 2800.956 cache size : 2048 KB fdiv_bug : no hlt_bug : yes f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 6 wp : yes flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx cid cx16 xtpr lahf_lm bogomips : 7006.67 Notice that it detects vmx, which is Intel's VT. My question is: Is there any way to tell if xen is using VT or to see if it is even accessible? I really would like to get xen working in one way or another and would much like to use VT with it. Thanks, Dan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I have followed the directions in the Xen documentation and now whenever I try to boot an unmodifed guest my computer hangs. Do you know anything that could be causing this? Thanks, Dan On 4/11/06, Zhao, Yunfeng <yunfeng.zhao@intel.com> wrote:> > The two messages below are ok. > You can get a unmodified os by installing it into vmx. > The instructions about how to install a os into vmx could be found in xen > manual. > > Thanks > Yunfeng > ________________________________________ > From: xen-users-bounces@lists.xensource.com [mailto: > xen-users-bounces@lists.xensource.com] On Behalf Of Daniel Waterbly > Sent: 2006年4月11日 0:46 > To: Zhao, Yunfeng > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Check if VT is enabled > > I do see that VT is enabled thanks to your suggestion. However, I cannot > boot an unmodified guest OS yet. Looking through the xen messages I see this > too: > > (XEN) Domain 0 kernel supports features = { 0000001f }. > (XEN) Domain 0 kernel requires features = { 00000000 }. > > Could this be a source of a problem? Or do you know where else I could > look to get an unmodified OS to boot? It hangs right when the hvmloader bios > starts to boot from a hard drive. I can though, boot from a Ubuntu or Fedora > install CD, however the computer hangs after the initial press of [ENTER] to > install the OS. > > Thank you! > -Dan > On 4/9/06, Zhao, Yunfeng <yunfeng.zhao@intel.com> wrote: > Try "xm dmesg|grep VMX". If grep finds "(XEN) VMXON is done",it''s VT > enabled. > > Thanks > Yunfeng > > ________________________________________ > From: xen-users-bounces@lists.xensource.com [mailto: > xen-users-bounces@lists.xensource.com] On Behalf Of Daniel Waterbly > Sent: 2006年4月10日 13:19 > To: xen-users@lists.xensource.com > Subject: [Xen-users] Check if VT is enabled > > Hello group, > > I recently purchased an HP m7360n computer which has an Intel Pentium D > 920 processor in it. Unfortunately there is no BIOS option to enable or > disable VT. The board it sits on uses the Intel 945P chipset. > > If I am in linux and do a ''cat /proc/cpuinfo'' I get this: > [root@localhost ia32]# cat /proc/cpuinfo > processor : 0 > vendor_id : GenuineIntel > cpu family : 15 > model : 6 > model name : Intel(R) Pentium(R) D CPU 2.80GHz > stepping : 2 > cpu MHz : 2800.956 > cache size : 2048 KB > fdiv_bug : no > hlt_bug : yes > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 6 > wp : yes > flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts > acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl > vmx cid cx16 xtpr lahf_lm > bogomips : 7006.67 > > processor : 1 > vendor_id : GenuineIntel > cpu family : 15 > model : 6 > model name : Intel(R) Pentium(R) D CPU 2.80GHz > stepping : 2 > cpu MHz : 2800.956 > cache size : 2048 KB > fdiv_bug : no > hlt_bug : yes > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 6 > wp : yes > flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts > acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl > vmx cid cx16 xtpr lahf_lm > bogomips : 7006.67 > > Notice that it detects vmx, which is Intel''s VT. > > My question is: Is there any way to tell if xen is using VT or to see if > it is even accessible? I really would like to get xen working in one way or > another and would much like to use VT with it. > > Thanks, > Dan > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Could you tell what linux os you were trying to boot in vmx? And give me the info of "xm info" output Thanks Yunfeng ________________________________________ From: Daniel Waterbly [mailto:dwaterbly@gmail.com] Sent: 2006年4月13日 5:45 To: xen-users@lists.xensource.com Cc: Zhao, Yunfeng Subject: Re: [Xen-users] Check if VT is enabled I have followed the directions in the Xen documentation and now whenever I try to boot an unmodifed guest my computer hangs. Do you know anything that could be causing this? Thanks, Dan On 4/11/06, Zhao, Yunfeng <yunfeng.zhao@intel.com> wrote: The two messages below are ok. You can get a unmodified os by installing it into vmx. The instructions about how to install a os into vmx could be found in xen manual. Thanks Yunfeng _ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I did get Windows XP to boot after a little more tinkering and updating xen to 3.0.2. However, i cannot specify a file backed file system. I get this error: Error: Device 768 (vbd) could not be connected. Backend device not found. If I could get past this error I belive me xen setup would be complete. Meanwhile, I am working on a tutorial for other users to install Xen and get VT working with Ubuntu, something beneficial for all. Thanks, Dan Here is what xm info outputs (probably isn''t needed anymore): host : ubuntu release : 2.6.16-xen version : #1 SMP Wed Apr 12 22:44:09 PDT 2006 machine : i686 nr_cpus : 2 nr_nodes : 1 sockets_per_node : 1 cores_per_socket : 2 threads_per_core : 1 cpu_mhz : 2800 hw_caps : bfebfbff:20100000:00000000:00000180:0000e43d:00000000:00000001 total_memory : 2047 free_memory : 513 xen_major : 3 xen_minor : 0 xen_extra : .2 xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32 platform_params : virt_start=0xfc000000 xen_changeset : Sat Apr 8 12:14:27 2006 +0100 9598:1bce05ff1e52 cc_compiler : gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) cc_compile_by : root cc_compile_domain : localdomain cc_compile_date : Wed Apr 12 22:54:30 PDT 2006 On 4/12/06, Zhao, Yunfeng <yunfeng.zhao@intel.com> wrote:> > Could you tell what linux os you were trying to boot in vmx? > And give me the info of "xm info" output > > Thanks > Yunfeng > > ________________________________________ > From: Daniel Waterbly [mailto:dwaterbly@gmail.com] > Sent: 2006年4月13日 5:45 > To: xen-users@lists.xensource.com > Cc: Zhao, Yunfeng > Subject: Re: [Xen-users] Check if VT is enabled > > I have followed the directions in the Xen documentation and now whenever I > try to boot an unmodifed guest my computer hangs. Do you know anything that > could be causing this? > > Thanks, > Dan > On 4/11/06, Zhao, Yunfeng <yunfeng.zhao@intel.com> wrote: > The two messages below are ok. > You can get a unmodified os by installing it into vmx. > The instructions about how to install a os into vmx could be found in xen > manual. > > Thanks > Yunfeng > _ > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
The "Device 768 (vbd)" error is a known issue of xen. You can solve this error with executing the command "losetup -d loopX". Thanks Yunfeng ________________________________________ From: Daniel Waterbly [mailto:dwaterbly@gmail.com] Sent: 2006年4月13日 14:22 To: Zhao, Yunfeng Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] Check if VT is enabled I did get Windows XP to boot after a little more tinkering and updating xen to 3.0.2. However, i cannot specify a file backed file system. I get this error: Error: Device 768 (vbd) could not be connected. Backend device not found. If I could get past this error I belive me xen setup would be complete. Meanwhile, I am working on a tutorial for other users to install Xen and get VT working with Ubuntu, something beneficial for all. Thanks, Dan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users