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: Thu, 02 Apr 2015 06:21:19
Message-Id: 3174540.kFGBdlGKPQ@andromeda
In Reply to: [gentoo-user] xen on new install reboots by itself by symack
1 On Monday, March 30, 2015 07:07:39 PM symack wrote:
2 > Hello Everyone,
3 >
4 > New install, on a old server with raid 10 scsi... The normal installation
5 > works fine,
6 > the only thing is when we try to boot with xen, it gets to the prompt and
7 > then reboots
8 > by itself. The following message is what differs between normal gentoo and
9 > xen kernel
10 >
11 > Mar 31 06:32:18 test kernel: [ 0.138644] ACPI Exception: AE_NOT_FOUND,
12 > While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
13 > Mar 31 06:32:18 test kernel: [ 0.138961] ACPI Exception: AE_NOT_FOUND,
14 > While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
15 > Mar 31 06:32:18 test kernel: [ 0.139267] ACPI Exception: AE_NOT_FOUND,
16 > While evaluating Sleep State [\_S3_] (20140724/hwxface-580)
17 >
18 >
19 > I'm never sure how to debug such errors. Some googling suggested adding
20 > ACPI flags (ie, force, on, off), when I do that, the system just reboots
21 > without getting to the login prompt.
22 >
23 > The server is an X346 with hardward servraid 7K with raid 10.
24 >
25 > Your help is greatly appreciated.
26 >
27 > N.
28
29 Do you have the XEN dom0 support compiled into the kernel?
30
31 I have the following options on one of my servers and don't recall the issue
32 you are facing:
33 # zcat /proc/config.gz | grep -i xen
34 CONFIG_XEN=y
35 CONFIG_XEN_DOM0=y
36 CONFIG_XEN_PVHVM=y
37 CONFIG_XEN_MAX_DOMAIN_MEMORY=500
38 CONFIG_XEN_SAVE_RESTORE=y
39 # CONFIG_XEN_PVH is not set
40 CONFIG_PCI_XEN=y
41 CONFIG_XEN_PCIDEV_FRONTEND=y
42 CONFIG_XEN_BLKDEV_FRONTEND=y
43 CONFIG_XEN_BLKDEV_BACKEND=y
44 CONFIG_XEN_NETDEV_FRONTEND=y
45 CONFIG_XEN_NETDEV_BACKEND=y
46 CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
47 CONFIG_HVC_XEN=y
48 CONFIG_HVC_XEN_FRONTEND=y
49 CONFIG_XEN_FBDEV_FRONTEND=y
50 # Xen driver support
51 CONFIG_XEN_BALLOON=y
52 # CONFIG_XEN_SELFBALLOONING is not set
53 CONFIG_XEN_SCRUB_PAGES=y
54 CONFIG_XEN_DEV_EVTCHN=y
55 CONFIG_XEN_BACKEND=y
56 CONFIG_XENFS=y
57 CONFIG_XEN_COMPAT_XENFS=y
58 CONFIG_XEN_SYS_HYPERVISOR=y
59 CONFIG_XEN_XENBUS_FRONTEND=y
60 CONFIG_XEN_GNTDEV=y
61 CONFIG_XEN_GRANT_DEV_ALLOC=m
62 CONFIG_SWIOTLB_XEN=y
63 CONFIG_XEN_TMEM=m
64 CONFIG_XEN_PCIDEV_BACKEND=m
65 CONFIG_XEN_PRIVCMD=y
66 CONFIG_XEN_ACPI_PROCESSOR=m
67 # CONFIG_XEN_MCE_LOG is not set
68 CONFIG_XEN_HAVE_PVMMU=y
69
70
71 I, currently, have the following versions for Xen running:
72 app-emulation/xen-4.3.3-r3
73 app-emulation/xen-tools-4.3.3-r1
74
75 These are scheduled to be upgraded during the next maintenance window.
76
77 --
78 Joost

Replies

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