Subject: Re: NetBSD-1.5BETA2 CD problems once more
To: =?iso-8859-1?Q?P=E5llen?= <pollen@astrakan.hig.se>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: port-i386
Date: 11/14/2000 12:44:19
On Wed, Nov 08, 2000 at 07:38:46PM +0100, Pållen wrote:
> Hi again! Seems like I just can't get a working CD...
> 
> I made an iso: (with mkisofs this time)
> 
> pollen@bunke% mkisofs -o ../NetBSD-1.5-BETA2-i386.iso -b
> i386/installation/floppy/boot-big.fs -c boot.catalog -l -J -r -L .
> 
> no problems.
> 
> I burned the iso. no problems.
> 
> I booted the CD. Almost no problems.
> 
> Sysinst fired up, i selected "upgrade", after selecting with drive to
> upgrade on:
> 
> fdcresult: timeout
> fdcresult: timeout
> fd0: timeout (st0 20<seek_cmplt> cyl 0)
> fdcresult: timeout
> fd0: timeout (st0 20<seek_cmplt> cyl 0)
> fdcresult: timeout
> and so on..

The only reason I can see for this, is that you have an entry for a
floppy filesystem (something like "/dev/fd0a /floppy ffs rw,noauto 0 0")
in your /etc/fstab on the system you want to upgrade. Is this correct?

If so, the bug is that sysinst wants to fsck all your ffs filesystems,
but ignores 'noauto', which is easy to fix.

- Frank