* problem trying to create an Ubuntu dapper VM ...
@ 2006-12-19 12:27 rongeens7
2006-12-19 12:39 ` Avi Kivity
0 siblings, 1 reply; 4+ messages in thread
From: rongeens7 @ 2006-12-19 12:27 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
All,
I am experimenting somewhat with kvm on an
ubuntu edgy system, and am now trying to install
a plain ubuntu dapper from CD into a VM.
The problem is that I cannot get past the lilo prompt,
in fact the Qemu process craches immediately after doing
starting up its bios.
I made the following stacktrace:
Program received signal SIGABRT, Aborted.
[Switching to Thread -1212492112 (LWP 24692)]
0xffffe410 in __kernel_vsyscall ()
(gdb) where
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7c3d770 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7c3eef3 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0x08100712 in kvm_run (kvm=0x9b57008, vcpu=0) at kvmctl.c:533
#4 0x080bdee0 in kvm_cpu_exec (env=0x9bed4f0)
at /data/work/devel/kvm-7/qemu/qemu-kvm.c:398
#5 0x080bed16 in cpu_x86_exec (env1=0x6)
at /data/work/devel/kvm-7/qemu/cpu-exec.c:459
#6 0x08051612 in main_loop () at /data/work/devel/kvm-7/qemu/vl.c:5174
#7 0x08052bcb in main (argc=374, argv=0x0)
at /data/work/devel/kvm-7/qemu/vl.c:6366
The printout on the screen is
$ sudo /usr/local/kvm/bin/qemu -hda /data/images/ubuntu1.img
-cdrom /data/personal/archive/iso/ubuntu606.iso -boot d -m 512 -std-vga
Password:
vga_bios_size 0
exception 13 (0)
Aborted (core dumped)
(The same is true when I ommit the -std-vga option)
The stacktrace indicates that the abort is explicitly called
by kvm-user itself because of some error returned from the kernel
module. I didn't investigate further what the reason could be as I
though someone else on this list must have tried this before.
Any help would be appreciated.
Ron
PS. I am trying this on an intel T2500 in a Dell D820 with VT enabled in
the BIOS
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: problem trying to create an Ubuntu dapper VM ... 2006-12-19 12:27 problem trying to create an Ubuntu dapper VM rongeens7 @ 2006-12-19 12:39 ` Avi Kivity [not found] ` <4587DD7A.1040307-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Avi Kivity @ 2006-12-19 12:39 UTC (permalink / raw) To: rongeens7; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f rongeens7 wrote: > All, > > I am experimenting somewhat with kvm on an > ubuntu edgy system, and am now trying to install > a plain ubuntu dapper from CD into a VM. > The problem is that I cannot get past the lilo prompt, > in fact the Qemu process craches immediately after doing > starting up its bios. > > This is due to a problem kvm has in processing real mode code on intel processors. If you can disable the lilo splashscreen, this may help. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <4587DD7A.1040307-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: problem trying to create an Ubuntu dapper VM ... [not found] ` <4587DD7A.1040307-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2006-12-19 12:48 ` rongeens7 2006-12-19 13:18 ` Avi Kivity 0 siblings, 1 reply; 4+ messages in thread From: rongeens7 @ 2006-12-19 12:48 UTC (permalink / raw) To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Tue, 2006-12-19 at 14:39 +0200, Avi Kivity wrote: > rongeens7 wrote: > > All, > > > > I am experimenting somewhat with kvm on an > > ubuntu edgy system, and am now trying to install > > a plain ubuntu dapper from CD into a VM. > > The problem is that I cannot get past the lilo prompt, > > in fact the Qemu process craches immediately after doing > > starting up its bios. > This is due to a problem kvm has in processing real mode code on intel > processors. If you can disable the lilo splashscreen, this may help. I wouldn't now how to tackle this, the qemu window dissapears before I can do anything. Anyone knows a way around this ? I will try to do an install without kvm and then use the resulting image with kvm disabled. It is slow to install ubuntu this way though ... Ron ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: problem trying to create an Ubuntu dapper VM ... 2006-12-19 12:48 ` rongeens7 @ 2006-12-19 13:18 ` Avi Kivity 0 siblings, 0 replies; 4+ messages in thread From: Avi Kivity @ 2006-12-19 13:18 UTC (permalink / raw) To: rongeens7; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f rongeens7 wrote: > >> This is due to a problem kvm has in processing real mode code on intel >> processors. If you can disable the lilo splashscreen, this may help. >> > > I wouldn't now how to tackle this, the qemu window dissapears before I > can do anything. Anyone knows a way around this ? > > I will try to do an install without kvm and then use the resulting image > with kvm disabled. It is slow to install ubuntu this way though ... > That's the way to proceed at present. Once you have it installed, you can edit lilo.conf and remove the splashscreen, then rerun lilo. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-12-19 13:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19 12:27 problem trying to create an Ubuntu dapper VM rongeens7
2006-12-19 12:39 ` Avi Kivity
[not found] ` <4587DD7A.1040307-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-12-19 12:48 ` rongeens7
2006-12-19 13:18 ` Avi Kivity
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox