Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xen on new install reboots by itself
Date: Wed, 29 Apr 2015 03:38:47
Message-Id: 836607AB-EE74-4FE1-AB2D-15CDF1EE166F@antarean.org
In Reply to: Re: [gentoo-user] xen on new install reboots by itself by symack
1 On 29 April 2015 00:34:10 CEST, symack <symack@×××××.com> wrote:
2 >Hello Joost,
3 >
4 >We are running Grub2. Bellow is my grub.cfg for Xen
5 >
6 >menuentry 'Gentoo GNU/Linux, with Xen hypervisor' --class gentoo
7 >--class
8 >gnu-linux --class gnu --class os --class xen $menuentry_id_option
9 >'xen-gnulinux-simple-43fa46d6-a602-4281-9493-66faec5c096f' {
10 > insmod part_msdos
11 > insmod ext2
12 > set root='hd0,msdos1'
13 > if [ x$feature_platform_search_hint = xy ]; then
14 > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1
15 >--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1
16 > 66cdce01-cc3f-45ad-bea3-a64dff6db724
17 > else
18 > search --no-floppy --fs-uuid --set=root
19 >66cdce01-cc3f-45ad-bea3-a64dff6db724
20 > fi
21 > echo 'Loading Xen xen ...'
22 > if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
23 > xen_rm_opts=
24 > else
25 > xen_rm_opts="no-real-mode edd=off"
26 > fi
27 > multiboot /xen.gz placeholder ${xen_rm_opts}
28 > echo 'Loading Linux 3.17.7-gentoo ...'
29 > module /vmlinuz-3.17.7-gentoo placeholder root=/dev/sda3 ro
30 > rootwait
31 >​
32 >
33 >This is starting to hurt....
34 >
35 >N.
36
37 Symack,
38
39 I never got grub2 to play nice with Xen.
40 My Xen servers all use grub1.
41
42 --
43 Joost
44 --
45 Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] xen on new install reboots by itself hydra <hydrapolic@×××××.com>