From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: PV Grub Questions Date: Wed, 27 Aug 2008 09:59:15 +0200 Message-ID: <48B50953.8070106@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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: Keir Fraser Cc: deshantm@gmail.com, xen-devel mailing list List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > On 26/8/08 20:57, "Todd Deshane" wrote: > >> root (hd0,1) >> setup (hd0) >> boot (or quit) >> >> In this case however setup and quit are unknown commands. >> Is that expected? > > Aren't setup and quit only available when running grub as a utility rather > than in bootloader mode? quit is utility only. install/setup works in grub too, and in fact it was the only way to install grub to disk in the very early grub days: First "cat stage1 stage2 > /dev/fd0", then boot from the floppy, then install grub on the hard disk. For pvgrub install/setup that doesn't make sense at all because it isn't BIOS-loaded from the guest hard disk in the first place. You have to pass in the path to the config file via extra="(hd0,0)/boot/grub/menu.lst" to make it display a menu though. cheers, Gerd