On 10/30/2015 01:38 PM, Charles Arnold wrote:
Here is a generic (but working) example of a config file.
What I am not using in this example is the 'root' option.

name="os13.2pv"
description="None"
uuid="09e84b64-5b3d-bb48-7fe3-488e7058878d"
memory=1024
maxmem=1024
vcpus=2
on_poweroff="destroy"
on_reboot="restart"
on_crash="destroy"
localtime=0
keymap="en-us"
builder="linux"
kernel="/usr/lib/grub2/x86_64-xen/grub.xen"
disk=[ '/dev/dm-0,raw,xvda,w,backendtype=phy', ]
vif=[ 'mac=00:16:3e:0d:cb:82,bridge=br0', ]
vfb=['type=vnc,vncunused=1']


I note your use of format

        disk=[ '/dev/dm-0,raw,xvda,w,backendtype=phy', ]

Noting that my usage boots just fine using pygrub,

        disk          = [ 'phy:/dev/VG0/testBOOT,xvda,w',
                          'phy:/dev/VG0/testROOT,xvdc,w',
                        ]

is a change to 'your' format *required* here?

Also, instead of a root-vol spec'n,

        root          = '(xen/xvda,msdos1)'

you appear to use a UUID spec,

        uuid="09e84b64-5b3d-bb48-7fe3-488e7058878d"

Again, is this change *required*? If yes, since I'm mounting a partitioned LV, namely "/dev/VG0/testBOOT, partition 1", wha's the UUID that is to be used? @ grub prompt is clearly seeing the partition ...

If "yes" to either, then this is a change in behavior in the Xen cfg's requirements; where's correct usage with Opensuse's pvgrub documented?

If "no" to both, then I don't yet see the problem.
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to