From: "André Weidemann" <Andre.Weidemann@web.de>
To: kvm@vger.kernel.org
Subject: VM not booting anymore after Ubuntu upgrade
Date: Wed, 04 Aug 2010 07:39:59 +0200 [thread overview]
Message-ID: <4C58FD2F.9050708@web.de> (raw)
Hi,
I recently upgraded my machine from Ubuntu 9.10 to 10.4 (x86_64).
Ever since I upgraded my machine I cannot get qemu-kvm to start again.
I did not install the kvm package provided by Ubuntu. Instead I pulled
todays git from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git and
ran ./configure && make -j6 && make install.
The configure output can be found here: http://pastebin.org/447003
I am using the following command line to boot qemu-kvm:
qemu-system-x86_64 -vnc :2 -k de -m 1024 -drive file=/dev/sda,if=ide,index=0
When connecting to the VNC console I only get a black screen.
I did an strace -p $(pidof qemu-system-x86_64) and I only see those
lines looping endlessly:
timer_gettime(0, {it_interval={0, 0}, it_value={0, 0}}) = 0
timer_settime(0, 0, {it_interval={0, 0}, it_value={0, 250000}}, NULL) = 0
timer_gettime(0, {it_interval={0, 0}, it_value={0, 225694}}) = 0
select(14, [5 8 10 11 13], [], [], {1, 0}) = 1 (in [11], left {0, 999997})
read(11, "\1\0\0\0\0\0\0\0", 512) = 8
select(14, [5 8 10 11 13], [], [], {1, 0}) = 1 (in [13], left {0, 999876})
read(13,
"\16\0\0\0\0\0\0\0\376\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
128) = 128
rt_sigaction(SIGALRM, NULL, {0x49f430, ~[KILL STOP RTMIN RT_1],
SA_RESTORER, 0x7f145a4c48f0}, 8) = 0
write(12, "\1\0\0\0\0\0\0\0", 8) = 8
read(13, 0x7fff5dbaa570, 128) = -1 EAGAIN (Resource
temporarily unavailable)
Can anyone help me on what is going (wr)on(g) here?
Thank you in advance
André
next reply other threads:[~2010-08-04 5:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-04 5:39 André Weidemann [this message]
2010-08-04 6:48 ` VM not booting anymore after Ubuntu upgrade Avi Kivity
2010-08-04 6:55 ` André Weidemann
2010-08-04 7:05 ` Avi Kivity
2010-08-04 7:38 ` André Weidemann
2010-08-04 10:31 ` Avi Kivity
2010-08-04 11:22 ` André Weidemann
2010-08-04 11:29 ` Avi Kivity
2010-08-04 11:42 ` André Weidemann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C58FD2F.9050708@web.de \
--to=andre.weidemann@web.de \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.