From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: Diskless boot at cambridge Date: Thu, 14 Apr 2005 10:49:01 -0700 Message-ID: <425EAD0D.8030103@diku.dk> References: <002701c54118$e4ef3670$b13a6a83@falcon> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <002701c54118$e4ef3670$b13a6a83@falcon> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: James Bulpin Cc: 'Kip Macy' , 'xen-devel' List-Id: xen-devel@lists.xenproject.org James Bulpin wrote: > Kip, > > We use either grub with tftp (limited driver support here), or XenoBoot > (now an optional function of the new Xen demo CD). We have a fairly > elaborate system involving our lab-wide NFS tree and scripts and > symlinks for getting the right images for each machine. Root filesystems > for diskless systems are either iSCSI, as previously discussed or NFS. I am using Grub 0.95 with an UNDI patch I found somewhere, that means I can PXE-boot from some (at least e1000) network adapters not directly supported by Grub. I would recommend NFS for debug-rootfs, as with iSCSI you still have a chance of corrupting the fs image. Jacob