public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.)
@ 2000-12-16  1:01 infernix
  2000-12-16  4:22 ` Niels Kristian Bech Jensen
  0 siblings, 1 reply; 7+ messages in thread
From: infernix @ 2000-12-16  1:01 UTC (permalink / raw)
  To: linux-kernel

Hi,

After compiling 2.4.0-test12 on my (P2-266, 440LX) Debian 2.2 system (make
bzdisk), i am unable to boot the kernel. When I boot up with the floppy
disk, I do get the Loading...... screen (I think it does load completely),
but afterwards I get this error:

0224
AX:0212
BX:BC00
CX:5101
DX:000.

This error keeps repeating itself. It seems that it keeps reading the boot
floppy every time it prints the error, because the floppy drive light is on,
and when I remove the floppy the error prints faster. At first I thought the
diskette was to blame. However, testing several different diskettes,
including ones I boot earlier 2.2.x kernels on, the problem kept occurring.
The BX and CX values differed though (BX:7400 and CX:5001).

Then, I thought it was ACPI. So I compiled without ACPI, but that didn't
help eiter. I couldn't find any useful info on the list, nor on any search
engine (+kernel +boot +"0224").

Does anyone have any ideas?

Thanks in advance.


Regards,

infernix

-
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] 7+ messages in thread

* Re: Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.)
  2000-12-16  1:01 Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.) infernix
@ 2000-12-16  4:22 ` Niels Kristian Bech Jensen
  2000-12-16 10:06   ` Jens Müller
  2000-12-16 15:56   ` infernix
  0 siblings, 2 replies; 7+ messages in thread
From: Niels Kristian Bech Jensen @ 2000-12-16  4:22 UTC (permalink / raw)
  To: infernix; +Cc: Linux kernel developer's mailing list

On Sat, 16 Dec 2000, infernix wrote:

> Hi,
>
> After compiling 2.4.0-test12 on my (P2-266, 440LX) Debian 2.2 system (make
> bzdisk), i am unable to boot the kernel. When I boot up with the floppy
> disk, I do get the Loading...... screen (I think it does load completely),
> but afterwards I get this error:
>
> 0224
> AX:0212
> BX:BC00
> CX:5101
> DX:000.
>
I've seen this a few times too. It's normally caused by a bad floppy.
Try another floppy.

-- 
Niels Kristian Bech Jensen -- nkbj@image.dk -- http://www.image.dk/~nkbj/

----------->>  Stop software piracy --- use free software!  <<-----------

-
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] 7+ messages in thread

* Re: Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.)
  2000-12-16  4:22 ` Niels Kristian Bech Jensen
@ 2000-12-16 10:06   ` Jens Müller
  2000-12-16 15:56   ` infernix
  1 sibling, 0 replies; 7+ messages in thread
From: Jens Müller @ 2000-12-16 10:06 UTC (permalink / raw)
  To: Linux kernel developer's mailing list


----- Original Message -----
From: "Niels Kristian Bech Jensen" <nkbj@image.dk>
To: "infernix" <infernix@infernix.nl>
Cc: "Linux kernel developer's mailing list"
<linux-kernel@vger.kernel.org>
Sent: Saturday, December 16, 2000 5:22 AM
Subject: Re: Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101
DX:000.)


> I've seen this a few times too. It's normally caused by a bad floppy.
> Try another floppy.

Or try booting from harddisk...

Jens


-
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] 7+ messages in thread

* Re: Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.)
  2000-12-16  4:22 ` Niels Kristian Bech Jensen
  2000-12-16 10:06   ` Jens Müller
@ 2000-12-16 15:56   ` infernix
  2000-12-16 23:25     ` Peter Samuelson
  1 sibling, 1 reply; 7+ messages in thread
From: infernix @ 2000-12-16 15:56 UTC (permalink / raw)
  To: Niels Kristian Bech Jensen; +Cc: Linux kernel developer's mailing list

Hi,

I found the cause. I read somewhere in a debian bugreport that bootsect.S
can't handle really big (b)vmlinuz images (over 500kb orso). However, I am
wondering why 'make bzdisk' doesn't give me an error or a warning. I mean,
the only purpose of 'make bzdisk' is to build a kernel bootable on a
floppy right?

Regards,

infernix

-
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] 7+ messages in thread

* Re: Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.)
  2000-12-16 15:56   ` infernix
@ 2000-12-16 23:25     ` Peter Samuelson
  2000-12-17  0:19       ` Alan Cox
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Samuelson @ 2000-12-16 23:25 UTC (permalink / raw)
  To: infernix
  Cc: Niels Kristian Bech Jensen,
	Linux kernel developer's mailing list


[infernix]
> I found the cause. I read somewhere in a debian bugreport that
> bootsect.S can't handle really big (b)vmlinuz images (over 500kb
> orso). However, I am wondering why 'make bzdisk' doesn't give me an
> error or a warning.

As someone (Jeff Garzik?) was saying a week or two ago, can we please
kill the x86 boot sector already?  With today's kernels, 'over 500k or
so' is probably the common case.  Is there *anything* the builtin code
can do better than syslinux?

Peter
-
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] 7+ messages in thread

* Re: Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.)
  2000-12-16 23:25     ` Peter Samuelson
@ 2000-12-17  0:19       ` Alan Cox
  2000-12-17  1:20         ` Peter Samuelson
  0 siblings, 1 reply; 7+ messages in thread
From: Alan Cox @ 2000-12-17  0:19 UTC (permalink / raw)
  To: Peter Samuelson
  Cc: infernix, Niels Kristian Bech Jensen,
	Linux kernel developer's mailing list

> As someone (Jeff Garzik?) was saying a week or two ago, can we please
> kill the x86 boot sector already?  With today's kernels, 'over 500k or
> so' is probably the common case.  Is there *anything* the builtin code
> can do better than syslinux?

Its just plain easier to use

	scp arch/i386/boot/bzImage somebox:/dev/fd0
	ssh root@somebox reboot

is how I do at least part of my testing


-
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] 7+ messages in thread

* Re: Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.)
  2000-12-17  0:19       ` Alan Cox
@ 2000-12-17  1:20         ` Peter Samuelson
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Samuelson @ 2000-12-17  1:20 UTC (permalink / raw)
  To: Alan Cox
  Cc: infernix, Niels Kristian Bech Jensen,
	Linux kernel developer's mailing list


  [me]
> > Is there *anything* the builtin code can do better than syslinux?

[ac]
> 	scp arch/i386/boot/bzImage somebox:/dev/fd0
> 	ssh root@somebox reboot

Never thought of that one.  I would probably instead use

	scp arch/i386/boot/bzImage somebox:/tmp
	ssh root@somebox 'mcopy -o /tmp/bzImage a: && reboot'

with a known good syslinux floppy in place, but I suppose your method
*is* somewhat simpler.

Peter
-
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] 7+ messages in thread

end of thread, other threads:[~2000-12-17  1:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-16  1:01 Unable to boot 2.4.0-test12 (0224 AX:0212 BX:BC00 CX:5101 DX:000.) infernix
2000-12-16  4:22 ` Niels Kristian Bech Jensen
2000-12-16 10:06   ` Jens Müller
2000-12-16 15:56   ` infernix
2000-12-16 23:25     ` Peter Samuelson
2000-12-17  0:19       ` Alan Cox
2000-12-17  1:20         ` Peter Samuelson

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