WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] [SOLVED] how to pxeboot dom0?

To: xen <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] [SOLVED] how to pxeboot dom0?
From: Mike Wright <mike.wright@xxxxxxxxxxxxxx>
Date: Thu, 23 Aug 2007 15:12:23 -0700
Delivery-date: Thu, 23 Aug 2007 15:12:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <46CDEA6B.4080404@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <46CDEA6B.4080404@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513)
I can't figure out how to get xen/domain0 to pxeboot.

Would somebody be so kind as to post their pxeboot stanza for xen/dom0?


The key is to invoke grub's multiboot loader and then pass it xen, a kernel, and an initrd. Here's what worked for me.

/tftpboot/pxeboot.cfg/default

LABEL xen
  MENU LABEL fc6-xen 2.6.20-1.2948xen
  KERNEL mboot.c32
APPEND /images/xen.gz-2.6.20-1.2948.fc6 dom0_mem=262144 --- /images/vmlinuz-2.6.20-1.2948.fc6xen ro root=/dev/vg0/root rhgb quiet --- /images/initrd-2.6.20-1.2948.fc6xen.img

NB that the 3 hyphens are required between the APPEND sections and they are all on one line.


As a side note:

There is an easy to follow set of instructions for setting up a pxeboot environment at

  http://wiki.centos.org/HowTos/PXE/PXE_Setup

:m)

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>