Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2000 14:33:01 +0100 (CET)
From:      Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: 3.3R/3.4R: can't make it to sysinstall from boot floppies for system install ...
Message-ID:  <200001101333.OAA13761@dorifer.heim3.tu-clausthal.de>
In-Reply-To: <85bjc8$2t3m$1@atlantis.rz.tu-clausthal.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Roger P. Johnson <rpj@fep.hirshfields.com> wrote in list.freebsd-questions:
 >    dd if=kern.flp of=/dev/rsd0
 >    dd if=mfsroot.flp of=/dev/rsd0

I guess that's a typo...  should be /dev/rfd0.

 >    kernel text=<blah> zf_read: fill error
 >    elf_loadexec: archsw.readin failed
 >    can't load module '/kernel': input/output error

You floppies clearly have I/O errors on them.  You could try to
reformat them, or even better, use new ones.

When you use FreeBSD to create the floppies, use this command
instead of dd:

   fdwrite < kern.flp
   fdwrite < mfsroot.flp

It will format, write and verify the floppies at the same time,
thus avoiding the problem of badly preformatted floppies.

Regards
   Oliver

-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de)

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


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?200001101333.OAA13761>