Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-13 Thread TAIRA Hajime
Did you boot with "netbsd-XEN3_DOMU"? You should be boot with "netbsd-INSTALL_XEN3_DOMU". It has NetBSD installer image. Best regards. TAIRA Hajime <[EMAIL PROTECTED]>, web: http://pantora.net/ CentOS WikiName: HajimeTaira On 2008/08/13, at 1:34, white list wrote: > [EMAIL PROTECTED] xen]# xm c

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-12 Thread white list
[EMAIL PROTECTED] xen]# xm create -c vm02 Using config file "./vm02". Started domain vm02 Loaded initial symtab at 0x8064bbe4, strtab at 0x80697538, # entries 12820 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The NetBSD Foundati

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-12 Thread Todd Deshane
On Mon, Aug 11, 2008 at 11:58 AM, white list <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] ~]# cat /proc/cpuinfo | grep vmx > [EMAIL PROTECTED] ~]# If no output to the command above, then you need to enable virtualization support in the BIOS. > > the machine is a IBM x346 dual processor 3.2gh

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-12 Thread TAIRA Hajime
Hi, You had a mistake. If you want to boot from kernel image. Didn't set builder='hvm'. Please try to use following configuration. kernel="/boot/netbsd/netbsd-XEN3_DOMU" #builder='hvm' name = "vm02" maxmem = 512 memory = 512 vcpus = 1 #bootloader = "/usr/bin/pygrub" on_poweroff = "destroy" on_reb

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-11 Thread white list
[EMAIL PROTECTED] ~]# cat /proc/cpuinfo | grep vmx [EMAIL PROTECTED] ~]# the machine is a IBM x346 dual processor 3.2ghz it is vmx capable. Thanks, - Augustin On Fri, Aug 8, 2008 at 5:30 PM, Jerry Amundson <[EMAIL PROTECTED]> wrote: > On Fri, Aug 8, 2008 at 5:31 PM, white list <[EMAIL PROTECTED]

Re: {Phishing} {Disarmed} [CentOS-virt] Installing guest OS on Xen 3

2008-08-09 Thread Kai Schaetzl
White list wrote on Fri, 8 Aug 2008 15:31:44 -0700: > Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU > and enabled in your BIOS? Well, you *can* read, do you? Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-08 Thread Jerry Amundson
On Fri, Aug 8, 2008 at 5:31 PM, white list <[EMAIL PROTECTED]> wrote: > If I comment the pygrub line I get the following error message. > > [EMAIL PROTECTED] xen]# xm create -c vm02 > Using config file "./vm02". > Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU > and enab

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-08 Thread white list
If I comment the pygrub line I get the following error message. [EMAIL PROTECTED] xen]# xm create -c vm02 Using config file "./vm02". Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS? Please Help! - Augustin On Fri, Aug 8, 2008 at 3:13 PM,

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-08 Thread cetertick
Any error occured???If yes, post here!Em 15:25, white list   escreveu: I just want to install NetBSD on Xen, i'm running centOS 5.2 Xen 3I'm not sure what i'm doing wrong, I can't install NetBSD.here is my vm04 config file. Please Helpkernel="/boot/netbsd/netbsd-XEN3_DOMU.gz"builder='hvm'name = "vm

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-08 Thread cetertick
Hello,you are tryung to boot a hvm (fully-virtualized) OS with pygrub, wich in this case use the para-virtualized bootloader (/boot/grub) in domU.Comment the pygrub line.Bests,DouglasEm 15:31, white list   escreveu: hello, here is the error i get when ( xm create -c vm02 )[EMAIL PROTECTED] xen]# xm

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-08 Thread white list
hello, here is the error i get when ( xm create -c vm02 ) [EMAIL PROTECTED] xen]# xm create -c vm02 Using config file "./vm02". Traceback (most recent call last): File "/usr/bin/pygrub", line 651, in ? fs = fsimage.open(file, get_fs_offset(file)) IOError: [Errno 95] Operation not supported N

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-08 Thread white list
I just want to install NetBSD on Xen, i'm running centOS 5.2 Xen 3 I'm not sure what i'm doing wrong, I can't install NetBSD. here is my vm04 config file. Please Help kernel="/boot/netbsd/netbsd-XEN3_DOMU.gz" builder='hvm' name = "vm02" #uuid = "177aedba-c62a-e7df-84c3-4c870b2cade4" maxmem = 512 m

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-07 Thread white list
Thanks, I will try that - Augustin On Thu, Aug 7, 2008 at 4:15 PM, TAIRA Hajime <[EMAIL PROTECTED]> wrote: > Hi, Augustin. > > If you want to install NetBSD by full virtual mode. > You should be use VT-enabled machine. > > If you want only to install NetBSD on Xen. > Please get xeno-kernel from f

Re: [CentOS-virt] Installing guest OS on Xen 3

2008-08-07 Thread TAIRA Hajime
Hi, Augustin. If you want to install NetBSD by full virtual mode. You should be use VT-enabled machine. If you want only to install NetBSD on Xen. Please get xeno-kernel from following url. http://ftp.netbsd.org/pub/NetBSD/NetBSD-3.1.1/i386/binary/kernel/netbsd-INSTALL_XEN3_DOMU.gz Best regards.

[CentOS-virt] Installing guest OS on Xen 3

2008-08-07 Thread white list
WHen I try to install NetBSD this it what is get xm create vm02 -c Using config file "./vm02". Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS? * My vm02 file in /etc/xen/vm02* kernel="/usr/lib/xen/boot/hvmloader" builder='hvm' name = "vm02" #