From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Derzhavets Subject: Re: Unable to Configure Xen Dom 0 in Jeremy's PVOPS Kernel Date: Sat, 25 Jul 2009 10:24:52 -0700 (PDT) Message-ID: <244990.77411.qm@web56103.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0527597378==" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: enming.teo@asiasoftsea.net Cc: Sander Eikelenboom , "Pasi Kr"@yahoo.com, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============0527597378== Content-Type: multipart/alternative; boundary="0-453849829-1248542692=:77411" --0-453849829-1248542692=:77411 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable This means that OSOL installer (by default ) will issue DHCPDISCOVER via yo= ur Xen bridge, looking for DHCP server on your LAN. Only on RHEL 5.3 (F10 with Xen 3.3.1 src.rpm been installed along with generated packages) w= ith libvirtd & dnsmasq up and running you can specify=20 =A0vif=3D['bridge=3Dvirbr0' ] to detect DHCP Server at your Dom0.=20 View for instance :- http://bderzhavets.wordpress.com/2009/05/07/backport-zfs-support-to-xen-331= -f10-dom0-kernel-2630-rc3-tip/ I don't have any experience with OpenSuse 11.1 . I hardly remind they tried= to reproduce RH's technology. Most probably they did it in SLES 11 (not su= re). Check for libvirtd&dnsmasq daemons up and running. But if your OpenSuse 11.1 Dom0 is on "dhcp" bridge itself , then no problem= s. Just vif=3D['bridge=3Deth0']. Boris. --- On Sat, 7/25/09, Mr. Teo En Ming (Zhang Enming) wrote: From: Mr. Teo En Ming (Zhang Enming) Subject: Re: [Xen-devel] Unable to Configure Xen Dom 0 in Jeremy's PVOPS Ke= rnel To: bderzhavets@yahoo.com Cc: "Sander Eikelenboom" , Pasi Kr@yahoo.com, xen-dev= el@lists.xensource.com Date: Saturday, July 25, 2009, 12:32 PM =0A=0A=0A =0ADear Boris, =0A =0AThis means I have to install a DHCP server or dnsmasq in my Dom 0,=0Alis= tening on my Dom 0's IP address, so that it can assign dynamic IP=0Aaddress= es to the DomU. =0A =0ABy the way, are there any paravirtualized device drivers that I can=0Ain= stall in DomU to improve the performance of the virtual machine? =0A =0AThank you. =0A--=20 Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics Engineering) BEng(Hons)(Mec= hanical Engineering) Technical Support Engineer Information Technology Department Asiasoft Online Pte Ltd Tampines Central 1 #04-01 Tampines Plaza Singapore 529541 Republic of Singapore Mobile Phone: +65-9648-9798 MSN: teoenming@hotmail.com =0A =0ABoris Derzhavets wrote:=0A=0A =0A =0A =0A >I noticed und= er the guest domain configuration there=0Ais a parameter=0Acalled >'extra' = kernel parameter. Does the 'nowin' argument stand=0Afor no=0A>graphical win= dows? =0A =20 =0ALogin as jack/jack to text console. =0A =20 =0AWait until :- =0A =20 =0A$ pfexec ifconfig -a =0A =20 =0Awill show up your IPv4 address=20 =0A =20 =0A$ mkdir .vnc =0A$ cp .Xclients .vnc/xstartup =0A$ vncserver =0A =20 =0AConnect via vncviewer IP-DomU:1 from another terminal session to OSOL=0A= DomU. In case OSOL installer will fail to obtain IP via DHCPDISCOVER, =0Alet me know. It might happen and requires Solaris Kernel Model Debugger =0Ato disable checksum offloading at boot up. Seems to be hardware=0Adepend= ent issue for OSOL 2009.06 =0A =20 =0A********************************** =0ACopy ramdisk and kernel to Dom0 =0A********************************** =0A =20 =0A[root@ServerXen isos]# cat copy.sh =0Amount -o loop,ro osol-0906-x86.iso /mnt =0Acp /mnt/boot/amd64/x86.microroot /home/boris/solaris =0Acp /mnt/platform/i86xpv/kernel/amd64/unix /home/boris/solaris =0A =20 =0A =20 =0A =20 =0A*********************** =0AInstallation profile:- =0A*********************** =0A =20 =0A[root@ServerXen solaris]# cat osol200906.install =0Aname =3D "sol0906" =0Avcpus =3D 1 =0Amemory =3D "1024" =0Akernel =3D "/home/boris/solaris/unix" =0Aramdisk =3D "/home/boris/solaris/x86.microroot" =0Aextra =3D "/platform/i86xpv/kernel/amd64/unix - nowin -B=0Ainstall_media= =3Dcdrom" =0Adisk =3D ['phy:/dev/loop0,xvdc:cdrom,r','phy:/dev/sdb5,xvda,w'] =0A# Would work as well =0A# =0Adisk =3D ['phy:/dev/loop0,6:cdrom,r','phy:/dev/sdb5,0,w'] =0A vif =3D ['bridge=3Deth1'] =0Aon_shutdown =3D "destroy" =0Aon_reboot =3D "destroy" =0Aon_crash =3D "destroy" =0A =20 =0ABoris =0A =20 =0A--- On Sat, 7/25/09, Mr. Teo En Ming (Zhang Enming) =0Awrote: =0A =20 =0AFrom: Mr. Teo En Ming (Zhang Enming) =0ASubject: Re: [Xen-devel] Unable to Configure Xen Dom 0 in Jeremy's=0APVO= PS Kernel =0ATo: enming.teo@asiasoftsea.net =0ACc: "Sander Eikelenboom" , "Boris=0ADerzhavets" ,=0Axen-devel@lists.xensource.com, =3D?ISO-8859-1?Q?Pa= si_K=3DE4r?=3D@yahoo.com =0ADate: Saturday, July 25, 2009, 7:14 AM =0A =20 =0A Dear All, =0A =20 =0AI am trying to install OpenSolaris 2009.06 32-bit paravirtualized guest= =0Aon OpenSUSE 11.1 32-bit paravirt-ops enabled Xen 3.4.1-rc8 Dom 0 Kernel= =0A2.6.30-rc6. =0A =20 =0AHowever, I am getting an opensolaris console login prompt. There is no= =0AGNOME DE for me to launch the GUI installer for OpenSolaris. I am using= =0Athe OpenSolaris LiveCD 32-bit.=20 =0A =20 =0AI noticed under the guest domain configuration there is a parameter=0Aca= lled 'extra' kernel parameter. Does the 'nowin' argument stand for no=0Agra= phical windows? =0A =20 =0A http://4.bp.blogspot.com/_zzjv8MCM2sk/SmoT4kZta-I/AAAAAAAAAE0/= xxUGuNunPoY/s1600-h/01.jpeg =0A =20 =0A http://4.bp.blogspot.com/_zzjv8MCM2sk/SmoT5YG2sNI/AAAAAAAAAFM/= H0ntFt6LCx4/s1600-h/04.jpeg =0A =20 =0A http://2.bp.blogspot.com/_zzjv8MCM2sk/SmoT5uzjF6I/AAAAAAAAAFU/= 2Y3KNWPUwWk/s1600-h/05.jpeg =0A =20 =0AThen I also get the "invalid disk device number (768)" error. Do I need= =0Ato use xvda instead of hda? =0A =20 =0AThank you very much. =0A =20 =0A --=20 Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics Engineering) BEng(Hons)(Mec= hanical Engineering) Technical Support Engineer Information Technology Department Asiasoft Online Pte Ltd Tampines Central 1 #04-01 Tampines Plaza Singapore 529541 Republic of Singapore Mobile Phone: +65-9648-9798 MSN: teoenming@hotmail.com =0A =20 =0A =20 =0ATeo En Ming wrote:=0A =0A As a matter of fact, our s= ervers are either Dell=0APowerEdge=0A1950/2950 and IBM xSeries. =0A = =A0 =0A I am just testing it out on our lab PC first.=20 =0A=A0 =0A =0A Mr. Teo En Ming (Zhang Enming) Dip(Mec= hatronics=0AEngineering)=0ABEng(Hons)(Mechanical Engineering) =0A = Technical Support Engineer =0A Information Technology Departme= nt=20 =0AAsiasoft Online Pte Ltd=20 =0ATampines Central 1 #04-01 Tampines Plaza=20 =0ASingapore 529541 =0A Republic of Singapore=20 =0AMobile Phone: +65-9648-9798=20 =0AMSN: teoenming@hotmail.com=0A =20 =0A =20 =0A =0A =20 =0A -----Original=0AMessage-----=20 =0AFrom: "Teo En Ming" =0A =20 =0ATo: "Boris Derzhavets" ,=0A"Pasi K=E4rkk=E4inen"= =0A =0A =20 =0ACc: Sander Eikelenboom ,=0A xen-devel= @lists.xensource.com=0A =20 =0ADate: Sat, 25 Jul 2009 02:27:02 +0800=20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0A =20 =0A =0A Dear Boris, =0A =A0 =0A = My next step will be a 64-bit Xen Dom 0 host.=20 =0A=A0 =0A =0A Mr. Teo En Ming (Zhang Enming) Dip= (Mechatronics=0AEngineering)=0ABEng(Hons)(Mechanical Engineering) =0A = Technical Support Engineer =0A Information Technology = Department=20 =0AAsiasoft Online Pte Ltd=20 =0ATampines Central 1 #04-01 Tampines Plaza=20 =0ASingapore 529541 =0A Republic of Singapore=20 =0AMobile Phone: +65-9648-9798=20 =0AMSN: teoenming@hotmail.com=0A =20 =0A =20 =0A =0A =20 =0A -----Original=0AMessage-----=20 =0AFrom: Boris Derzhavets =0A =20 =0ATo: Pasi K=E4rkk=E4inen ,=0A enming.teo@asi= asoftsea.net=0A =20 =0ACc: Sander Eikelenboom ,=0A xen-dev= el@lists.xensource.com=0A =20 =0ADate: Fri, 24 Jul 2009 10:57:49 -0700 (PDT)=20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0A =20 =0A =0A =0A =0A = Teo, it is up to you how to manage, if you just having=0Afun.= =20 =0AOtherwise, downloading 64-bit OpenSuse 11.1 ISO image=20 =0Atakes just 12-14 hr even at slow ADSL speed ( like 100 KB/sec).=20 =0AInstall takes 30 minutes and brings you to the trusted results, instead= =0A =20 =0Aof wasting a lot of time in case of business environment assignment.=20 =0APasi has 32-bit experience due to hardware limitations, which you don't= =0A =20 =0Ahave.=20 =0A =20 =0ABoris.=20 =0A =20 =0A--- On Fri, 7/24/09, Teo En Ming =0A =0Awrote:=20 =0A =0A =20 =0AFrom: Teo En Ming =0A = =20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0ATo: "Boris Derzhavets" ,=0A"Pasi K=E4rkk=E4inen"= =0A =0A =20 =0ACc: "Sander Eikelenboom" ,=0A = xen-devel@lists.xensource.com=0A =20 =0ADate: Friday, July 24, 2009, 12:56 PM=20 =0A =20 =0A =0A Dear Boris, =0A = =A0 =0A My colleague installed Op= enSUSE 11.1=0A32-bit on the=0ACore 2 Duo machine in our labs. Please see my= earlier replies in the=0Asame topic. =0A =A0 =0A = I was too lazy to reformat and install=0A64-bit=0AOpen= SUSE, so I proceeded with Xen Dom 0 pvops kernel compilation on=0A32-bit Li= nux host. =0A =A0 =0A I admit= I am getting a lot of headache.=0AHaha.=20 =0A=A0 =0A =0A Mr. Teo En Min= g (Zhang Enming)=0ADip(Mechatronics=0AEngineering) BEng(Hons)(Mechanical En= gineering) =0A Technical Support Engineer =0A = Information Technology Department=20 =0AAsiasoft Online Pte Ltd=20 =0ATampines Central 1 #04-01 Tampines Plaza=20 =0ASingapore 529541 =0A Republic of Singapore=20 =0AMobile Phone: +65-9648-9798=20 =0AMSN: teoenming@hotmail.com=0A =20 =0A =20 =0A =0A =20 =0A -----Original=0AMessage-----=20 =0AFrom: Boris Derzhavets =0A = =20 =0ATo: enming.teo@asiasoftsea.net,=0APasi K=E4rkk=E4inen =0A = =20 =0ACc: Sander Eikelenboom ,=0A = xen-devel@lists.xensource.com=0A =20 =0ADate: Fri, 24 Jul 2009 09:57:18 -0700 (PDT)=20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0A =20 =0A =0A =0A = =0A Once again, i don't se= e any reason to to run 32-bit OS on=0ACore2Duo,=20 =0Aunless you like Xen head ache. Core development (PVOPS) is obviously=20 =0Arunning in 64-bit environment.=20 =0A =20 =0ABoris.=20 =0A =20 =0A--- On Fri, 7/24/09, Boris Derzhavets =0A = =0Awrote:=20 =0A =0A =20 =0AFrom: Boris Derzhavets =0A = =20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0ATo: enming.teo@asiasoftsea.net,=0A"Pasi K=E4rkk=E4inen" = =0A =20 =0ACc: "Sander Eikelenboom" ,=0A = xen-devel@lists.xensource.com=0A = =20 =0ADate: Friday, July 24, 2009, 12:47 PM=20 =0A =20 =0A =0A = =0A =0A = =0A >After doing the=0Aabove, I= re-installed back the Xen hypervisor, libraries and tools, and=0Aalso >the= kernel, initrd, and modules. Then I proceeded to reboot my=0Amachine. Afte= r rebooting, > my CentOS 4.7 32-bit PV guest is still=0Aable to start and r= un! =20 =0A =20 =0AWhy it wouldn't ? If your image stays=A0 the same.=20 =0A =20 =0A =0A = > I am still very=0Apuzzled! What=0Acauses the PV guest initiall= y cannot start? Then what >subsequently=0Acauses the PV guest to suddenly b= e able to start and run??? =0A =A0 = =0A =20 =0AThat is not supposed to happen. I would suggest clean OS (without any=0A= built in xen presence) install , followed by=A0 Xen 3.4.1+pvops kernel=0Acl= ean install.=20 =0A =20 =0ABoris.=20 =0A =20 =0A--- On Fri, 7/24/09, Teo En Ming =0A = =0Awrote:=20 =0A =0A = =20 =0AFrom: Teo En Ming =0A = =20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0ATo: "Teo En Ming" ,=0A"Pasi K=E4rkk=E4inen"= =0A =20 =0ACc: "Sander Eikelenboom" ,=0A = xen-devel@lists.xensource.com=0A = =20 =0ADate: Friday, July 24, 2009, 12:19 PM=20 =0A =20 =0A =0A = Dear All, =0A =A0 = =0A I am very puzzled. In=0Ainvest= igating the cause of the sudden success of the CentOS 4.7 32-bit=0APV guest= being able to run, I have uninstalled virt-manager and all of=0Aits depend= encies: =0A =A0 =0A = docbook =0A = python-gtk-vnc =0A xen-libs 3= .3.1 =0A scrollkeeper =0A = xen-tools 3.3.1 =0A = libvirt 0.4.6 =0A = libvirt-python =0A vm-install 0= .3.24 =0A =A0 =0A = Then I proceeded to=0A"make=0Auninstall" in xen-3.= 4-testing source tree, which also removed my self=0Acompiled Xen Dom 0 pvop= s enabled kernel, initrd and kernel modules. =0A = =A0 =0A After doing= the above, I=0Are-installed back the Xen hypervisor, libraries and tools, = and also the=0Akernel, initrd, and modules. Then I proceeded to reboot my m= achine.=0AAfter rebooting, my CentOS 4.7 32-bit PV guest is still able to s= tart=0Aand run! =0A =A0 =0A = I am still very puzzled!=0AWhat=0Acauses= the PV guest initially cannot start? Then what subsequently=0Acauses the P= V guest to suddenly be able to start and run??? =0A = =A0 =0A ***scrat= ches head*** =0A =A0 =0A = Anyway my CentOS 4.7=0Aguest domain=0Ais no= w running. I shall now proceed to virtualize OpenSolaris 2009.06. =0A = =A0 =0A = Thank you. =0A =A0 =0A = Also see screenshots of=0Amy CentOS= =0A4.7 PV guest here:=0A http://te= o-en-ming-aka-zhang-enming.blogspot.com/2009/07/creating-centos-47-32-bit.h= tml=0A =20 =0A=A0 =0A =0A = Mr. Teo En Ming (Zhang=0AEnming)=0ADip(Mechatronics E= ngineering) BEng(Hons)(Mechanical Engineering) =0A = Technical Support=0AEngineer =0A = Information Technology=0ADepartment=20 =0AAsiasoft Online Pte Ltd=20 =0ATampines Central 1 #04-01 Tampines Plaza=20 =0ASingapore 529541 =0A Republic o= f Singapore=20 =0AMobile Phone: +65-9648-9798=20 =0AMSN: teoenming@hotmail.com=0A = =20 =0A =20 =0A =0A = =20 =0A -----Original=0AMessage-----= =20 =0AFrom: "Teo En Ming" =0A = =20 =0ATo: "Teo En Ming" ,=0A"Pasi K=E4rkk=E4inen"= =0A =20 =0ACc: Sander Eikelenboom ,=0A = xen-devel@lists.xensource.com=0A = =20 =0ADate: Fri, 24 Jul 2009 22:54:26 +0800=20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0A =20 =0A =0A = Hi Pasi, =0A = =A0 =0A It's very strange.=0ASud= denly my=0ACentOS 4.7 32-bit PV guest is able to start!!! Previously it ref= uses to=0Astart at all. =0A =A0 = =0A I think I must have=0Achange= d=0Asomething in Dom 0 when I attempted "yast --install virt-manager". This= =0Aaction might have solved the problem. When I tried to install=0Avirt-man= ager, it also tries to install xen-libs-3.3.1 and=0Axen-tools-3.3.1 as depe= ndencies. However, I started off my Xen Dom 0=0Apvops kernel install with X= en 3.4.1 rc8 branch. =0A =A0 =0A= I need to investigate=0Amore wh= y=0Asuddenly my CentOS 4.7 32-bit PV guest is able to start.=20 =0A=A0 =0A =0A = Mr. Teo En Ming (Zhang=0AEnming)=0ADip(Mechatroni= cs Engineering) BEng(Hons)(Mechanical Engineering) =0A = Technical Support=0AEngineer =0A = Information Technology=0ADepartment=20 =0AAsiasoft Online Pte Ltd=20 =0ATampines Central 1 #04-01 Tampines Plaza=20 =0ASingapore 529541 =0A Republic= of Singapore=20 =0AMobile Phone: +65-9648-9798=20 =0AMSN: teoenming@hotmail.com=0A = =20 =0A =20 =0A =0A = =20 =0A -----Original=0AMessage-----= =20 =0AFrom: "Teo En Ming" =0A = =20 =0ATo: "Pasi K=E4rkk=E4inen" =0A = =20 =0ACc: Sander Eikelenboom ,=0A = xen-devel@lists.xensource.com=0A = =20 =0ADate: Fri, 24 Jul 2009 21:54:00 +0800=20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0A =20 =0A =0A = Hi Pasi, =0A = =A0 =0A I realized that= =0AFedora 10=0A32-bit anaconda installer does not install PAE kernel after = mounting=0Athe guest disk image file. I mounted the guest disk image file u= sing=0Alosetup and kpartx which adds device nodes to /dev/mapper. I examine= d=0Athe /boot directory after mounting the guest disk image file and found= =0Ano PAE vmlinuz and initrd. =0A = =A0 =0A Still using the=0A= mounted Fedora=0A10 32-bit guest disk image file, I changed root to the gue= st disk=0Afilesystems and attempted to install the PAE kernel. Then I modif= ied=0Amenu.lst to boot the PAE kernel. After modifying the grub configurati= on=0Aof the guest domain, I un-mounted the guest filesystem. =0A = =A0 =0A = I proceeded to boot=0Athe F10=0A32-bit guest, since I changed = to PAE kernel. It is able to boot now=0A(since the PAE kernel is xen-aware)= but then it complains cannot mount=0A/dev/root. Probably something to do w= ith the PAE initrd file. =0A = =20 =0A=A0 =0A =0A = Mr. Teo En Ming=0A(Zhang Enming)=0ADip(Mechat= ronics Engineering) BEng(Hons)(Mechanical Engineering) =0A = Technical Support=0AEngineer =0A = Information=0ATechnology=0ADepartment=20 =0AAsiasoft Online Pte Ltd=20 =0ATampines Central 1 #04-01 Tampines Plaza=20 =0ASingapore 529541 =0A Republ= ic of=0ASingapore=20 =0AMobile Phone: +65-9648-9798=20 =0AMSN: teoenming@hotmail.com=0A = =20 =0A =20 =0A =0A = =20 =0A -----Original=0AMessage---= --=20 =0AFrom: Pasi K=E4rkk=E4inen =0A = =20 =0ATo: Teo En Ming =0A = =20 =0ACc: Sander Eikelenboom ,=0A = xen-devel@lists.xensource.com=0A = =20 =0ADate: Fri, 24 Jul 2009 16:31:19 +0300=20 =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJerem= y's PVOPS Kernel=20 =0A =20 =0A On Fri, Jul 24,=0A2009 = at 08:37:09PM +0800, Teo En Ming wrote:=20 =0A> Hi=20 =0A>=20 =0A> I attempted to install Fedora 10 32-bit PV guest using=20 =0A> images/pxeboot/vmlinuz-PAE and images/pxeboot/initrd-PAE.img from=0Ath= e F10=20 =0A> media. The non-PAE kernel could not load the installer. I finished=0Am= y Fedora=20 =0A> 10 32-bit PV guest installation but it also cannot boot up after=20 =0A> installation, same as the CentOS 4.7 PV guest installation.=20 =0A>=20 =0A =20 =0AFedora 10 installer has a bug, as a default it installs non-PAE kernel= =0Afor=20 =0Axen domU. You need to use a kickstart script (like this) to fix it:=20 =0A http://pasik.reaktio.net= /fedora/f10-xen-domu-ks.cfg=0A = =20 =0A =20 =0AThe important lines being:=20 =0A =20 =0A-kernel=20 =0Akernel-PAE=20 =0A =20 =0A(Fedora 10 and Fedora 11 default kernels are compiled with pv_ops Xen=0A= domU=20 =0Asupport enabled, so there's no need for separate kernel-xen with these= =0Adistros).=20 =0A =20 =0AFedora 11 doesn't have that installer bug, so it installs right=20 =0Aout-of-the-box as Xen domU.=20 =0A =20 =0AWhat's the error you get when you start the guest after installation?=20 =0APlease paste the "xm log" as text.=20 =0A =20 =0AI don't have any problems with CentOS 5.3 dom0.=20 =0A =20 =0A-- Pasi=20 =0A =0A = =0A =0A= =0A = =0A =20 =0A-----Inline Attachment Follows-----=20 =0A =20 =0A ______________________________= _________________=0A =20 =0AXen-devel mailing list=20 =0A Xen-devel@lists.xensource.com= =20 =0A http://lists.xensource.com/xen= -devel=0A =20 =0A =0A = =0A =0A = =0A =0A = =0A =20 =0A =0A = =20 =0A-----Inline Attachment Follows-----=20 =0A =20 =0A ______________________________________= _________=0A =20 =0AXen-devel mailing list=20 =0A Xen-devel@lists.xensource.com=20 =0A http://lists.xensource.com/xen-devel= =0A =20 =0A =0A =0A= =0A =0A = =0A =0A = =20 =0A =0A =0A = =20 =0A-----Inline Attachment Follows-----=20 =0A =20 =0A _______________________________________________= =0A =20 =0AXen-devel mailing list=20 =0A Xen-devel@lists.xensource.com=0A = =20 =0A http://lists.xensource.com/xen-devel=0A = =20 =0A =0A =0A = =0A =0A =0A =0A = =20 =0A =0A =0A =20 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel =0A =0A =20 =0A =0A =20 =0A-----Inline Attachment Follows----- =0A =20 =0A =20 =0ANo virus found in this outgoing message. =0AChecked by AVG - www.avg.com =0AVersion: 8.5.392 / Virus Database: 270.13.29/2260 - Release Date:=0A07/2= 5/09 01:48:00 =0A =0A =20 =0A-----Inline Attachment Follows----- =0A =20 =0A _______________________________________________ =0AXen-devel mailing list =0A Xen-devel@lists.xensource.com =0A http://lists.xensource.com/xen-devel =0A =0A =0A =0A =0A =0A =0A =20 =0A =20 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel =0A=0A =0A =0A -----Inline Attachment Follows----- No virus found in this outgoing message. Checked by AVG - www.avg.com Version: 8.5.392 / Virus Database: 270.13.29/2260 - Release Date: 07/25/09 = 01:48:00 -----Inline Attachment Follows----- _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel =0A=0A=0A --0-453849829-1248542692=:77411 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
This means that OSOL installer (by default ) = will issue DHCPDISCOVER via your Xen bridge, looking for DHCP server on you= r LAN. Only on RHEL 5.3
(F10 with Xen 3.3.1 src.rpm been installed along= with generated packages) with libvirtd & dnsmasq up and running you ca= n specify
 vif=3D['bridge=3Dvirbr0' ] to detect DHCP Server at you= r Dom0.

