* GFXboot, Ubuntu and kvm git
@ 2008-01-17 17:20 Soren Hansen
[not found] ` <20080117172032.GP1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org>
0 siblings, 1 reply; 8+ messages in thread
From: Soren Hansen @ 2008-01-17 17:20 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1.1: Type: text/plain, Size: 687 bytes --]
Hi!
I'm having an issue with GFXboot in Ubuntu. If I try to boot one of our
recent iso images, e.g.
http://cdimage.ubuntu.com/ubuntu-server/daily/current/hardy-server-amd64.iso
with a simple "kvm -cdrom hardy-server-amd64" using the kernel modules
from 2.6.24-rc6, and kvm-userspace from git, I just get a black screen.
If I add -std-vga to the command line, it works just fine. If I load the
kernel modules from git, it also works just fine.
I was under the impression that the kernel API should be backwards
compatible, so I consider this a bug. Is there anything I can do to help
debug this issue?
--
Soren Hansen
Ubuntu Server Team
http://www.ubuntu.com/
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- 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] 8+ messages in thread[parent not found: <20080117172032.GP1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org>]
* Re: GFXboot, Ubuntu and kvm git [not found] ` <20080117172032.GP1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org> @ 2008-01-17 22:43 ` Dor Laor [not found] ` <1200609831.26281.162.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 0 siblings, 1 reply; 8+ messages in thread From: Dor Laor @ 2008-01-17 22:43 UTC (permalink / raw) To: Soren Hansen; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Thu, 2008-01-17 at 18:20 +0100, Soren Hansen wrote: > Hi! > > I'm having an issue with GFXboot in Ubuntu. If I try to boot one of our > recent iso images, e.g. > > http://cdimage.ubuntu.com/ubuntu-server/daily/current/hardy-server-amd64.iso > > with a simple "kvm -cdrom hardy-server-amd64" using the kernel modules > from 2.6.24-rc6, and kvm-userspace from git, I just get a black screen. > If I add -std-vga to the command line, it works just fine. If I load the > kernel modules from git, it also works just fine. > > I was under the impression that the kernel API should be backwards > compatible, so I consider this a bug. Is there anything I can do to help > debug this issue? > Indeed it's a bug and not different api. It might be SVM fpu state leak. Bisecting the kernel can help. Does it runs on Intel? Dor ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <1200609831.26281.162.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>]
* Re: GFXboot, Ubuntu and kvm git [not found] ` <1200609831.26281.162.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> @ 2008-01-17 22:56 ` Soren Hansen 2008-01-18 5:55 ` Amit Shah 2008-01-18 8:04 ` Soren Hansen 2 siblings, 0 replies; 8+ messages in thread From: Soren Hansen @ 2008-01-17 22:56 UTC (permalink / raw) To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1.1: Type: text/plain, Size: 1005 bytes --] On Fri, Jan 18, 2008 at 12:43:51AM +0200, Dor Laor wrote: > > I'm having an issue with GFXboot in Ubuntu. If I try to boot one of > > our recent iso images, e.g. > > > > http://cdimage.ubuntu.com/ubuntu-server/daily/current/hardy-server-amd64.iso > > > > with a simple "kvm -cdrom hardy-server-amd64" using the kernel modules > > from 2.6.24-rc6, and kvm-userspace from git, I just get a black screen. > > If I add -std-vga to the command line, it works just fine. If I load the > > kernel modules from git, it also works just fine. > > > > I was under the impression that the kernel API should be backwards > > compatible, so I consider this a bug. Is there anything I can do to help > > debug this issue? > Indeed it's a bug and not different api. It might be SVM fpu state > leak. Bisecting the kernel can help. Does it runs on Intel? Dor Ah, sorry, I should of course have mentioned that I'm using kvm-intel. -- Soren Hansen Ubuntu Server Team http://www.ubuntu.com/ [-- Attachment #1.2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 228 bytes --] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ [-- 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] 8+ messages in thread
* Re: GFXboot, Ubuntu and kvm git [not found] ` <1200609831.26281.162.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 2008-01-17 22:56 ` Soren Hansen @ 2008-01-18 5:55 ` Amit Shah 2008-01-18 8:04 ` Soren Hansen 2 siblings, 0 replies; 8+ messages in thread From: Amit Shah @ 2008-01-18 5:55 UTC (permalink / raw) To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, dor.laor-atKUWr5tajBWk0Htik3J/w Cc: Soren Hansen On Friday 18 January 2008 04:13:51 Dor Laor wrote: > On Thu, 2008-01-17 at 18:20 +0100, Soren Hansen wrote: > > Hi! > > > > I'm having an issue with GFXboot in Ubuntu. If I try to boot one of our > > recent iso images, e.g. > > > > > > http://cdimage.ubuntu.com/ubuntu-server/daily/current/hardy-server-amd64. > >iso > > > > with a simple "kvm -cdrom hardy-server-amd64" using the kernel modules > > from 2.6.24-rc6, and kvm-userspace from git, I just get a black screen. > > If I add -std-vga to the command line, it works just fine. If I load the > > kernel modules from git, it also works just fine. > > > > I was under the impression that the kernel API should be backwards > > compatible, so I consider this a bug. Is there anything I can do to help > > debug this issue? > > Indeed it's a bug and not different api. > It might be SVM fpu state leak. Bisecting the kernel can help. That's specific to the way Vista does things. > Does it runs on Intel? > Dor ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: GFXboot, Ubuntu and kvm git [not found] ` <1200609831.26281.162.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> 2008-01-17 22:56 ` Soren Hansen 2008-01-18 5:55 ` Amit Shah @ 2008-01-18 8:04 ` Soren Hansen [not found] ` <20080118080420.GS1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org> 2 siblings, 1 reply; 8+ messages in thread From: Soren Hansen @ 2008-01-18 8:04 UTC (permalink / raw) To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1.1: Type: text/plain, Size: 477 bytes --] On Fri, Jan 18, 2008 at 12:43:51AM +0200, Dor Laor wrote: > > I was under the impression that the kernel API should be backwards > > compatible, so I consider this a bug. Is there anything I can do to > > help debug this issue? It's a bit odd. I was certain that I had had it running with the modules from an older kernel version, but at least now I can't seem to find any version that makes it work. -- Soren Hansen Ubuntu Server Team http://www.ubuntu.com/ [-- Attachment #1.2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 228 bytes --] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ [-- 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] 8+ messages in thread
[parent not found: <20080118080420.GS1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org>]
* Re: GFXboot, Ubuntu and kvm git [not found] ` <20080118080420.GS1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org> @ 2008-01-18 9:08 ` Amit Shah [not found] ` <200801181438.03868.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 8+ messages in thread From: Amit Shah @ 2008-01-18 9:08 UTC (permalink / raw) To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Soren Hansen On Friday 18 January 2008 13:34:20 Soren Hansen wrote: > On Fri, Jan 18, 2008 at 12:43:51AM +0200, Dor Laor wrote: > > > I was under the impression that the kernel API should be backwards > > > compatible, so I consider this a bug. Is there anything I can do to > > > help debug this issue? > > It's a bit odd. I was certain that I had had it running with the modules > from an older kernel version, but at least now I can't seem to find any > version that makes it work. You previously mentioned older modules didn't work, but modules from kvm-git worked. So now does even kvm-git not work? Is it the same kvm-git you tried earlier, or a new update? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <200801181438.03868.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: GFXboot, Ubuntu and kvm git [not found] ` <200801181438.03868.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2008-01-18 9:14 ` Soren Hansen [not found] ` <20080118091442.GT1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org> 0 siblings, 1 reply; 8+ messages in thread From: Soren Hansen @ 2008-01-18 9:14 UTC (permalink / raw) To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1.1: Type: text/plain, Size: 790 bytes --] On Fri, Jan 18, 2008 at 02:38:03PM +0530, Amit Shah wrote: >>>> I was under the impression that the kernel API should be backwards >>>> compatible, so I consider this a bug. Is there anything I can do to >>>> help debug this issue? >> It's a bit odd. I was certain that I had had it running with the >> modules from an older kernel version, but at least now I can't seem >> to find any version that makes it work. > You previously mentioned older modules didn't work, but modules from > kvm-git worked. So now does even kvm-git not work? kvm-git works just fine. I meant that I couldn't find any version shipped with our kernel images that works as expected. I'll try to be more clear in the future. Sorry :) -- Soren Hansen Ubuntu Server Team http://www.ubuntu.com/ [-- Attachment #1.2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 228 bytes --] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ [-- 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] 8+ messages in thread
[parent not found: <20080118091442.GT1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org>]
* Re: GFXboot, Ubuntu and kvm git [not found] ` <20080118091442.GT1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org> @ 2008-01-18 10:27 ` Amit Shah 0 siblings, 0 replies; 8+ messages in thread From: Amit Shah @ 2008-01-18 10:27 UTC (permalink / raw) To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Soren Hansen On Friday 18 January 2008 14:44:42 Soren Hansen wrote: > On Fri, Jan 18, 2008 at 02:38:03PM +0530, Amit Shah wrote: > >>>> I was under the impression that the kernel API should be backwards > >>>> compatible, so I consider this a bug. Is there anything I can do to > >>>> help debug this issue? > >> > >> It's a bit odd. I was certain that I had had it running with the > >> modules from an older kernel version, but at least now I can't seem > >> to find any version that makes it work. > > > > You previously mentioned older modules didn't work, but modules from > > kvm-git worked. So now does even kvm-git not work? > > kvm-git works just fine. I meant that I couldn't find any version > shipped with our kernel images that works as expected. Hmm; does userspace from kvm-58 work fine with those modules? Any chance you could bisect userspace to find out which userspace make those modules work? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-01-18 10:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 17:20 GFXboot, Ubuntu and kvm git Soren Hansen
[not found] ` <20080117172032.GP1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org>
2008-01-17 22:43 ` Dor Laor
[not found] ` <1200609831.26281.162.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-01-17 22:56 ` Soren Hansen
2008-01-18 5:55 ` Amit Shah
2008-01-18 8:04 ` Soren Hansen
[not found] ` <20080118080420.GS1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org>
2008-01-18 9:08 ` Amit Shah
[not found] ` <200801181438.03868.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-18 9:14 ` Soren Hansen
[not found] ` <20080118091442.GT1707-BTvIM0DlbdSSwEwcaNC2fFpr/1R2p/CL@public.gmane.org>
2008-01-18 10:27 ` Amit Shah
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox