public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] build a bootable kernel
@ 2002-10-28  6:49 dai yiyang
  2002-10-28  6:58 ` Kimio Suganuma
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dai yiyang @ 2002-10-28  6:49 UTC (permalink / raw)
  To: linux-ia64

Hi :

   I have build a 2.5.39 kernel under redhat 7.2 use "make vmlinux" , the 
output file vmlinux is 55M!  and seems cannot be loaded by elilo .
   Per my check the original kernel file default installed on the system is 
only 1M , I think it should been compressed .
   Anybody can provide me the right step to build a bootable kernel under 
ia64 ?





_________________________________________________________________
√‚∑—œ¬‘ÿ MSN Explorer:  http://explorer.msn.com/lccn/ 



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

* Re: [Linux-ia64] build a bootable kernel
  2002-10-28  6:49 [Linux-ia64] build a bootable kernel dai yiyang
@ 2002-10-28  6:58 ` Kimio Suganuma
  2002-10-28  7:31 ` David Mosberger
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Kimio Suganuma @ 2002-10-28  6:58 UTC (permalink / raw)
  To: linux-ia64

Do "strip vmlinux"
or delete -g option in Makefile
and then compress the kernel with gzip or bzip2 if you want.

Kimi

On Mon, 28 Oct 2002 14:49:11 +0800
"dai yiyang" <daiyiyang@hotmail.com> wrote:

> Hi :
> 
>    I have build a 2.5.39 kernel under redhat 7.2 use "make vmlinux" , the 
> output file vmlinux is 55M!  and seems cannot be loaded by elilo .
>    Per my check the original kernel file default installed on the system is 
> only 1M , I think it should been compressed .
>    Anybody can provide me the right step to build a bootable kernel under 
> ia64 ?

-- 
Kimio Suganuma <k-suganuma@mvj.biglobe.ne.jp>



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

* Re: [Linux-ia64] build a bootable kernel
  2002-10-28  6:49 [Linux-ia64] build a bootable kernel dai yiyang
  2002-10-28  6:58 ` Kimio Suganuma
@ 2002-10-28  7:31 ` David Mosberger
  2002-10-28  9:42 ` dai yiyang
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: David Mosberger @ 2002-10-28  7:31 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Mon, 28 Oct 2002 14:49:11 +0800, "dai yiyang" <daiyiyang@hotmail.com> said:

  dai> Hi : I have build a 2.5.39 kernel under redhat 7.2 use "make
  dai> vmlinux" , the output file vmlinux is 55M!  and seems cannot be
  dai> loaded by elilo .  Per my check the original kernel file
  dai> default installed on the system is only 1M , I think it should
  dai> been compressed .  Anybody can provide me the right step to
  dai> build a bootable kernel under ia64 ?

	make compressed

will build you a stripped & compressed kernel in vmlinux.gz.

	--david


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

* Re: [Linux-ia64] build a bootable kernel
  2002-10-28  6:49 [Linux-ia64] build a bootable kernel dai yiyang
  2002-10-28  6:58 ` Kimio Suganuma
  2002-10-28  7:31 ` David Mosberger
