public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.17-rc1 doesn't boot (on K6-II)
@ 2001-12-14 15:43 Sven Vermeulen
  2001-12-14 16:12 ` Resolved (was Re: 2.4.17-rc1 doesn't boot (on K6-II)) Sven Vermeulen
  2001-12-18 20:53 ` 2.4.17-rc1 doesn't boot (on K6-II) endre
  0 siblings, 2 replies; 5+ messages in thread
From: Sven Vermeulen @ 2001-12-14 15:43 UTC (permalink / raw)
  To: Linux-Kernel Development Mailinglist

Hi,

When booting 2.4.17-rc1, the following text appears:

-------------------------------------------- BEGIN --
Loading 2.4.17-rc1............. 
Uncompressing Linux...

ran out of input data

  -- System halted
--------------------------------------------- END ---

This has never occured to me before. I'm compiling -rc1 now on another box
(with a different gcc - mine is 2.96-85 - yes, RedHat packaged it) to make
sure this isn't due to gcc.

	Sven Vermeulen

-- 
I would rather spend 10 hours reading someone else's source code than
10 minutes listening to Musak waiting for technical support which 
isn't. ~(Wettstein)

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

* Resolved (was Re: 2.4.17-rc1 doesn't boot (on K6-II))
  2001-12-14 15:43 2.4.17-rc1 doesn't boot (on K6-II) Sven Vermeulen
@ 2001-12-14 16:12 ` Sven Vermeulen
  2001-12-15 22:32   ` Phil Sorber
  2001-12-18 20:53 ` 2.4.17-rc1 doesn't boot (on K6-II) endre
  1 sibling, 1 reply; 5+ messages in thread
From: Sven Vermeulen @ 2001-12-14 16:12 UTC (permalink / raw)
  To: Linux-Kernel Development Mailinglist

On Fri, Dec 14, 2001 at 04:43:01PM +0100, Sven Vermeulen wrote:
> When booting 2.4.17-rc1, the following text appears:
[...]

A kernel compiled with a different gcc went very well. I found it strange
that the gcc I previously used (which I always use for compiling) gave that
error, so I recompiled it with that compiler and rebooted... which went
alright.

I can only guess what has mishappened. My /boot was full, but I hardly think
this was the problem. 

Oh well, it goes well now, no need to complain, do I? ;-)

	Sven Vermeulen

-- 
panic("Foooooooood fight!"); 
  ~(In the kernel source aha1542.c, after detecting a bad segment list.)


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

* Re: Resolved (was Re: 2.4.17-rc1 doesn't boot (on K6-II))
  2001-12-14 16:12 ` Resolved (was Re: 2.4.17-rc1 doesn't boot (on K6-II)) Sven Vermeulen
@ 2001-12-15 22:32   ` Phil Sorber
  2001-12-16  8:37     ` Sven Vermeulen
  0 siblings, 1 reply; 5+ messages in thread
From: Phil Sorber @ 2001-12-15 22:32 UTC (permalink / raw)
  To: Sven Vermeulen; +Cc: Linux-Kernel Development Mailinglist

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

On Fri, 2001-12-14 at 11:12, Sven Vermeulen wrote:
> A kernel compiled with a different gcc went very well. I found it strange
> that the gcc I previously used (which I always use for compiling) gave that
> error, so I recompiled it with that compiler and rebooted... which went
> alright.

so now which version of gcc worked and which failed exactly?

-- 
Phil Sorber
AIM: PSUdaemon
IRC: irc.openprojects.net #psulug,#slackware,#splack PSUdaemon
GnuPG: keyserver - pgp.mit.edu

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: Resolved (was Re: 2.4.17-rc1 doesn't boot (on K6-II))
  2001-12-15 22:32   ` Phil Sorber
@ 2001-12-16  8:37     ` Sven Vermeulen
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen @ 2001-12-16  8:37 UTC (permalink / raw)
  To: Phil Sorber; +Cc: Linux-Kernel Development Mailinglist

On 15 Dec 2001, Phil Sorber wrote:

> so now which version of gcc worked and which failed exactly?

Both (3.0.1 and 2.96-85, the RedHat-one) worked, that's just whats weird
about it (to me).

	Sven Vermeulen

-- 
 I thought I saw a pussycat...
 I did! I did! I did saw a pussycat!
 			(Tweety)


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

* Re: 2.4.17-rc1 doesn't boot (on K6-II)
  2001-12-14 15:43 2.4.17-rc1 doesn't boot (on K6-II) Sven Vermeulen
  2001-12-14 16:12 ` Resolved (was Re: 2.4.17-rc1 doesn't boot (on K6-II)) Sven Vermeulen
@ 2001-12-18 20:53 ` endre
  1 sibling, 0 replies; 5+ messages in thread
From: endre @ 2001-12-18 20:53 UTC (permalink / raw)
  To: Sven Vermeulen; +Cc: Linux-Kernel Development Mailinglist



On Fri, 14 Dec 2001, Sven Vermeulen wrote:

> When booting 2.4.17-rc1, the following text appears:
> -------------------------------------------- BEGIN --
> Loading 2.4.17-rc1.............
> Uncompressing Linux...
>
> ran out of input data
>
>   -- System halted
> --------------------------------------------- END ---

Check your installed kernel image, it may be truncated. This just
happened to me using kernel-image .deb: only part of the kernel image
got unpacked.

-m-


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

end of thread, other threads:[~2001-12-18 20:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-14 15:43 2.4.17-rc1 doesn't boot (on K6-II) Sven Vermeulen
2001-12-14 16:12 ` Resolved (was Re: 2.4.17-rc1 doesn't boot (on K6-II)) Sven Vermeulen
2001-12-15 22:32   ` Phil Sorber
2001-12-16  8:37     ` Sven Vermeulen
2001-12-18 20:53 ` 2.4.17-rc1 doesn't boot (on K6-II) endre

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