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 11:14:59 -0700 Message-ID: <425EB323.6000705@diku.dk> References: <002701c54118$e4ef3670$b13a6a83@falcon> <425EAD0D.8030103@diku.dk> 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: Kip Macy Cc: James Bulpin , xen-devel List-Id: xen-devel@lists.xenproject.org Kip Macy wrote: >>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. > > > Thanks. Do you know offhand if that supports the tg3 chip? No, sorry I don't. If you can't get the tg3 working another option is to drop in an eepro100 or old 3com just for use with Grub. >>I would recommend NFS for debug-rootfs, as with iSCSI you still have a >>chance of corrupting the fs image. > > Do you export a separate mount point to each client, or do you have > something like cluster NFS? > What I usually do for debugging is share the same mount point, and then mount /tmp and other similar stuff from a ramdisk formatted at boot, or from tmpfs. Jacob