On Wed, Apr 29, 2015 at 5:38 AM, J. Roeleveld <jo...@antarean.org> wrote:

> On 29 April 2015 00:34:10 CEST, symack <sym...@gmail.com> wrote:
> >Hello Joost,
> >
> >We are running Grub2. Bellow is my grub.cfg for Xen
> >
> >menuentry 'Gentoo GNU/Linux, with Xen hypervisor' --class gentoo
> >--class
> >gnu-linux --class gnu --class os --class xen $menuentry_id_option
> >'xen-gnulinux-simple-43fa46d6-a602-4281-9493-66faec5c096f' {
> >        insmod part_msdos
> >        insmod ext2
> >        set root='hd0,msdos1'
> >        if [ x$feature_platform_search_hint = xy ]; then
> >         search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1
> >--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1
> > 66cdce01-cc3f-45ad-bea3-a64dff6db724
> >        else
> >          search --no-floppy --fs-uuid --set=root
> >66cdce01-cc3f-45ad-bea3-a64dff6db724
> >        fi
> >        echo    'Loading Xen xen ...'
> >        if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
> >            xen_rm_opts=
> >        else
> >            xen_rm_opts="no-real-mode edd=off"
> >        fi
> >        multiboot       /xen.gz placeholder   ${xen_rm_opts}
> >        echo    'Loading Linux 3.17.7-gentoo ...'
> >        module  /vmlinuz-3.17.7-gentoo placeholder root=/dev/sda3 ro
> > rootwait
> >​
> >
> >This is starting to hurt....
> >
> >N.
>
> Symack,
>
> I never got grub2 to play nice with Xen.
> My Xen servers all use grub1.
>
> --
> Joost
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>
>
I run like 20 xen machines on grub2 without problems.

Reply via email to