View for instance :-
http://bderzhavets.wordpress.com/20= 09/05/07/backport-zfs-support-to-xen-331-f10-dom0-kernel-2630-rc3-tip/
<= br>I don't have any experience with OpenSuse 11.1 . I hardly remind they tr= ied to reproduce RH's technology. Most probably they did it in SLES 11 (not= sure). Check for libvirtd&dnsmasq daemons up and running.
But if yo= ur OpenSuse 11.1 Dom0 is on "dhcp" bridge itself , then no problems. Just v= if=3D['bridge=3Deth0'].

Boris.

--- On Sat, 7/25/09, Mr. Te= o En Ming (Zhang Enming) <enming.teo@asiasoftsea.net> wrote:

From: Mr. Teo En Ming (Zhang Enming) <enming.t= eo@asiasoftsea.net>
Subject: Re: [Xen-devel] Unable to Configure Xen = Dom 0 in Jeremy's PVOPS Kernel
To: bderzhavets@yahoo.com
Cc: "Sander = Eikelenboom" <linux@eikelenboom.it>, Pasi Kr@yahoo.com, xen-devel@lis= ts.xensource.com
Date: Saturday, July 25, 2009, 12:32 PM

=0A=0A=0A =0ADear Boris,
=0A
=0AThis means I have= to install a DHCP server or dnsmasq in my Dom 0,=0Alistening on my Dom 0's= IP address, so that it can assign dynamic IP=0Aaddresses to the DomU.
= =0A
=0ABy the way, are there any paravirtualized device drivers that I c= an=0Ainstall in DomU to improve the performance of the virtual machine?
= =0A
=0AThank you.
=0A
-- 
Mr. Teo En M= ing (Zhang Enming) Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engi= neering)
Technical Support Engineer
Information Technology Department=
Asiasoft Online Pte Ltd
Tampines Central 1 #04-01 Tampines Plaza
= Singapore 529541
Republic of Singapore
Mobile Phone: +65-9648-9798MSN: teoenming@hotmail.com
=0A
=0ABoris Derzhavet= s wrote:=0A
=0A =0A =0A =0A
>I noticed under the gues= t domain configuration there=0Ais a parameter=0Acalled >'extra' kernel p= arameter. Does the 'nowin' argument stand=0Afor no=0A>graphical windows?=
=0A
=0ALogin as jack/jack to text console.
=0A =0AWait until :-
=0A
=0A$ pfexec ifconfig -a
=0A <= br>=0Awill show up your IPv4 address
=0A
=0A$ mkdir .vnc
= =0A$ cp .Xclients .vnc/xstartup
=0A$ vncserver
=0A
=0AConn= ect via vncviewer IP-DomU:1 from another terminal session to OSOL=0ADomU. I= n case OSOL installer will fail to obtain IP via DHCPDISCOVER,
=0Alet me= know. It might happen and requires Solaris Kernel Model Debugger
=0Ato = disable checksum offloading at boot up. Seems to be hardware=0Adependent is= sue for OSOL 2009.06
=0A
=0A*********************************= *
=0ACopy ramdisk and kernel to Dom0
=0A*****************************= *****
=0A
=0A[root@ServerXen isos]# cat copy.sh
=0Am= ount -o loop,ro osol-0906-x86.iso /mnt
=0Acp /mnt/boot/amd64/x86.microro= ot /home/boris/solaris
=0Acp /mnt/platform/i86xpv/kernel/amd64/unix /hom= e/boris/solaris
=0A

