All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>,
	xen-devel@lists.xensource.com
Subject: Re: [PATCH, PV-GRUB DOC] Add details to PV-GRUB documentation
Date: Wed, 03 Mar 2010 14:48:47 -0800	[thread overview]
Message-ID: <4B8EE74F.1000703@goop.org> (raw)
In-Reply-To: <20100303194507.GA5920@const.famille.thibault.fr>

On 03/03/2010 11:45 AM, Samuel Thibault wrote:
> Add a couple of documentation details about PV-GRUB support
>
> - the menu.lst content can be passed as a ramdisk.
> - virtual partitions are not supported.
>    

BTW, I had a problem with pvgrub with an ext4 /boot, where it hung 
indefinitely after starting.  It seemed to be spinning in a readdir loop 
on a zero-length directory entry.  The directory in question was a 
single extent.

Does pvgrub support ext4 /boot?

Thanks,
     J

> Signed-off-by: Samuel Thibault<samuel.thibault@ens-lyon.org>
>
> diff -r b8d2a4134a68 stubdom/README
> --- a/stubdom/README	Wed Mar 03 17:41:58 2010 +0000
> +++ b/stubdom/README	Wed Mar 03 20:42:53 2010 +0100
> @@ -52,11 +52,17 @@
>
>   extra = "(hd0,0)/boot/grub/menu.lst"
>
> -you can also use a tftp path (dhcp will be automatically performed):
> +or you can provide the content of a menu.lst stored in dom0 by passing it as a
> +ramdisk:
> +
> +ramdisk = "/boot/domU-1-menu.lst"
> +
> +or you can also use a tftp path (dhcp will be automatically performed):
>
>   extra = "(nd)/somepath/menu.lst"
>
> -or you can set it in option 150 of your dhcp server and leave extra empty
> +or you can set it in option 150 of your dhcp server and leave extra and ramdisk
> +empty (dhcp will be automatically performed)
>
>   Limitations
>   ===========
> @@ -69,6 +75,13 @@
>   - bootsplash is supported, but the ioemu backend does not yet support restart
>   for use by the booted kernel.
>
> +- PV-GRUB doesn't support virtualized partitions. For instance:
> +
> +disk = [ 'phy:hda7,hda7,w' ]
> +
> +will be seen by PV-GRUB as (hd0), not (hd0,6), since GRUB will not see any
> +partition table.
> +
>
>                                   Your own stubdom
>                                   ================
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>    

  reply	other threads:[~2010-03-03 22:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03 19:45 [PATCH, PV-GRUB DOC] Add details to PV-GRUB documentation Samuel Thibault
2010-03-03 22:48 ` Jeremy Fitzhardinge [this message]
2010-03-03 22:59   ` Samuel Thibault
2010-03-03 23:04     ` Jeremy Fitzhardinge
2010-03-03 23:16       ` Samuel Thibault
2010-03-07 22:45 ` [PATCH, PV-GRUB] Fix gzip support and iso support on x86_64 Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B8EE74F.1000703@goop.org \
    --to=jeremy@goop.org \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.