>>> On 10/30/2015 at 12:54 PM, PGNet Dev <[email protected]> wrote: > I'd recently attempted to boot an Opensuse DomU, on Opensuse Dom0, > switching to pvgrub2 rather than pygrub as the bootloader mechanism.
You may want to use what the installer tools use (virt-install and vm-install) and that is grub.xen to boot your domU from the grub2-x86_64-xen RPM. Be sure to pull the latest channel updates. pygrub cannot read a btrfs file system to get boot information for starting the VM. The syntax for a configuration file is, kernel="/usr/lib/grub2/x86_64-xen/grub.xen" - Charles > > Failed at it, and asked at the Xen ML > > "pvgrub2 launch of Xen 4.5.1 DomU just drops to grub2 prompt ?" > http://xen.markmail.org/thread/dmugrhbg6rv4vzn7 > > Before proceeding to hunt-n-peck my way through figuring this out, > > Is DomU on current Opensuse+Xen, in my case, > > rpm -qa | egrep "kernel-xen-4|^xen-4|grub2-x" | sort > grub2-x86_64-efi-2.02~beta2-20.10.1.x86_64 > grub2-x86_64-xen-2.02~beta2-20.10.1.x86_64 > kernel-xen-4.2.5-2.1.g0491388.x86_64 > xen-4.5.1_13-391.1.x86_64 > > pvgrub2-bootable? > > If YES, is there any clear *documentation*, ideally with an example? > -- > To unsubscribe, e-mail: [email protected] > To contact the owner, e-mail: [email protected] -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