=0A
=0A
=0A*= **********************
=0AInstallation profile:-
=0A*****************= ******
=0A
=0A[root@ServerXen solaris]# cat osol200906.= install
=0Aname =3D "sol0906"
=0Avcpus =3D 1
=0Amemory =3D "1024"<= br>=0Akernel =3D "/home/boris/solaris/unix"
=0Aramdisk =3D "/home/boris/= solaris/x86.microroot"
=0Aextra =3D "/platform/i86xpv/kernel/amd64/unix = - nowin -B=0Ainstall_media=3Dcdrom"
=0Adisk =3D ['phy:/dev/loop0,xvdc:cd= rom,r','phy:/dev/sdb5,xvda,w']
=0A# Would work as well
=0A#
=0Adisk =3D ['phy:/dev/loop0,6:cdrom,r','phy:/dev/sdb5,0,w']
= =0A vif =3D ['bridge=3Deth1']
=0Aon_shutdown =3D "destroy"<= br>=0Aon_reboot =3D "destroy"
=0Aon_crash =3D "destroy"

=0A =
=0ABoris
=0A
=0A--- On Sat, 7/25/09, Mr. Teo En M= ing (Zhang Enming) <enming.teo@asiasoftsea.net>= =0Awrote:
=0A

=0AFrom: M= r. Teo En Ming (Zhang Enming) <enming.teo@asiasoftsea= .net>
=0ASubject: Re: [Xen-devel] Unable to Configure Xen Dom 0 i= n Jeremy's=0APVOPS Kernel
=0ATo: enming.teo@asiaso= ftsea.net
=0ACc: "Sander Eikelenboom" <linux@eikelenboom.i= t>, "Boris=0ADerzhavets" <bderzhavets@yahoo.com>,= =0Axen-devel@lists.xensource.com, =3D?ISO-8= 859-1?Q?Pasi_K=3DE4r?=3D@yahoo.com
=0ADate: Saturday, July 25, 2009, 7:1= 4 AM
=0A
=0A
Dear All,<= br>=0A
=0AI am trying to install OpenSolaris 2009.06 32-bit pa= ravirtualized guest=0Aon OpenSUSE 11.1 32-bit paravirt-ops enabled Xen 3.4.= 1-rc8 Dom 0 Kernel=0A2.6.30-rc6.
=0A
=0AHowever, I am getti= ng an opensolaris console login prompt. There is no=0AGNOME DE for me to la= unch the GUI installer for OpenSolaris. I am using=0Athe OpenSolaris LiveCD= 32-bit.
=0A
=0AI noticed under the guest domain configura= tion there is a parameter=0Acalled 'extra' kernel parameter. Does the 'nowi= n' argument stand for no=0Agraphical windows?
=0A
=0A = http://4.bp.blogspot.com/_zzjv8MCM2sk/SmoT4kZta-I/AA= AAAAAAAE0/xxUGuNunPoY/s1600-h/01.jpeg
=0A
=0A = http://4.bp.blogspot.com/_zzjv8MCM2sk/SmoT5YG2sNI/AAAAA= AAAAFM/H0ntFt6LCx4/s1600-h/04.jpeg
=0A
=0A http://2.bp.blogspot.com/_zzjv8MCM2sk/SmoT5uzjF6I/AAAAAAAAA= FU/2Y3KNWPUwWk/s1600-h/05.jpeg
=0A
=0AThen I also get t= he "invalid disk device number (768)" error. Do I need=0Ato use xvda instea= d of hda?
=0A
=0AThank you very much.
=0A
= =0A
-- 
Mr. Teo En Ming (Zhang Enm= ing) Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)
Te= chnical Support Engineer
Information Technology Department
Asiasoft O= nline Pte Ltd
Tampines Central 1 #04-01 Tampines Plaza
Singapore 5295= 41
Republic of Singapore
Mobile Phone: +65-9648-9798
MSN: teoenming@hotmail.com =
=0A
=0A
=0ATeo En Ming wrote:=0A <= blockquote type=3D"cite">=0A As a matter of fact, our servers are either Dell=0APowerEdge=0A1950/2950= and IBM xSeries.
=0A
 
