grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

efi Grub2 of Ubuntu 10.10 x64 fails to execute on qemu with -enable-kvm


From: Adhyas Avasthi
Subject: efi Grub2 of Ubuntu 10.10 x64 fails to execute on qemu with -enable-kvm
Date: Wed, 10 Nov 2010 19:33:27 -0800

I am trying to run Ubuntu 10.10 x64 on qemu with OVMF EFI BIOS. Everything is fresh off the tree. While I can boot into the Bootloader and the bootloader can boot into OS if I have disabled kvm using -no-kvm option when I start the VM.
The qemu system crashes with the following error if I enable kvm in the VM.

!!!! X64 Exception Type - 000000000000000D !!!!
ExceptionData - 0000000000000000
RIP - 000000001FFA937A, RFL - 0000000000010206
RAX - 000000001FF351C0, RCX - 0000000000000000, RDX - 000000001FFBB1B0
RBX - 000000001FF35400, RSP - 000000001FF97540, RBP - 000000001FFBB1B0
RSI - 000000001FFBB1F0, RDI - 000000001FF35200
R8  - 0000000000000000, R9  - 000000001FFBB1EF, R10 - 000000001E5E1728
R11 - 000000001FF973D8, R12 - 000000001FFB6810, R13 - 0000000000000070
R14 - 000000001DDBAFFF, R15 - 0000000000000060
CS  - 0028, DS  - 0008, ES  - 0008, FS  - 0008, GS  - 0008, SS  - 0008
GDT - 000000001FF1CE98; 003F,                   IDT - 000000001FE88BC0; 0FFF
LDT - 0000000000000000, TR  - 0000000000000000
CR0 - 0000000080000023, CR2 - 0000000000000000, CR3 - 000000001FF36000
CR4 - 0000000000000668, CR8 - 0000000000000000
DR0 - 0000000000000000, DR1 - 0000000000000000, DR2 - 0000000000000000
DR3 - 0000000000000000, DR6 - 00000000FFFF0FF0, DR7 - 0000000000000400

This is a pain, because without the kvm the installation and booting is really really slow. I tried to debug it from the EFI BIOS a little bit and it seems that the boot loader crashed with this exception immediately after it was started.
Other developers on OVMF and EDK2 development (EFI BIOS) have also pointed out that in order to use Ubuntu 10.10 with EFI, you have to disable kvm. This seems to be an issue.

If there are any pointers (or any other debug help you want from me) in order to help root cause the issue, that would be helpful. Also, I can drop into the EFI Shell and start the bootloader efi image manually, which results in the same crash. Can I pass some parameters to the boot loader image to get some more information about the crash or the boot loader progress before the crash?

I have downloaded the Grub2 sources and am trying to look into this issue. If someone has been able to reproduce the issue, do let me know.

--
Adhyas
********************************************************************
Two types have compatible type if their types are the same.
    — ANSI C Standard, 3.1.2.6.
********************************************************************

reply via email to

[Prev in Thread] Current Thread [Next in Thread]