|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] RE: cearte kernel
The boot menu for xen kernel is a little different with normal Linux kernel.
Please change your boot menu refer this example:
title Centos-2.6.18(2.6.18)
root (hd1,4)
kernel /boot/xen.gz-2.6.18.8-1 vga=gfx-1280x1024x16
module /boot/vmlinuz-2.6.18.8-1xen ro root=/dev/sdb5
module /boot/initrd-2.6.18.8-1xen.img
This boot menu works on my workstation.
the parameter vga indicate that, to enable frame buffer in booting(or text
mode).This need your kernel supports. Please select the frame buffer support in
kernel configuration.
For the kernel configuration, after you implement "make prep-kernels" , a new
kernel folder will be generated under xen-3.3.x. (named
build-linux-2.6.18-xen_x86_32 for my build.). Just run "make menuconfig" in
this new kernel folder. You can customize your new kernel now, and command
"make kernels" in folder xen-3.3.x can build the new kernels.
Best Regards!
SHUNLI
-----Original Message-----
From: Cyril DE DANILOFF [mailto:cyril@xxxxxx]
Sent: 2009年3月11日 23:05
To: Yi, Shunli; xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: cearte kernel
Ok thank you for the response.
But after pute
title Xen 3.3 / XenLinux 2.6
kernel /boot/xen-3.3.gz console=vga
module /boot/vmlinuz-2.6.18.8-xen root=/dev/hda1 ro console=tty0
in grub/menu.
My new kernel not boot.
If I do make menuconfig in xen-3.3.1/linux-2.6.18-xen.hg
Make dist not compile :s. how I can add my drivers and modules for my machine ?
-----Message d'origine-----
De : Yi, Shunli [mailto:syi@xxxxxxxxxxxx]
Envoyé : mercredi 11 mars 2009 14:35
À : Cyril DE DANILOFF; xen-users@xxxxxxxxxxxxxxxxxxx
Objet : 答复: cearte kernel
Hi:
Please refer to http://www.xen.org/download/docs/xen33.linux-2.6.18.README.txt.
steps:
1. download the xen-3.3.1.tar.gz
2. tar -zxf xen-3.3.1.tar.gz
3. Download kernel code by
"http://www.xen.org/download/docs/xen33.linux-2.6.18.README.txt"
4. cd to folder xen-3.3.1
5. make prep-kernels.
6. run other make commands you want.( you can get help by "make help")
enjoy your time :)
Shunli
________________________________________
发件人: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[xen-users-bounces@xxxxxxxxxxxxxxxxxxx] 代表 Cyril DE DANILOFF [cyril@xxxxxx]
发送时间: 2009年3月11日 19:05
收件人: xen-users@xxxxxxxxxxxxxxxxxxx
主题: [Xen-users] cearte kernel
Hi,
How create the xen kernel create.
I download linux-2.6.18-xen-3.3.0. I do make menu config; make m make
installes_modules but there are not a bzimage in /archi386/boot/.
And in the xen source I test make dist, make world; it s download a new kernel
but it don t want compile when i config with make menuconfig.
So what is the file that make and copy in the kernel ?
What is the process for install xen with the xen kernel ? the README said :
./install make dist ! :s
--
Cyril
__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3925 (20090311) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
Click here<https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg==> to report
this email as spam.
Protected by Websense Hosted Email Security -- www.websense.com
__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3926 (20090311) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3926 (20090311) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|