=0A I am just testing it out on our lab PC first.
=0A  =0A =
=0A
Mr. Teo En Ming (Zhang Enming) Dip(Mecha= tronics=0AEngineering)=0ABEng(Hons)(Mechanical Engineering)
=0A =
Technical Support Engineer
=0A
Information= Technology Department
=0AAsiasoft Online Pte Ltd
=0ATampines Centr= al 1 #04-01 Tampines Plaza
=0ASingapore 529541
=0A Republic of Singapore
=0AMobile Phone: +65-9648-9798
=0AMSN: teoenming@hotmail.com=0A
=0A
=0A =0A =
=0A
-----Original=0AMessage-----
=0AFrom: "Teo En Ming"
<enming.teo@asiasoftsea.net>= =0A
=0ATo: "Boris Derzhavets" <bderzhavets@yahoo.com>,=0A"Pasi K=E4rkk= =E4inen"=0A <pasik@iki.fi>=0A
=0ACc: Sander Eikelenboom <linux@eikelenboom.it&= gt;,=0A xen-devel@lists.xensource.com=0A
=0ADate: Sat, 25= Jul 2009 02:27:02 +0800
=0ASubject: Re: Re[8]: [Xen-devel] Unable to C= onfigure Xen Dom 0 in=0AJeremy's PVOPS Kernel
=0A
=0A = =0A
Dear Bo= ris,
=0A
 