@ 2002-10-28  9:42 ` dai yiyang
  2002-10-28 16:41 ` Stephane Eranian
  2002-10-29  1:23 ` Dai, Yiyang
  4 siblings, 0 replies; 6+ messages in thread
From: dai yiyang @ 2002-10-28  9:42 UTC (permalink / raw)
  To: linux-ia64

thanks for your help
the kernel file has been built .
but how to load the kernel during system boot time ?
I have edit the elilo.conf file add the new kernel's path .
but the the system halted at "umcompressed kernel ......ok ."

I think its due to I do not install the bootloader , but I dont konw how to 
handle it :(

Regards,
DaiYiyang


>From: David Mosberger <davidm@napali.hpl.hp.com>
>Reply-To: davidm@hpl.hp.com
>To: "dai yiyang" <daiyiyang@hotmail.com>
>CC: linux-ia64@linuxia64.org
>Subject: Re: [Linux-ia64] build a bootable kernel
>Date: Sun, 27 Oct 2002 23:31:41 -0800
>
> >>>>> On Mon, 28 Oct 2002 14:49:11 +0800, "dai yiyang" 
<daiyiyang@hotmail.com> said:
>
>   dai> Hi : I have build a 2.5.39 kernel under redhat 7.2 use "make
>   dai> vmlinux" , the output file vmlinux is 55M!  and seems cannot be
>   dai> loaded by elilo .  Per my check the original kernel file
>   dai> default installed on the system is only 1M , I think it should
>   dai> been compressed .  Anybody can provide me the right step to
>   dai> build a bootable kernel under ia64 ?
>
>	make compressed
>
>will build you a stripped & compressed kernel in vmlinux.gz.
>
>	--david


_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/lccn/ 



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

* Re: [Linux-ia64] build a bootable kernel
  2002-10-28  6:49 [Linux-ia64] build a bootable kernel dai yiyang
                   ` (2 preceding siblings ...)
  2002-10-28  9:42 ` dai yiyang
@ 2002-10-28 16:41 ` Stephane Eranian
  2002-10-29  1:23 ` Dai, Yiyang
  4 siblings, 0 replies; 6+ messages in thread
From: Stephane Eranian @ 2002-10-28 16:41 UTC (permalink / raw)
  To: linux-ia64

Hello,

On Mon, Oct 28, 2002 at 05:42:59PM +0800, dai yiyang wrote:
> thanks for your help
> the kernel file has been built .
> but how to load the kernel during system boot time ?
> I have edit the elilo.conf file add the new kernel's path .
> but the the system halted at "umcompressed kernel ......ok ."
> 
What kind of machine are you trying to boot?
What is the .config file used to build the kernel?
What is the content of elilo.conf?

With this information I may be able to tell you what's wrong.

Thanks.

-- 
-Stephane


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

* Re: [Linux-ia64] build a bootable kernel
  2002-10-28  6:49 [Linux-ia64] build a bootable kernel dai yiyang
                   ` (3 preceding siblings ...)
  2002-10-28 16:41 ` Stephane Eranian
@ 2002-10-29  1:23 ` Dai, Yiyang
  4 siblings, 0 replies; 6+ messages in thread
From: Dai, Yiyang @ 2002-10-29  1:23 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 1082 bytes --]


>On Mon, Oct 28, 2002 at 05:42:59PM +0800, dai yiyang wrote:
>> thanks for your help
>> the kernel file has been built .
>> but how to load the kernel during system boot time ?
>> I have edit the elilo.conf file add the new kernel's path . but the 
>> the system halted at "umcompressed kernel ......ok ."
>> 
>What kind of machine are you trying to boot?

   I use a compaq proliant DL590 ( Itanium -700Mhz)

>What is the .config file used to build the kernel?
      
   I dont have the experience on build a ia64 kernel , so I use the
common config 
   My concern is in "IA-64 System type" wehther I should choose
DIG-compliant or generic 
   I use generic in my kernel configuration
 
>What is the content of elilo.conf?
           image=vmlinuz-2.5.39
		label=linux-2.5.39
		initrd=initrd-2.5.39.img
		read-only
		root=/dev/ida/c0d0p3

     the section for my new kernel was copied from my previous kernel
section , I think it should be correct.
>
>With this information I may be able to tell you what's wrong.
>
>Thanks.

>-- 
>-Stephane


[-- Attachment #2: Type: text/html, Size: 3098 bytes --]

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

end of thread, other threads:[~2002-10-29  1:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-28  6:49 [Linux-ia64] build a bootable kernel dai yiyang
2002-10-28  6:58 ` Kimio Suganuma
2002-10-28  7:31 ` David Mosberger
2002-10-28  9:42 ` dai yiyang
2002-10-28 16:41 ` Stephane Eranian
2002-10-29  1:23 ` Dai, Yiyang

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