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] Re: PXE-booting Xen

To: Daniel Netzer <daniel.netzer@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Re: PXE-booting Xen
From: Gerd Knorr <kraxel@xxxxxxx>
Date: 02 Sep 2005 11:26:48 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 02 Sep 2005 09:28:02 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <loom.20050813T125514-885@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>
Organization: SUSE Labs, Berlin
References: <42FAA40C.9060004@xxxxxxxxxxx> <87y878khxe.fsf@xxxxxxxxxxx> <loom.20050813T125514-885@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
Daniel Netzer <daniel.netzer@xxxxxxxxxxxxxx> writes:

> Hi. Does this PXE booting work together with YAST autoinstall feature? We
> currently install some machines via "autoyast" and like to use the environment
> for booting and installing XEN domUs too. 

Hmm, domU or dom0?  You can't pxe-boot domU ...

Well, you can hack up some script (running on dom0) which fetches
images from the boot server using some tftp client, then boots them.

Not sure whenever installing domU's with yast actually works, but you
can try the following: build a xen kernel with everything you need
statically compiled in (some filesystems: cramfs, ext2, nfs when using
that as install source, whatever fs you want to use for install, maybe
lvm/raid, CONFIG_PACKET for the dhcp client, maybe more I don't
remember).  Use the initrd from the first CD / DVD:
boot/loader/initrd, check boot/loader/isolinux.cfg for kernel
parameters.

  Gerd

-- 
panic("it works"); /* avoid being flooded with debug messages */

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Re: PXE-booting Xen, Gerd Knorr <=