From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Build vmlinuz-2.6.29-rc5-tip Date: Fri, 20 Feb 2009 06:58:55 -0800 Message-ID: <499EC52F.3080901@goop.org> References: <310295.43521.qm@web56107.mail.re3.yahoo.com> <927395.41213.qm@web56108.mail.re3.yahoo.com> <499D971C.7020304@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andrew Lyon Cc: bderzhavets@yahoo.com, "xen-devel@lists.xensource.com" , "Marc - A. Dahlhaus [ Administration | Westermann GmbH ]" List-Id: xen-devel@lists.xenproject.org Andrew Lyon wrote: > Awesome, the kernel booted and ahci is working normally, and piix > isnt actually used on this system as all the devices are sata. > Good to hear. > xend failed to start saying it was not a privileged domain, first > thing I am going to try there is upgrading to Xen 3.3.1 final as I am > still running rc4 on my test box, but what is the minimum Xen version > to use pv_ops dom0? > Did you forget to mount /proc/xen? > root (hd0,0) > Filesystem type is ext2fs, partition type 0x83 > kernel /xen.gz com1=115200,8n1 console=com1,vga mem=3G dom0_mem=512M > [Multiboot-elf, <0x100000:0xfc6a8:0x98958>, shtab=0x295078, entry=0x100000] > module /vmlinux.bin.gz-2.6.29-rc5-tip root=/dev/sda2 console=hvc0 earlyprink=xe > n pci=nomsi panic=5 > With current versions of Xen you can just use your bzImage for the kernel - no need for vmlinuz-XXX.gz as well. J