=0A
My next= step will be a 64-bit Xen Dom 0 host.
=0A 
=0A =
=0A
Mr. Teo En Ming (Zhang Enming) Dip(Mechatroni= cs=0AEngineering)=0ABEng(Hons)(Mechanical Engineering)
=0A =
Technical Support Engineer
=0A
Information = Technology Department
=0AAsiasoft Online Pte Ltd
=0ATampines Centra= l 1 #04-01 Tampines Plaza
=0ASingapore 529541
=0A Republic of Singapore
=0AMobile Phone: +65-9648-9798
=0AMSN: teoenming@hotmail.com=0A
=0A
=0A =0A =
=0A
-----Original=0AMessage-----
=0AFrom: Boris Derzhavets <= a rel=3D"nofollow" class=3D"moz-txt-link-rfc2396E"><bderzhavets@yahoo.co= m>
=0A
=0ATo: Pasi K=E4rkk=E4inen <pasik@iki.fi>,=0A = enming.teo@asia= softsea.net=0A
=0ACc: Sander Eikelenboom <linux@eikelenboom.it>,= =0A x= en-devel@lists.xensource.com=0A
=0ADate: Fri, 24 Jul= 2009 10:57:49 -0700 (PDT)
=0ASubject: Re: Re[8]: [Xen-devel] Unable to= Configure Xen Dom 0 in=0AJeremy's PVOPS Kernel
=0A
= =0A = =0A =0A =0A = =0A =0A =0A
Teo, it is = up to you how to manage, if you just having=0Afun.
=0AOtherwise, downlo= ading 64-bit OpenSuse 11.1 ISO image
=0Atakes just 12-14 hr even at slo= w ADSL speed ( like 100 KB/sec).
=0AInstall takes 30 minutes and brings= you to the trusted results, instead=0A
=0Aof wast= ing a lot of time in case of business environment assignment.
=0APasi h= as 32-bit experience due to hardware limitations, which you don't=0A =
=0Ahave.
=0A
=0ABoris.
= =0A
=0A--- On Fri, 7/24/09, Teo En Ming =0A = &l= t;enming.teo@asiasoftsea.net>=0Awrote:
=0A =
=0A
=0AFrom: Te= o En Ming <enming.te= o@asiasoftsea.net>=0A
=0ASubject: Re: Re[= 8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJeremy's PVOPS Kernel =0ATo: "Boris Derzhavets" <bderzhavets@yahoo.com>,=0A"Pasi K=E4rkk=E4inen"=0A = <pasi= k@iki.fi>=0A
=0ACc: "Sander Eikelenboom" = <linux@eikelenboom.i= t>,=0A xen-devel@lists.xensource.com=0A =
=0ADate: Friday, July 24, 2009, 12:56 PM
=0A =
=0A
=0A
Dear Boris,
=0A =
 
=0A
My co= lleague installed OpenSUSE 11.1=0A32-bit on the=0ACore 2 Duo machine in our= labs. Please see my earlier replies in the=0Asame topic.
=0A =
 
=0A
I was too= lazy to reformat and install=0A64-bit=0AOpenSUSE, so I proceeded with Xen = Dom 0 pvops kernel compilation on=0A32-bit Linux host.
=0A =
 
=0A
I admit I am= getting a lot of headache.=0AHaha.
=0A 
=0A =
=0A
Mr. Teo En Ming (Zhang Enmin= g)=0ADip(Mechatronics=0AEngineering) BEng(Hons)(Mechanical Engineering) =0A
Technical Support Engineer
=0A =
Information Technology Department
=0AAsiasoft = Online Pte Ltd
=0ATampines Central 1 #04-01 Tampines Plaza
=0ASinga= pore 529541
=0A
Republic of Singapore =0AMobile Phone: +65-9648-9798
=0AMSN: teoenming@hotmail.com=0A =
=0A
=0A
=0A =
=0A
-----Original=0AMessage-----
=0AFr= om: Boris Derzhavets &l= t;bderzhavets@yahoo.com>=0A
=0ATo: enming.teo@asiasoftsea.n= et,=0APasi K=E4rkk=E4inen <pasik@iki.fi>=0A
=0ACc: Sand= er Eikelenboom <linu= x@eikelenboom.it>,=0A xen-devel@lists.xensource.com=0A =
=0ADate: Fri, 24 Jul 2009 09:57:18 -0700 (PDT) =0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJere= my's PVOPS Kernel
=0A
=0A = =0A = =0A =0A = =0A = =0A =0A =0A
=0A = =0A =0A
=0A-----Inl= ine Attachment Follows-----
=0A
=0A =
___________________________________= ____________=0A
=0AXen-devel mailing list
= =0A Xen-devel@lists.xensource.co= m=0A
=0A htt= p://lists.xensource.com/xen-devel=0A
=0A =
=0A =0A = =0A =0A =0A
Once again, i don't see any reason to to run 32-bit OS on=0ACore2D= uo,
=0Aunless you like Xen head ache. Core development (PVOPS) is obvio= usly
=0Arunning in 64-bit environment.
=0A =
=0ABoris.
=0A
=0A--- On <= b>Fri, 7/24/09, Boris Derzhavets =0A <bderzhavets@yahoo.com&g= t;=0Awrote:
=0A
=0A
=0AFrom: Boris Derzha= vets <bderzhavets@ya= hoo.com>=0A
=0ASubject: Re: Re[= 8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJeremy's PVOPS Kernel =0ATo: enming.teo@= asiasoftsea.net,=0A"Pasi K=E4rkk=E4inen" <pasik@iki.fi>=0A =
=0ACc: "Sander Eikelenboom" <linux@eikelenboom.it>,=0A = xen-deve= l@lists.xensource.com=0A
=0ADate: = Friday, July 24, 2009, 12:47 PM
=0A =0A
=0A = =0A =0A = =0A =0A = =0A =0A=
>After doing the=0Aabove, I re-installed back the Xen hyp= ervisor, libraries and tools, and=0Aalso >the kernel, initrd, and module= s. Then I proceeded to reboot my=0Amachine. After rebooting, > my CentOS= 4.7 32-bit PV guest is still=0Aable to start and run!
= =0A
=0AWhy it wouldn't ? If your= image stays  the same.
=0A =
=0A =0A
> I am still very= =0Apuzzled! What=0Acauses the PV guest initially cannot start? Then what &g= t;subsequently=0Acauses the PV guest to suddenly be able to start and run??= ?
=0A
 
=0A =

=0AThat is not supposed to= happen. I would suggest clean OS (without any=0Abuilt in xen presence) ins= tall , followed by  Xen 3.4.1+pvops kernel=0Aclean install.
=0A =
=0ABoris.
=0A =
=0A--- On Fri, 7/24/09, Teo En Ming =0A = <enming.teo@asiasoftsea.net>=0Awrote:
= =0A
=0A =
=0AFrom: Teo En Ming <enming.teo@asiasoftsea.net><= /a>=0A
=0ASubject: Re: Re[8]: = [Xen-devel] Unable to Configure Xen Dom 0 in=0AJeremy's PVOPS Kernel
= =0ATo: "Teo En Ming"
&l= t;enming.teo@asiasoftsea.net>,=0A"Pasi K=E4rkk=E4inen"=0A = <pasik@iki.fi>
=0ACc: "Sander Eikelenboom" <linux@eikelenboom.it>,= =0A xen-devel@lists.xensource.com=0A =
=0ADate: Friday, July 24, 2009, 12:19 PM =0A
=0A =
=0A
Dear All,
=0A =
 
=0A =
I am very puzzled. In=0Ainvestigating the = cause of the sudden success of the CentOS 4.7 32-bit=0APV guest being able = to run, I have uninstalled virt-manager and all of=0Aits dependencies: =0A
 
=0A =
docbook
=0A =
python-gtk-vnc
=0A =
xen-libs 3.3.1
=0A =
scrollkeeper
=0A =
xen-tools 3.3.1
=0A =
libvirt 0.4.6
=0A =
libvirt-python
=0A vm-install 0.3.24
=0A  
=0A
Then I pro= ceeded to=0A"make=0Auninstall" in xen-3.4-testing source tree, which also r= emoved my self=0Acompiled Xen Dom 0 pvops enabled kernel, initrd and kernel= modules.
=0A
  =0A
After doing the above= , I=0Are-installed back the Xen hypervisor, libraries and tools, and also t= he=0Akernel, initrd, and modules. Then I proceeded to reboot my machine.=0A= After rebooting, my CentOS 4.7 32-bit PV guest is still able to start=0Aand= run!
=0A
 
= =0A
I am still very puzzled!= =0AWhat=0Acauses the PV guest initially cannot start? Then what subsequentl= y=0Acauses the PV guest to suddenly be able to start and run???
=0A =
 
=0A =
***scratches head***
=0A =
 
=0A =
Anyway my CentOS 4.7=0Aguest domain=0Ais now running= . I shall now proceed to virtualize OpenSolaris 2009.06.
=0A =
 
=0A =
Thank you.
=0A =
 
=0A =
Also see screenshots of=0Amy CentOS=0A4.7 PV guest here:=0A = http://teo-en-ming-aka-zha= ng-enming.blogspot.com/2009/07/creating-centos-47-32-bit.html=0A =
=0A 
=0A =
=0A =
Mr. Teo En Ming (Zhang=0AEnming)=0ADip(Mechatronics Engineering) BEn= g(Hons)(Mechanical Engineering)
=0A =
Technical Support=0AEngineer
=0A =
Information Technology=0ADepartment
=0AAsiasoft = Online Pte Ltd
=0ATampines Central 1 #04-01 Tampines Plaza
=0ASinga= pore 529541
=0A
Republi= c of Singapore
=0AMobile Phone: +65-9648-9798
=0AMSN: teoenming@hotmail.com=0A =
=0A =
=0A
=0A =
=0A =
-----= Original=0AMessage-----
=0AFrom: "Teo En Ming" <enming.teo@asiasoftsea.net>=0A =
=0ATo: "Teo En Ming" <enming.teo@asiasoftsea.net><= /a>,=0A"Pasi K=E4rkk=E4inen"=0A = <pasik@iki.fi>
=0ACc: Sander Eikelenboom
<linux@eikelenboom.it>,=0A = xen-de= vel@lists.xensource.com=0A <= br>=0ADate: Fri, 24 Jul 2009 22:54:26 +0800
=0ASubject: Re: Re[8]: [Xen= -devel] Unable to Configure Xen Dom 0 in=0AJeremy's PVOPS Kernel
=0A =
=0A = =0A =
Hi Pasi,
=0A =
 
=0A =
It's very strange.=0ASuddenly my=0ACentOS 4.7 32-bit PV guest is a= ble to start!!! Previously it refuses to=0Astart at all.
=0A =
 
=0A =
I think I must have=0Achanged=0Asomething in = Dom 0 when I attempted "yast --install virt-manager". This=0Aaction might h= ave solved the problem. When I tried to install=0Avirt-manager, it also tri= es to install xen-libs-3.3.1 and=0Axen-tools-3.3.1 as dependencies. However= , I started off my Xen Dom 0=0Apvops kernel install with Xen 3.4.1 rc8 bran= ch.
=0A
 
= =0A
I need to investigate= =0Amore why=0Asuddenly my CentOS 4.7 32-bit PV guest is able to start.
= =0A 
=0A
=0A =
Mr. Teo En Ming (Zhang=0AEnm= ing)=0ADip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering) =0A
Technical Support=0A= Engineer
=0A
Informat= ion Technology=0ADepartment
=0AAsiasoft Online Pte Ltd
=0ATampines = Central 1 #04-01 Tampines Plaza
=0ASingapore 529541
=0A =
Republic of Singapore
=0AMobile = Phone: +65-9648-9798
=0AMSN: teoenming@hotmail.com=0A =
=0A
=0A =
=0A =
=0A -----Original=0AMessage-= ----
=0AFrom: "Teo En Ming" <enming.teo@asiasoftsea.net>=0A =
=0ATo: "Pasi K=E4rkk=E4inen" <pasik@iki.fi>=0A =
=0ACc: Sander Eikelenboom <linux@eikelenboom.it>,=0A = xen-devel@lists.xensource.com=0A =
=0ADate: Fri, 24 Jul 2009 21:54:00 +0800 =
=0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xen Dom 0 in=0AJ= eremy's PVOPS Kernel
=0A <= br>=0A =0A
Hi Pasi, =0A
 
=0A =
I realized that=0AFedora = 10=0A32-bit anaconda installer does not install PAE kernel after mounting= =0Athe guest disk image file. I mounted the guest disk image file using=0Al= osetup and kpartx which adds device nodes to /dev/mapper. I examined=0Athe = /boot directory after mounting the guest disk image file and found=0Ano PAE= vmlinuz and initrd.
=0A =
 
=0A
St= ill using the=0Amounted Fedora=0A10 32-bit guest disk image file, I changed= root to the guest disk=0Afilesystems and attempted to install the PAE kern= el. Then I modified=0Amenu.lst to boot the PAE kernel. After modifying the = grub configuration=0Aof the guest domain, I un-mounted the guest filesystem= .
=0A
 
= =0A
I proceeded to boot= =0Athe F10=0A32-bit guest, since I changed to PAE kernel. It is able to boo= t now=0A(since the PAE kernel is xen-aware) but then it complains cannot mo= unt=0A/dev/root. Probably something to do with the PAE initrd file.
= =0A

=0A 
= =0A
=0A =
Mr. Teo En Ming=0A(Zhang Enming)=0ADip(M= echatronics Engineering) BEng(Hons)(Mechanical Engineering)
=0A =
Technical Support=0AEngineer <= /div>=0A
Information=0ATe= chnology=0ADepartment
=0AAsiasoft Online Pte Ltd
=0ATampines Centra= l 1 #04-01 Tampines Plaza
=0ASingapore 529541
=0A =
Republic of=0ASingapore
=0AMobile Ph= one: +65-9648-9798
=0AMSN: teoenming@hotmail.com=0A =
=0A
=0A =
=0A =
=0A <= blockquote style=3D"border-left: 2px solid rgb(0, 0, 0); padding-right: 0px= ; padding-left: 5px; margin-left: 5px; margin-right: 0px;">-----Original=0A= Message-----
=0AFrom: Pasi K=E4rkk=E4inen <pasik@iki.fi>=0A =
=0ATo: Teo En Ming <enming.teo@asiasoftsea.net>=0A =
=0ACc: Sander Eikelenboom <linux@eikelenboom.it><= /a>,=0A xen-devel@lists.xensource.com=0A =
=0ADate: Fri, 24 Jul 2009 1= 6:31:19 +0300
=0ASubject: Re: Re[8]: [Xen-devel] Unable to Configure Xe= n Dom 0 in=0AJeremy's PVOPS Kernel
=0A =
=0A
On Fri, Jul 24,=0A20= 09 at 08:37:09PM +0800, Teo En Ming wrote:
=0A> Hi
=0A>
= =0A> I attempted to install Fedora 10 32-bit PV guest using
=0A> = images/pxeboot/vmlinuz-PAE and images/pxeboot/initrd-PAE.img from=0Athe F10=
=0A> media. The non-PAE kernel could not load the installer. I fini= shed=0Amy Fedora
=0A> 10 32-bit PV guest installation but it also ca= nnot boot up after
=0A> installation, same as the CentOS 4.7 PV gues= t installation.
=0A>
=0A =
=0AFedora 10 installer has a bug, as a default it installs non-= PAE kernel=0Afor
=0Axen domU. You need to use a kickstart script (like = this) to fix it:
=0A http://pasik.reaktio.net/fedora/f10-xen-domu-ks.cfg=0A
=0A =
=0AThe important lines being:
=0A =
=0A-kernel
=0Akernel-= PAE
=0A
=0A(Fedora 1= 0 and Fedora 11 default kernels are compiled with pv_ops Xen=0AdomU
=0A= support enabled, so there's no need for separate kernel-xen with these=0Adi= stros).
=0A
=0AFedor= a 11 doesn't have that installer bug, so it installs right
=0Aout-of-th= e-box as Xen domU.
=0A <= br>=0AWhat's the error you get when you start the guest after installation?=
=0APlease paste the "xm log" as text.
=0A =
=0AI don't have any problems with CentOS 5.3 dom= 0.
=0A
=0A-- Pasi =0A
=0A =
=0A =
=0A = =0A =0A =
=0A-----Inline Attachment Follows---= --
=0A
=0A =
=0A =0A
=0A =
=0A
=0A =
=0A-----Inline Attachment Follows-----
=0A =
=0A
_______________________________________________=0A =
=0AXen-devel mailing list
=0A = Xen-devel@lists.xensource.com <= br>=0A http://lists.xensource.com= /xen-devel=0A
=0A =
=0A
=0A =
=0A
=0A =0A
=0A


_______________________________________________
Xen-devel m= ailing list
Xen-d= evel@lists.xensource.com
ht= tp://lists.xensource.com/xen-devel
=0A =0A
=0A
=0A
=0A-----Inline Attach= ment Follows-----
=0A
=0A

=0ANo virus found in this outgoing message.
=0AChecked by AVG - www.avg.com
=0AVersion: 8.5.392 / Virus Data= base: 270.13.29/2260 - Release Date:=0A07/25/09 01:48:00
=0A =0A
=0A-----Inline Attachment Follows-----
=0A =
=0A
________________________________= _______________
=0AXen-devel mailing list
=0A Xen-devel@lists.xensource.com
=0A http://lis= ts.xensource.com/xen-devel
=0A
=0A =0A
=0A
=0A <= pre>

______________________________________= _________
Xen-devel mailing list
Xen-dev= el@lists.xensource.com
http= ://lists.xensource.com/xen-devel
=0A
=0A
=0A = =0A
-----Inline Attachment Follows-----


No virus found in this outgoing message.
Checked by AVG - www.= avg.com
Version: 8.5.392 / Virus Database: 270.13.29/2260 - Release Date= : 07/25/09 01:48:00

-----Inline Attachment Follows-----
_______________________________________________Xen-devel mailing list
Xen-devel@list= s.xensource.com
http://lists.xensource.com/xen-devel

=0A=0A --0-453849829-1248542692=:77411-- --===============0527597378== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============0527597378==--