From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: [PATCH] Guest boot loader support [2/2] Date: Wed, 13 Apr 2005 23:03:05 -0700 Message-ID: <3d8eece205041323037fc1f4ca@mail.gmail.com> References: <1113448377.5078.51.camel@bree.local.net> Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1113448377.5078.51.camel@bree.local.net> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Katz Cc: Ian Pratt , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 4/13/05, Jeremy Katz wrote: > This adds pygrub, an implementation of a bootloader for domU. It reads > from the guest filesystem (using libext2fs) and provides a grub-like > interface for selecting the kernel/initrd/kernel args for booting your > domU. >=20 > TODO list off the top of my head: > * Support filesystems other than ext[23] Maybe you could use the filesystem reading code from grub? It seems to support most filesystems, only question is whether it can be reused outside of grub in a userspace application... christian