public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Running "make install" runs lilo on my Athlon but not my Pentium II.
@ 2001-01-22  8:19 Miles Lane
  2001-01-22 22:02 ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: Miles Lane @ 2001-01-22  8:19 UTC (permalink / raw)
  To: linux-kernel


Hi,

When I run "make install" on my Pentium II machine, lilo gets
run after vmlinuz is built.  When I do the same thing on my Athlon,
vmlinuz gets built, but lilo does get run.

Here are my architecture options for the Athlon:

CONFIG_X86=y
CONFIG_ISA=y
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_MK7=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_NOHIGHMEM=y
CONFIG_MTRR=y
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Running "make install" runs lilo on my Athlon but not my Pentium II.
  2001-01-22  8:19 Running "make install" runs lilo on my Athlon but not my Pentium II Miles Lane
@ 2001-01-22 22:02 ` Russell King
  2001-01-26  9:08   ` Miles Lane
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King @ 2001-01-22 22:02 UTC (permalink / raw)
  To: miles; +Cc: linux-kernel

Miles Lane writes:
> When I run "make install" on my Pentium II machine, lilo gets
> run after vmlinuz is built.  When I do the same thing on my Athlon,
> vmlinuz gets built, but lilo does get run.

Have you checked for the existance of a /sbin/installkernel file on either
machine?

--
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Running "make install" runs lilo on my Athlon but not my Pentium II.
  2001-01-22 22:02 ` Russell King
@ 2001-01-26  9:08   ` Miles Lane
  2001-01-26 13:21     ` Chmouel Boudjnah
  0 siblings, 1 reply; 4+ messages in thread
From: Miles Lane @ 2001-01-26  9:08 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel, chmouel

Russell King wrote:
> 
> Miles Lane writes:
> > When I run "make install" on my Pentium II machine, lilo gets
> > run after vmlinuz is built.  When I do the same thing on my Athlon,
> > vmlinuz gets built, but lilo does get run.
> 
> Have you checked for the existance of a /sbin/installkernel file on either
> machine?

Yes.  The script exists on both machines, but I think you have
nailed the problem.  The working machine is running RedHat 6.2 plus
a 2.4.0+ kernel.  The other (the Athlon) is running Mandrake 7.2 plus
a 2.4.0+ kernel.  On the working machine, the installkernel script
is just a shell script.  While, on the problem machine, the script
is a PERL script written by chmouel@mandrakesoft.com.  

So, Chmouel, what gives?  Can you help me debug this?

Thanks Russell,

	Miles
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Running "make install" runs lilo on my Athlon but not my Pentium II.
  2001-01-26  9:08   ` Miles Lane
@ 2001-01-26 13:21     ` Chmouel Boudjnah
  0 siblings, 0 replies; 4+ messages in thread
From: Chmouel Boudjnah @ 2001-01-26 13:21 UTC (permalink / raw)
  To: Miles Lane; +Cc: Russell King, linux-kernel

Miles Lane <miles@megapathdsl.net> writes:

> Yes.  The script exists on both machines, but I think you have
> nailed the problem.  The working machine is running RedHat 6.2 plus
> a 2.4.0+ kernel.  The other (the Athlon) is running Mandrake 7.2 plus
> a 2.4.0+ kernel.  On the working machine, the installkernel script
> is just a shell script.  While, on the problem machine, the script
> is a PERL script written by chmouel@mandrakesoft.com.  
> So, Chmouel, what gives?  Can you help me debug this?

this installkernel script try to detect what kind of bootloader you
have on your machine (since we ship GRUB and LILO), what the output of
:

/usr/sbin/detectloader

give you (under the mdk machine).

-- 
MandrakeSoft Inc                     http://www.chmouel.org
                      --Chmouel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-26 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-22  8:19 Running "make install" runs lilo on my Athlon but not my Pentium II Miles Lane
2001-01-22 22:02 ` Russell King
2001-01-26  9:08   ` Miles Lane
2001-01-26 13:21     ` Chmouel Boudjnah

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