From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: [PATCH] Guest boot loader support Date: Tue, 26 Apr 2005 13:39:27 -0700 Message-ID: <426EA6FF.7020809@diku.dk> References: <1114469427.4336.42.camel@bree.local.net> <426EA054.3070205@diku.dk> <1114546895.6224.6.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1114546895.6224.6.camel@localhost> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anthony Liguori Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Anthony Liguori wrote: > On Tue, 2005-04-26 at 15:11, Jacob Gorm Hansen wrote: > >>Jeremy Katz wrote: >> >>>Attached is an updated version of the patch to add boot loader support >>>for guest domains. >> >>In relation to this, did anyone consider porting Grub to run inside a domU? > > > While it seems appealing, a large amount of the grub code is device > drivers, real mode boot strapping code, etc. The interesting things you would get from Grub would be the filesystem-decoding stuff, the elf decoder, the two-stage loader, and the nice and well-tested config-file parsing, in a format that lots of users already understand. Tftp and bootp/dhcp support could also be nice in some scenarios. And by having the bootloader in the domU you would get stronger security as well. Jacob