Gentoo Archives: gentoo-user

From: symack <symack@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] xen on new install reboots by itself
Date: Tue, 28 Apr 2015 22:34:21
Message-Id: CAGWRaZYi2bE5HTCiZjcqj6q2_++i5BczECEn4aUaKt=MhpQi_w@mail.gmail.com
In Reply to: Re: [gentoo-user] xen on new install reboots by itself by "J. Roeleveld"
1 Hello Joost,
2
3 We are running Grub2. Bellow is my grub.cfg for Xen
4
5 menuentry 'Gentoo GNU/Linux, with Xen hypervisor' --class gentoo --class
6 gnu-linux --class gnu --class os --class xen $menuentry_id_option
7 'xen-gnulinux-simple-43fa46d6-a602-4281-9493-66faec5c096f' {
8 insmod part_msdos
9 insmod ext2
10 set root='hd0,msdos1'
11 if [ x$feature_platform_search_hint = xy ]; then
12 search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1
13 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1
14 66cdce01-cc3f-45ad-bea3-a64dff6db724
15 else
16 search --no-floppy --fs-uuid --set=root
17 66cdce01-cc3f-45ad-bea3-a64dff6db724
18 fi
19 echo 'Loading Xen xen ...'
20 if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
21 xen_rm_opts=
22 else
23 xen_rm_opts="no-real-mode edd=off"
24 fi
25 multiboot /xen.gz placeholder ${xen_rm_opts}
26 echo 'Loading Linux 3.17.7-gentoo ...'
27 module /vmlinuz-3.17.7-gentoo placeholder root=/dev/sda3 ro
28 rootwait
29
30
31 This is starting to hurt....
32
33 N.

Replies

Subject Author
Re: [gentoo-user] xen on new install reboots by itself "J. Roeleveld" <joost@××××××××.org>