public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* exception 13 (0) ???
@ 2007-01-18  5:41 Vineet Chadha
  2007-01-18  9:07 ` Uri Lublin
       [not found] ` <a1efaa670701172141p35369decp1e2bc9d9ce91c8b2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 2 replies; 12+ messages in thread
From: Vineet Chadha @ 2007-01-18  5:41 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 510 bytes --]

Hi,

I was installing KVM in fedora core 6 (Intel xeon processors).  I was able
to compile KVM. While running kVM with command as shown -it  starts QEMU/KVM
for 5 sec and then KVM automatically aborts with an exception 13. Any clues
? I have tried KVM-9/10/11.

[root@localhost software]# modprobe kvm-intel
[root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img -cdrom
/home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
exception 13 (0)
Aborted

Thanks in advance
Regards,
Vineet

[-- Attachment #1.2: Type: text/html, Size: 568 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: exception 13 (0) ???
  2007-01-18  5:41 exception 13 (0) ??? Vineet Chadha
@ 2007-01-18  9:07 ` Uri Lublin
       [not found]   ` <64F9B87B6B770947A9F8391472E0321603496B08-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
       [not found] ` <a1efaa670701172141p35369decp1e2bc9d9ce91c8b2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  1 sibling, 1 reply; 12+ messages in thread
From: Uri Lublin @ 2007-01-18  9:07 UTC (permalink / raw)
  To: Vineet Chadha; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 1086 bytes --]

Hi Vineet,

What guest OS are you trying to run ?
Do you see anything meaningful in the system log (or dmesg) ?
What happens if you run it with '-no-kvm' ?

Sometimes exception 13 means "something is wrong with your guest image". 
Try running a different guest image.

Uri.

-----Original Message-----
From: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org on behalf of Vineet Chadha
Sent: Thu 18/01/2007 07:41
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [kvm-devel] exception 13 (0) ???
 
Hi,

I was installing KVM in fedora core 6 (Intel xeon processors).  I was able to compile KVM. While running kVM with command as shown -it  starts QEMU/KVM for 5 sec and then KVM automatically aborts with an exception 13. Any clues ? I have tried KVM-9/10/11. 

[root@localhost software]# modprobe kvm-intel
[root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img -cdrom /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
exception 13 (0)
Aborted

Thanks in advance
Regards,
Vineet





[-- Attachment #1.2: Type: text/html, Size: 1619 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: exception 13 (0) ???
       [not found]   ` <64F9B87B6B770947A9F8391472E0321603496B08-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
@ 2007-01-18 18:47     ` Michael Riepe
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Riepe @ 2007-01-18 18:47 UTC (permalink / raw)
  To: Uri Lublin; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi!

When happening on Intel processors, this usually means that the
bootloader has tried to use big real mode. The workaround is probably
the same as for (Open)Suse: Install with -no-kvm, then disable the
graphical boot menu.

Uri Lublin wrote:
> Hi Vineet,
> 
> What guest OS are you trying to run ?
> Do you see anything meaningful in the system log (or dmesg) ?
> What happens if you run it with '-no-kvm' ?
> 
> Sometimes exception 13 means "something is wrong with your guest image".
> Try running a different guest image.
> 
> Uri.
> 
> -----Original Message-----
> From: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org on behalf of Vineet Chadha
> Sent: Thu 18/01/2007 07:41
> To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: [kvm-devel] exception 13 (0) ???
> 
> Hi,
> 
> I was installing KVM in fedora core 6 (Intel xeon processors).  I was
> able to compile KVM. While running kVM with command as shown -it  starts
> QEMU/KVM for 5 sec and then KVM automatically aborts with an exception
> 13. Any clues ? I have tried KVM-9/10/11.
> 
> [root@localhost software]# modprobe kvm-intel
> [root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img -cdrom
> /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
> exception 13 (0)
> Aborted
> 
> Thanks in advance
> Regards,
> Vineet
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> 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
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> kvm-devel mailing list
> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel

-- 
Michael "Tired" Riepe <michael-0QoEqw4nQxo@public.gmane.org>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
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] 12+ messages in thread

* Re: exception 13 (0) ???
       [not found] ` <a1efaa670701172141p35369decp1e2bc9d9ce91c8b2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-01-18 23:26   ` Bill Davidsen
       [not found]     ` <45B0021B.9000708-sQDSfeB7uhw@public.gmane.org>
  2007-01-19 23:58     ` Uri Lublin
  2007-01-19 20:44   ` exception 13 (0) ??? Bill Davidsen
  1 sibling, 2 replies; 12+ messages in thread
From: Bill Davidsen @ 2007-01-18 23:26 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Vineet Chadha wrote:
> Hi,
> 
> I was installing KVM in fedora core 6 (Intel xeon processors).  I was 
> able to compile KVM. While running kVM with command as shown -it  starts 
> QEMU/KVM for 5 sec and then KVM automatically aborts with an exception 
> 13. Any clues ? I have tried KVM-9/10/11.
> 
> [root@localhost software]# modprobe kvm-intel
> [root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img -cdrom 
> /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
> exception 13 (0)
> Aborted
> 

I have posted on this to the kernel mailing several times, while trying 
to install Win98SE. Judging by the utter lack of response no one gives a 
shit.

What doesn't work is installing with -no-kvm initially then running with 
kvm. People will offer that advice, I'm sure.

I also see this symptom at the end of the Centos install, default 
install from Centos-4.4.ServerCD.iso. However, even though it crashes, 
the image created works. It seems to skip some minor post-install 
activity, but the image does work nicely.

Hope this tiny bit helps.


-------------------------------------------------------------------------
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] 12+ messages in thread

* Re: exception 13 (0) ???
       [not found]     ` <45B0021B.9000708-sQDSfeB7uhw@public.gmane.org>
@ 2007-01-18 23:45       ` Vineet Chadha
       [not found]         ` <a1efaa670701181545m6a5266c2q212daefe1517d3da-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2007-01-20  0:31         ` exception 13 (0) Uri Lublin
  0 siblings, 2 replies; 12+ messages in thread
From: Vineet Chadha @ 2007-01-18 23:45 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 2458 bytes --]

Hi,
I installed ubuntu in only QEMU mode when i booted in KVM/QEMU mode it
DOESN't boot. It stops  at  initial point after uncompressing the kernel "
Uncompresssing kernel....ok, booting the kernel
PCI: PIIX3: Enabling Passive Release on .... [stops here]
This was tried with ubuntu guest installation. Yes i changed into
non-graphics mode but still didn't work.
Then I tried using pre-installed QEMU linux image
(linux-test-0.5.1.tar.gz<http://fabrice.bellard.free.fr/qemu/linux-test-0.5.1.tar.gz>)
http://fabrice.bellard.free.fr/qemu/download.html in KVM/QEMU mode.
This image boots but gives error SIOSIFADDR: No such device.  I can see
shell prompt.

In both cases - dmesg gives me  "kvm: msrs: 2"




On 1/18/07, Bill Davidsen <davidsen-sQDSfeB7uhw@public.gmane.org> wrote:
>
> Vineet Chadha wrote:
> > Hi,
> >
> > I was installing KVM in fedora core 6 (Intel xeon processors).  I was
> > able to compile KVM. While running kVM with command as shown -it  starts
> > QEMU/KVM for 5 sec and then KVM automatically aborts with an exception
> > 13. Any clues ? I have tried KVM-9/10/11.
> >
> > [root@localhost software]# modprobe kvm-intel
> > [root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img -cdrom
> > /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
> > exception 13 (0)
> > Aborted
> >
>
> I have posted on this to the kernel mailing several times, while trying
> to install Win98SE. Judging by the utter lack of response no one gives a
> shit.
>
> What doesn't work is installing with -no-kvm initially then running with
> kvm. People will offer that advice, I'm sure.
>
> I also see this symptom at the end of the Centos install, default
> install from Centos-4.4.ServerCD.iso. However, even though it crashes,
> the image created works. It seems to skip some minor post-install
> activity, but the image does work nicely.
>
> Hope this tiny bit helps.
>
>
> -------------------------------------------------------------------------
> 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
> _______________________________________________
> kvm-devel mailing list
> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>

[-- Attachment #1.2: Type: text/html, Size: 3309 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: exception 13 (0) ???
       [not found]         ` <a1efaa670701181545m6a5266c2q212daefe1517d3da-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-01-19 15:12           ` Vineet Chadha
  0 siblings, 0 replies; 12+ messages in thread
From: Vineet Chadha @ 2007-01-19 15:12 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 2738 bytes --]

Can any one reply to the problem ???

Thanks
Vineet

On 1/18/07, Vineet Chadha <vineet.chadha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Hi,
> I installed ubuntu in only QEMU mode when i booted in KVM/QEMU mode it
> DOESN't boot. It stops  at  initial point after uncompressing the kernel "
> Uncompresssing kernel....ok, booting the kernel
> PCI: PIIX3: Enabling Passive Release on .... [stops here]
> This was tried with ubuntu guest installation. Yes i changed into
> non-graphics mode but still didn't work.
> Then I tried using pre-installed QEMU linux image  (linux-test-0.5.1.tar.gz<http://fabrice.bellard.free.fr/qemu/linux-test-0.5.1.tar.gz>)
> http://fabrice.bellard.free.fr/qemu/download.html in KVM/QEMU mode.
> This image boots but gives error SIOSIFADDR: No such device.  I can see
> shell prompt.
>
> In both cases - dmesg gives me  "kvm: msrs: 2"
>
>
>
>
> On 1/18/07, Bill Davidsen <davidsen-sQDSfeB7uhw@public.gmane.org > wrote:
> >
> > Vineet Chadha wrote:
> > > Hi,
> > >
> > > I was installing KVM in fedora core 6 (Intel xeon processors).  I was
> > > able to compile KVM. While running kVM with command as shown
> > -it  starts
> > > QEMU/KVM for 5 sec and then KVM automatically aborts with an exception
> > > 13. Any clues ? I have tried KVM-9/10/11.
> > >
> > > [root@localhost software]# modprobe kvm-intel
> > > [root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img-cdrom
> > > /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
> > > exception 13 (0)
> > > Aborted
> > >
> >
> > I have posted on this to the kernel mailing several times, while trying
> > to install Win98SE. Judging by the utter lack of response no one gives a
> > shit.
> >
> > What doesn't work is installing with -no-kvm initially then running with
> >
> > kvm. People will offer that advice, I'm sure.
> >
> > I also see this symptom at the end of the Centos install, default
> > install from Centos-4.4.ServerCD.iso. However, even though it crashes,
> > the image created works. It seems to skip some minor post-install
> > activity, but the image does work nicely.
> >
> > Hope this tiny bit helps.
> >
> >
> >
> > -------------------------------------------------------------------------
> > 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
> > _______________________________________________
> > kvm-devel mailing list
> > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/kvm-devel
> >
>
>

[-- Attachment #1.2: Type: text/html, Size: 4267 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: exception 13 (0) ???
       [not found] ` <a1efaa670701172141p35369decp1e2bc9d9ce91c8b2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2007-01-18 23:26   ` Bill Davidsen
@ 2007-01-19 20:44   ` Bill Davidsen
  1 sibling, 0 replies; 12+ messages in thread
From: Bill Davidsen @ 2007-01-19 20:44 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Vineet Chadha wrote:
> Hi,
> 
> I was installing KVM in fedora core 6 (Intel xeon processors).  I was 
> able to compile KVM. While running kVM with command as shown -it  starts 
> QEMU/KVM for 5 sec and then KVM automatically aborts with an exception 
> 13. Any clues ? I have tried KVM-9/10/11.
> 
> [root@localhost software]# modprobe kvm-intel
> [root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img -cdrom 
> /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
> exception 13 (0)
> Aborted

I have one new data point, someone on another forum noted that the 
reason is that real mode is not handled by Intel, but is by AMD. I don't 
know the truth to that, but he indicated that the exact same problem was 
not present on his AMD machine, but was on the Intel.

Does this real mode stuff ring a bell with anyone?


-------------------------------------------------------------------------
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] 12+ messages in thread

* Re: exception 13 (0)
  2007-01-18 23:26   ` Bill Davidsen
       [not found]     ` <45B0021B.9000708-sQDSfeB7uhw@public.gmane.org>
@ 2007-01-19 23:58     ` Uri Lublin
       [not found]       ` <64F9B87B6B770947A9F8391472E0321603496B0C-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
  1 sibling, 1 reply; 12+ messages in thread
From: Uri Lublin @ 2007-01-19 23:58 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 2057 bytes --]

Hi,
 
The procedure for installing a windows guest is described at kvm.sf.net/faq.html (and is copied below)
Bill, did you follow this procedure ? If not please do and report if it helps or not.
I have never tried installing windows 98.
Has anyone been able to run a virtualized-by-KVM  windows 98 guest ?
 
As for the Centos installation problem, an explanation may be:
Sometimes (not specific to Centos) a reboot does the "down" part but does not reset and reboots. In that case the installation is actually successful, and a working image is created.
 
Thanks for the input,
    Uri
 
>From kvm.sf.net/faq.html:

What is the procedure to install a Windows guest? 

Currently Windows guest installation is broken. The problem arises from the APIC implementation. At the moment the APIC is emulated by qemu, which is not as tightly integrated to the kvm virtual cpu as it should be. There is work in progress to implement the APIC within kvm to fix the problem. 

Until then, start qemu with the -no-acpi option. If you have a guest that uses the APIC HAL, the following workaround is suggested: 

Run the guest without kvm (-no-kvm) 
My Computer -> Properties -> Hardware -> Device Manager -> [Whatever under Computer] -> Properties -> Update Driver -> Not at this time -> Next -> Install from a list -> Next -> Don't search -> Next -> Standard PC -> Next. 
"Standard PC" is the noacpi HAL. 


________________________________

 
Bill Davidsen wrote:

<snipped>

I have posted on this to the kernel mailing several times, while trying
to install Win98SE. Judging by the utter lack of response no one gives a
shit.

What doesn't work is installing with -no-kvm initially then running with
kvm. People will offer that advice, I'm sure.

I also see this symptom at the end of the Centos install, default
install from Centos-4.4.ServerCD.iso. However, even though it crashes,
the image created works. It seems to skip some minor post-install
activity, but the image does work nicely.

Hope this tiny bit helps.


[-- Attachment #1.2: Type: text/html, Size: 3852 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: exception 13 (0) ???
@ 2007-01-19 23:58 Casey Jeffery
       [not found] ` <cb6aceaa0701191558v1772909bv733f161343f498af-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Casey Jeffery @ 2007-01-19 23:58 UTC (permalink / raw)
  To: vineet.chadha-Re5JQEeQqe8AvxtiuMwx3w
  Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Vineet:

You probably need to provide more hardware details since it's likely
something specific to that. Ubuntu 6.10 works fine for me after
installing it with -no-kvm or on bare h/w and then booting the image
with QEMU/KVM. The msr message isn't an error; it's just stating that
the MSR_EFER and MSR_K6_STAR msr's are being saved/restored.

-Casey


> ------------------------------
>
> Message: 3
> Date: Fri, 19 Jan 2007 10:12:54 -0500
> From: "Vineet Chadha" <vineet.chadha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Subject: Re: [kvm-devel] exception 13 (0) ???
> To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Message-ID:
>         <a1efaa670701190712n2d2b95c4h7237007853f86a81-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Can any one reply to the problem ???
>
> Thanks
> Vineet
>
> On 1/18/07, Vineet Chadha <vineet.chadha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> >
> > Hi,
> > I installed ubuntu in only QEMU mode when i booted in KVM/QEMU mode it
> > DOESN't boot. It stops  at  initial point after uncompressing the kernel "
> > Uncompresssing kernel....ok, booting the kernel
> > PCI: PIIX3: Enabling Passive Release on .... [stops here]
> > This was tried with ubuntu guest installation. Yes i changed into
> > non-graphics mode but still didn't work.
> > Then I tried using pre-installed QEMU linux image  (linux-test-0.5.1.tar.gz<http://fabrice.bellard.free.fr/qemu/linux-test-0.5.1.tar.gz>)
> > http://fabrice.bellard.free.fr/qemu/download.html in KVM/QEMU mode.
> > This image boots but gives error SIOSIFADDR: No such device.  I can see
> > shell prompt.
> >
> > In both cases - dmesg gives me  "kvm: msrs: 2"
> >
> >
> >
> >
> > On 1/18/07, Bill Davidsen <davidsen-sQDSfeB7uhw@public.gmane.org > wrote:
> > >
> > > Vineet Chadha wrote:
> > > > Hi,
> > > >
> > > > I was installing KVM in fedora core 6 (Intel xeon processors).  I was
> > > > able to compile KVM. While running kVM with command as shown
> > > -it  starts
> > > > QEMU/KVM for 5 sec and then KVM automatically aborts with an exception
> > > > 13. Any clues ? I have tried KVM-9/10/11.
> > > >
> > > > [root@localhost software]# modprobe kvm-intel
> > > > [root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img-cdrom
> > > > /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
> > > > exception 13 (0)
> > > > Aborted
> > > >
> > >
> > > I have posted on this to the kernel mailing several times, while trying
> > > to install Win98SE. Judging by the utter lack of response no one gives a
> > > shit.
> > >
> > > What doesn't work is installing with -no-kvm initially then running with
> > >
> > > kvm. People will offer that advice, I'm sure.
> > >
> > > I also see this symptom at the end of the Centos install, default
> > > install from Centos-4.4.ServerCD.iso. However, even though it crashes,
> > > the image created works. It seems to skip some minor post-install
> > > activity, but the image does work nicely.
> > >
> > > Hope this tiny bit helps.
> > >
> > >
> > >
> > > -------------------------------------------------------------------------
> > > 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
> > > _______________________________________________
> > > kvm-devel mailing list
> > > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > https://lists.sourceforge.net/lists/listinfo/kvm-devel
> > >
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://sourceforge.net/mailarchive/forum.php?forum=kvm-devel/attachments/20070119/a35d6d36/attachment.html
>
> ------------------------------
>
> -------------------------------------------------------------------------
> 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
>
> ------------------------------
>
> _______________________________________________
> kvm-devel mailing list
> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
>
> End of kvm-devel Digest, Vol 4, Issue 45
> ****************************************
>

-------------------------------------------------------------------------
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] 12+ messages in thread

* Re: exception 13 (0)
  2007-01-18 23:45       ` Vineet Chadha
       [not found]         ` <a1efaa670701181545m6a5266c2q212daefe1517d3da-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-01-20  0:31         ` Uri Lublin
  1 sibling, 0 replies; 12+ messages in thread
From: Uri Lublin @ 2007-01-20  0:31 UTC (permalink / raw)
  To: Vineet Chadha; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 1836 bytes --]

Hi Vineet,
 
There are so many distributions out there, naturally we can not test them all.
ubuntu desktop i386 install was not tested yet.
We'll try to reproduce and investigate the problem.
Is your host cpu is a 32 bits or 64 bits cpu ? 
If 64, did you try to install ubuntu image for a 64 bits cpu machine ? 
 
As for the pre-installed QEMU linux image, it seems to be working. 
We'll have to check up that error message.
 
Thanks for your input,
    Uri.
 

________________________________

Vineet Chadha wrote:
Hi,
I installed ubuntu in only QEMU mode when i booted in KVM/QEMU mode it DOESN't boot. It stops  at  initial point after uncompressing the kernel "
Uncompresssing kernel....ok, booting the kernel
PCI: PIIX3: Enabling Passive Release on .... [stops here] 
This was tried with ubuntu guest installation. Yes i changed into non-graphics mode but still didn't work.
Then I tried using pre-installed QEMU linux image  ( linux-test-0.5.1.tar.gz <http://fabrice.bellard.free.fr/qemu/linux-test-0.5.1.tar.gz>  )
http://fabrice.bellard.free.fr/qemu/download.html in KVM/QEMU mode. 
This image boots but gives error SIOSIFADDR: No such device.  I can see shell prompt. 

In both cases - dmesg gives me  "kvm: msrs: 2"

<snipped>


	Vineet Chadha wrote:
	> Hi,
	>
	> I was installing KVM in fedora core 6 (Intel xeon processors).  I was 
	> able to compile KVM. While running kVM with command as shown -it  starts
	> QEMU/KVM for 5 sec and then KVM automatically aborts with an exception
	> 13. Any clues ? I have tried KVM-9/10/11.
	>
	> [root@localhost software]# modprobe kvm-intel
	> [root@localhost software]# /usr/local/kvm/bin/qemu -hda vdisk.img -cdrom
	> /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m 384
	> exception 13 (0) 
	> Aborted
	>
	<snipped>


[-- Attachment #1.2: Type: text/html, Size: 3477 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: exception 13 (0)
       [not found]       ` <64F9B87B6B770947A9F8391472E0321603496B0C-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
@ 2007-01-20 13:14         ` Bill Davidsen
  0 siblings, 0 replies; 12+ messages in thread
From: Bill Davidsen @ 2007-01-20 13:14 UTC (permalink / raw)
  To: Uri Lublin; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 3103 bytes --]

Uri Lublin wrote:
> Hi,
>  
> The procedure for installing a windows guest is described at 
> kvm.sf.net/faq.html (and is copied below)
> Bill, did you follow this procedure ? If not please do and report 
> if it helps or not.
In one of my several posts on this, probably to lkml, I mentioned that 
all permutations of -no-acpi and -win2k-hack had been tried, none would 
install with kvm (or xen). Using software qemu (-no-kvm) it works fine 
for install, but won't run with kvm or xen.
> I have never tried installing windows 98.
> Has anyone been able to run a virtualized-by-KVM  windows 98 guest ?
I had another post indicating that a web forum reports that the problem 
is that Intel hvm doesn't do real mode the same way as AMD, and that it 
would properly work in AMD. I asked for feedback on that, haven't gotten 
any to date.

>  
> As for the Centos installation problem, an explanation may be:
> Sometimes (not specific to Centos) a reboot does the "down" part but 
> does not reset and reboots. In that case the installation is 
> actually successful, and a working image is created.
Just as you say, the image is created and works. DragonFly BSD works, 
and I've scheduled testing of the new FreeBSD-6.2 just released a few 
days ago. Unfortunately Win98SE is a required test environment, and the 
only place it seems to work is VMware, which indicates a software issue.
>  
> Thanks for the input,
>     Uri
>  
> From kvm.sf.net/faq.html:
>
> What is the procedure to install a Windows guest?
>
> Currently Windows guest installation is broken. The problem arises 
> from the APIC implementation. At the moment the APIC is emulated by 
> qemu, which is not as tightly integrated to the kvm virtual cpu as it 
> should be. There is work in progress to implement the APIC within kvm 
> to fix the problem.
>
> Until then, start qemu with the |-no-acpi| option. If you have a guest 
> that uses the APIC HAL, the following workaround is suggested:
>
> Run the guest without kvm (|-no-kvm|)
> My Computer -> Properties -> Hardware -> Device Manager -> [Whatever 
> under Computer] -> Properties -> Update Driver -> Not at this time -> 
> Next -> Install from a list -> Next -> Don't search -> Next -> 
> Standard PC -> Next.
> "Standard PC" is the noacpi HAL.
>
>
> ------------------------------------------------------------------------
>  
> Bill Davidsen wrote:
> <snipped>
> I have posted on this to the kernel mailing several times, while trying
> to install Win98SE. Judging by the utter lack of response no one gives a
> shit.
>
> What doesn't work is installing with -no-kvm initially then running with
> kvm. People will offer that advice, I'm sure.
>
> I also see this symptom at the end of the Centos install, default
> install from Centos-4.4.ServerCD.iso. However, even though it crashes,
> the image created works. It seems to skip some minor post-install
> activity, but the image does work nicely.
>
> Hope this tiny bit helps.


-- 
bill davidsen <davidsen-sQDSfeB7uhw@public.gmane.org>
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979


[-- Attachment #1.2: Type: text/html, Size: 6133 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: exception 13 (0) ???
       [not found] ` <cb6aceaa0701191558v1772909bv733f161343f498af-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-01-20 20:08   ` Vineet Chadha
  0 siblings, 0 replies; 12+ messages in thread
From: Vineet Chadha @ 2007-01-20 20:08 UTC (permalink / raw)
  To: Casey Jeffery; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 5111 bytes --]

My host system is - Dual core Intel Xeon Processor 2GHz 4MB L2 cache with
Simple swap SATA HDD. I will give a try to install other OSes too.

Regards,
Vineet

On 1/19/07, Casey Jeffery <kcjeffery-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Vineet:
>
> You probably need to provide more hardware details since it's likely
> something specific to that. Ubuntu 6.10 works fine for me after
> installing it with -no-kvm or on bare h/w and then booting the image
> with QEMU/KVM. The msr message isn't an error; it's just stating that
> the MSR_EFER and MSR_K6_STAR msr's are being saved/restored.
>
> -Casey
>
>
> > ------------------------------
> >
> > Message: 3
> > Date: Fri, 19 Jan 2007 10:12:54 -0500
> > From: "Vineet Chadha" <vineet.chadha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > Subject: Re: [kvm-devel] exception 13 (0) ???
> > To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > Message-ID:
> >         <a1efaa670701190712n2d2b95c4h7237007853f86a81-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Can any one reply to the problem ???
> >
> > Thanks
> > Vineet
> >
> > On 1/18/07, Vineet Chadha <vineet.chadha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > >
> > > Hi,
> > > I installed ubuntu in only QEMU mode when i booted in KVM/QEMU mode it
> > > DOESN't boot. It stops  at  initial point after uncompressing the
> kernel "
> > > Uncompresssing kernel....ok, booting the kernel
> > > PCI: PIIX3: Enabling Passive Release on .... [stops here]
> > > This was tried with ubuntu guest installation. Yes i changed into
> > > non-graphics mode but still didn't work.
> > > Then I tried using pre-installed QEMU linux image  (
> linux-test-0.5.1.tar.gz<
> http://fabrice.bellard.free.fr/qemu/linux-test-0.5.1.tar.gz>)
> > > http://fabrice.bellard.free.fr/qemu/download.html in KVM/QEMU mode.
> > > This image boots but gives error SIOSIFADDR: No such device.  I can
> see
> > > shell prompt.
> > >
> > > In both cases - dmesg gives me  "kvm: msrs: 2"
> > >
> > >
> > >
> > >
> > > On 1/18/07, Bill Davidsen <davidsen-sQDSfeB7uhw@public.gmane.org > wrote:
> > > >
> > > > Vineet Chadha wrote:
> > > > > Hi,
> > > > >
> > > > > I was installing KVM in fedora core 6 (Intel xeon processors).  I
> was
> > > > > able to compile KVM. While running kVM with command as shown
> > > > -it  starts
> > > > > QEMU/KVM for 5 sec and then KVM automatically aborts with an
> exception
> > > > > 13. Any clues ? I have tried KVM-9/10/11.
> > > > >
> > > > > [root@localhost software]# modprobe kvm-intel
> > > > > [root@localhost software]# /usr/local/kvm/bin/qemu -hda
> vdisk.img-cdrom
> > > > > /home/vineet/software/ubuntu-6.06.1-desktop-i386.iso -boot d  -m
> 384
> > > > > exception 13 (0)
> > > > > Aborted
> > > > >
> > > >
> > > > I have posted on this to the kernel mailing several times, while
> trying
> > > > to install Win98SE. Judging by the utter lack of response no one
> gives a
> > > > shit.
> > > >
> > > > What doesn't work is installing with -no-kvm initially then running
> with
> > > >
> > > > kvm. People will offer that advice, I'm sure.
> > > >
> > > > I also see this symptom at the end of the Centos install, default
> > > > install from Centos-4.4.ServerCD.iso. However, even though it
> crashes,
> > > > the image created works. It seems to skip some minor post-install
> > > > activity, but the image does work nicely.
> > > >
> > > > Hope this tiny bit helps.
> > > >
> > > >
> > > >
> > > >
> -------------------------------------------------------------------------
> > > > 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
> > > > _______________________________________________
> > > > kvm-devel mailing list
> > > > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > > https://lists.sourceforge.net/lists/listinfo/kvm-devel
> > > >
> > >
> > >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> http://sourceforge.net/mailarchive/forum.php?forum=kvm-devel/attachments/20070119/a35d6d36/attachment.html
> >
> > ------------------------------
> >
> >
> -------------------------------------------------------------------------
> > 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
> >
> > ------------------------------
> >
> > _______________________________________________
> > kvm-devel mailing list
> > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/kvm-devel
> >
> >
> > End of kvm-devel Digest, Vol 4, Issue 45
> > ****************************************
> >
>

[-- Attachment #1.2: Type: text/html, Size: 7632 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-01-20 20:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-18  5:41 exception 13 (0) ??? Vineet Chadha
2007-01-18  9:07 ` Uri Lublin
     [not found]   ` <64F9B87B6B770947A9F8391472E0321603496B08-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-01-18 18:47     ` Michael Riepe
     [not found] ` <a1efaa670701172141p35369decp1e2bc9d9ce91c8b2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-01-18 23:26   ` Bill Davidsen
     [not found]     ` <45B0021B.9000708-sQDSfeB7uhw@public.gmane.org>
2007-01-18 23:45       ` Vineet Chadha
     [not found]         ` <a1efaa670701181545m6a5266c2q212daefe1517d3da-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-01-19 15:12           ` Vineet Chadha
2007-01-20  0:31         ` exception 13 (0) Uri Lublin
2007-01-19 23:58     ` Uri Lublin
     [not found]       ` <64F9B87B6B770947A9F8391472E0321603496B0C-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-01-20 13:14         ` Bill Davidsen
2007-01-19 20:44   ` exception 13 (0) ??? Bill Davidsen
  -- strict thread matches above, loose matches on Subject: below --
2007-01-19 23:58 Casey Jeffery
     [not found] ` <cb6aceaa0701191558v1772909bv733f161343f498af-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-01-20 20:08   ` Vineet Chadha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox