From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: PV Grub Questions Date: Thu, 28 Aug 2008 18:29:53 +0100 Message-ID: <20080828172953.GD4523@implementation.uk.xensource.com> References: <1e16a9ed0808261257p763cb14uc6a3b28513cf94d2@mail.gmail.com> <20080828150203.GB11437@implementation.uk.xensource.com> <20080828155039.GZ4523@implementation.uk.xensource.com> <20fe3cf60808280951t5d6498e4x8bd78e8a7f272443@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20fe3cf60808280951t5d6498e4x8bd78e8a7f272443@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Marco Sinhoreli Cc: Todd Deshane , xen-devel mailing list List-Id: xen-devel@lists.xenproject.org Marco Sinhoreli, le Thu 28 Aug 2008 13:51:11 -0300, a =E9crit : > Using pv-grub is possible install a system from cdrom using a kernel > with pv_ops? You should be able to feed pv-grub with a menu.lst that fetches the kernel and initrd from the cdrom, yes; i.e. put in the config file kernel=3D/usr/lib/xen/boot/pv-grub-x86_64.gz ramdisk=3D/tmp/menu.lst disk=3D... vif=3D... where /tmp/menu.lst contains for instance root=3D(hd1) kernel /vmlinuz initrd /initrd.img boot Samuel