Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 1999 01:37:59 +0200 (SAT)
From:      Robert Nordier <rnordier@nordier.com>
To:        wildcard@dax.belen.k12.nm.us (wildcardus freakis)
Cc:        rnordier@nordier.com, veldy@visi.com, freebsd-questions@FreeBSD.ORG
Subject:   Re: AGAIN 3.1-RELEASE and boot.flp
Message-ID:  <199902192338.BAA14224@ceia.nordier.com>
In-Reply-To: <Pine.BSF.3.96.990219160003.17366C-100000@dax.belen.k12.nm.us> from wildcardus freakis at "Feb 19, 99 04:01:04 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
wildcardus freakis wrote:
> 
> On Sat, 20 Feb 1999, Robert Nordier wrote:
> 
> > wildcardus freakis wrote:
> >  
> > > I have two disks...one, kern.flp and two, mfsroot.flp...
> > > I put kern.flp in the drive and booted to a point that says:
> > > 
> > > >> FreeBSD/i386 BOOT
> > > Default:  0:fd(0,a)/kernel
> > > boot:
> > >  
> > > Now...when I type /boot/loader 
> > > I get this error:
> > > Disk Error 0x10 (lba=0x90)
> > > Invalid Format
> > > 
> > > I made each boot disk like I always have since FreeBSD 2.2.2 came out.
> > > dd if=kern.flp of=/dev/fd0
> > > dd if=mfsroot.flp of=/dev/fd0
> 
> Again a good call...how did you know what 0x10 ment?

I wrote the code. :)

It would be good to print more useful messages, but the boot blocks
don't really have the space.

> is there a place that you can look at what errors mean?

Brown's "Interrupt List", or any programmer's reference to the PC
BIOS, should have a list of these.

The most common ones are:

    0x01  Invalid parameter
    0x02  Address mark not found
    0x03  Write-protected disk
    0x04  Sector not found
    0x06  Diskette changed
    0x08  DMA overrun
    0x09  DMA across 64K boundary
    0x0C  Invalid media
    0x10  Uncorrectable CRC error
    0x20  Controller error
    0x40  Seek failure
    0x80  Drive not ready

> 
> Thanks
> Sasha
> 
> 
> > 
> > Disk Error 0x10 means that your floppy drive controller encountered
> > an uncorrectable CRC error (ie. part of the disk is unreadable).
> > 
> > --
> > Robert Nordier
> > 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902192338.BAA14224>