Gentoo Archives: gentoo-server

From: Konstantin <konstantin@××××××××.com>
To: gentoo-server@l.g.o
Subject: [gentoo-server] DomU freezes in the middle of booting
Date: Thu, 12 Apr 2012 07:53:57
Message-Id: 1908120819.20120412105316@astafjev.com
1 Hello,
2
3 Stuck with starting DomU. :(
4
5 I've compiled bzImage with Xen frontend drivers, modules, installed them,
6 added some extra parameters about console
7
8 --------------------------------------------------
9 kernel = "/etc/xen/DomU-kernels/kernel-3.2.12-domU"
10 memory = 1024
11 name = "vm0"
12 disk = ['phy:/dev/vg01/vm0,xvda,w']
13 root = '/dev/xvda ro'
14 extra = 'xencons=tty'
15 vif = ['vifname=veth1, bridge=xenbr0']
16 vcpus=2
17 --------------------------------------------------
18
19 then started DomU with:
20 # xl create /etc/xen/vm0 -c
21
22 and console output freezes somewhere after:
23 --------------------------------------------------
24 device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@××××××.com
25 TCP cubic registered
26 blkfront: xvda: flush diskcache: enabled
27 xvda: unknown partition table
28 --------------------------------------------------
29
30 What am i doing wrong? ;)
31
32 P.S.: Also before that I got some not critical errors. I guess it
33 related to RTC or HPET somehow. Is it a big problem for DomU system?
34
35 --------------------------------------------------
36 PCI: System does not support PCI
37 PCI: System does not support PCI
38 Switching to clocksource xen
39 CE: xen increased min_delta_ns to 150000 nsec
40 CE: xen increased min_delta_ns to 225000 nsec
41 CE: xen increased min_delta_ns to 337500 nsec
42 CE: xen increased min_delta_ns to 506250 nsec
43 CE: xen increased min_delta_ns to 759375 nsec
44 CE: xen increased min_delta_ns to 1139062 nsec
45 CE: xen increased min_delta_ns to 1708593 nsec
46 CE: xen increased min_delta_ns to 2562889 nsec
47 CE: xen increased min_delta_ns to 3844333 nsec
48 CE: xen increased min_delta_ns to 5766499 nsec
49 CE: xen increased min_delta_ns to 8649748 nsec
50 CE: xen increased min_delta_ns to 10000000 nsec
51 CE: Reprogramming failure. Giving up
52 CE: Reprogramming failure. Giving up
53 hrtimer: interrupt took 5163 ns
54 CE: xen increased min_delta_ns to 150000 nsec
55 CE: xen increased min_delta_ns to 225000 nsec
56 CE: xen increased min_delta_ns to 337500 nsec
57 CE: xen increased min_delta_ns to 506250 nsec
58 CE: xen increased min_delta_ns to 759375 nsec
59 CE: xen increased min_delta_ns to 1139062 nsec
60 CE: xen increased min_delta_ns to 1708593 nsec
61 CE: xen increased min_delta_ns to 2562889 nsec
62 CE: xen increased min_delta_ns to 3844333 nsec
63 CE: xen increased min_delta_ns to 5766499 nsec
64 CE: xen increased min_delta_ns to 8649748 nsec
65 CE: xen increased min_delta_ns to 10000000 nsec
66 CE: Reprogramming failure. Giving up
67 CE: Reprogramming failure. Giving up
68 CE: Reprogramming failure. Giving up
69 pnp: PnP ACPI: disabled
70 --------------------------------------------------
71
72 --
73 Konstantin

Replies

Subject Author
Re: [gentoo-server] DomU freezes in the middle of booting Matthew Thode <prometheanfire@g.o> (prometheanfire)