From: "Mr. Teo En Ming (Zhang Enming)" <enming.teo@asiasoftsea.net>
To: mad@wol.de
Cc: xen-devel@lists.xensource.com, weidong.han@intel.com,
"'Bonenkamp, Ralf'" <ralf.bonenkamp@swyx.com>
Subject: Re: Vt-d not working with 3.4.1
Date: Wed, 19 Aug 2009 20:59:21 +0800 [thread overview]
Message-ID: <4A8BF729.5050004@asiasoftsea.net> (raw)
In-Reply-To: <4A8BF402.7020400@wol.de>
Dear Marc,
I am aware that bzImage is not related to bzip2 compression at all. In
fact bzImage stands for big zImage.
http://en.wikipedia.org/wiki/Vmlinux
In the past, I was able to use bzip2 for Xen kernel in OpenSUSE 11.1
successfully. Why is it I am only able to use gzip now?
--
Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)
Technical Support Engineer
Information Technology Department
Asiasoft Online Pte Ltd
Tampines Central 1 #04-01 Tampines Plaza
Singapore 529541
Republic of Singapore
Mobile: +65-9648-9798
MSN: teoenming@hotmail.com
Alma Maters: Singapore Polytechnic, National University of Singapore
On 08/19/2009 08:45 PM, Marc - A. Dahlhaus wrote:
> Mr. Teo En Ming (Zhang Enming) schrieb:
>> Dear Pasi,
>>
>> I suspect that there may be some problems with the Xen 3.4.1
>> changeset of 6 August 2009.
>>
>> The bzImage kernel image that I compiled is not a bzip2 file, hence I
>> cannot bzcat it. If I tried to do so, it will complain that it is not
>> a bzip2 file.
>>
>> I did specify the following in my kernel configuration:
>>
>> CONFIG_HAVE_KERNEL_BZIP2=y
>> CONFIG_KERNEL_BZIP2=y
>> CONFIG_RD_BZIP2=y
>> CONFIG_DECOMPRESS_BZIP2=y
>>
>> When I do a "xm dmesg" command, I see the following output:
>>
>> (XEN) Intel VT-d DMAR tables have been parsed.
>> (XEN) Intel VT-d Snoop Control not supported.
>> (XEN) Intel VT-d DMA Passthrough not supported.
>> (XEN) Intel VT-d Queued Invalidation not supported.
>> (XEN) Intel VT-d Interrupt Remapping not supported.
>> (XEN) I/O virtualisation enabled
>> (XEN) I/O virtualisation for PV guests disabled
>>
>> So can I confirm that I have VT-d support enabled?
>>
>> I have checked. Both bzImage and vmlinux.bin inside arch/x86/boot are
>> NOT ELF images.
>>
>> Only vmlinux and vmlinux.bin inside arch/x86/boot/compressed are
>> ELF64 images.
>>
>> However, vmlinux inside compressed cannot boot successfully.
>>
>> Only vmlinux.bin inside compressed can boot successfully, and this is
>> what I am using now.
>>
>> Regarding X server (GUI) unable to start, I have a backtrace inside
>> /var/log/Xorg.0.log.
>>
>> It complains about Fatal Server error:
>> Caught signal 11. Server aborting.
>>
> The bzImage has nothing to do with bzip2 compression and the current
> dom0 loader can only decode that CONFIG_KERNEL_GZIP based image.
> Please change your config to use CONFIG_KERNEL_GZIP instead of
> CONFIG_KERNEL_BZIP2.
>
> Marc
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2009-08-19 12:59 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-08 21:53 Vt-d not working with 3.4.1 Bonenkamp, Ralf
2009-08-17 14:31 ` Pasi Kärkkäinen
2009-08-17 14:46 ` Bonenkamp, Ralf
2009-08-17 14:57 ` Pasi Kärkkäinen
2009-08-17 14:57 ` Ross Philipson
2009-08-17 15:20 ` Bonenkamp, Ralf
2009-08-17 15:28 ` Ross Philipson
2009-08-19 2:48 ` Teo En Ming (Zhang Enming)
2009-08-18 5:43 ` Han, Weidong
2009-08-19 2:45 ` Teo En Ming (Zhang Enming)
2009-08-19 2:44 ` Teo En Ming (Zhang Enming)
2009-08-19 6:29 ` Bonenkamp, Ralf
2009-08-19 7:24 ` Han, Weidong
2009-08-19 9:10 ` Teo En Ming (Zhang Enming)
2009-08-19 9:26 ` Pasi Kärkkäinen
2009-08-19 9:45 ` Teo En Ming (Zhang Enming)
2009-08-19 10:20 ` Pasi Kärkkäinen
2009-08-19 11:13 ` Mr. Teo En Ming (Zhang Enming)
2009-08-19 11:39 ` Mr. Teo En Ming (Zhang Enming)
2009-08-19 12:30 ` Mr. Teo En Ming (Zhang Enming)
2009-08-19 12:34 ` Pasi Kärkkäinen
2009-08-19 12:53 ` Mr. Teo En Ming (Zhang Enming)
2009-08-19 12:32 ` Pasi Kärkkäinen
2009-08-19 12:50 ` Mr. Teo En Ming (Zhang Enming)
2009-08-19 12:45 ` Marc - A. Dahlhaus
2009-08-19 12:59 ` Mr. Teo En Ming (Zhang Enming) [this message]
2009-08-19 13:06 ` Marc - A. Dahlhaus
2009-08-19 13:09 ` Mr. Teo En Ming (Zhang Enming)
2009-08-19 13:11 ` Pasi Kärkkäinen
2009-08-19 17:06 ` Mr. Teo En Ming (Zhang Enming)
2009-08-20 12:36 ` Teo En Ming (Zhang Enming)
2009-08-20 12:48 ` Teo En Ming (Zhang Enming)
2009-08-20 12:52 ` Teo En Ming (Zhang Enming)
2009-08-20 13:09 ` Teo En Ming (Zhang Enming)
2009-08-20 13:20 ` Teo En Ming (Zhang Enming)
2009-08-20 13:52 ` Teo En Ming (Zhang Enming)
2009-08-20 16:23 ` Teo En Ming (Zhang Enming)
2009-08-20 16:41 ` Mr. Teo En Ming (Zhang Enming)
2009-08-20 17:00 ` Mr. Teo En Ming (Zhang Enming)
2009-08-20 17:28 ` Mr. Teo En Ming (Zhang Enming)
2009-08-20 18:03 ` Andrew Lyon
2009-08-20 18:10 ` Mr. Teo En Ming (Zhang Enming)
2009-08-20 18:43 ` Konrad Rzeszutek Wilk
2009-08-21 0:24 ` Mr. Teo En Ming (Zhang Enming)
2009-08-21 7:47 ` Teo En Ming (Zhang Enming)
2009-08-19 13:10 ` Pasi Kärkkäinen
2009-08-19 13:16 ` Marc - A. Dahlhaus
2009-08-19 13:19 ` Pasi Kärkkäinen
2009-08-19 13:15 ` Han, Weidong
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=4A8BF729.5050004@asiasoftsea.net \
--to=enming.teo@asiasoftsea.net \
--cc=mad@wol.de \
--cc=ralf.bonenkamp@swyx.com \
--cc=weidong.han@intel.com \
--cc=xen-devel@lists.xensource.com \
/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.