Re: SYS_INST nothing 'Available commands'

KIYOHARA Takashi <[email protected]> Thu, 21 Aug 2008 11:34:55 +0900 (JST)
Newsgroups gmane.os.netbsd.ports.hp300
Message-ID <[email protected]>
Hi! all,


From: KIYOHARA Takashi <[email protected]>
Date: Thu, 14 Aug 2008 00:13:20 +0900 (JST)

> > I am retrying to install the NetBSD-4.0 to Apollo Series 400 (425t).
> > # I got HP-HIL keyboard and Sync-on-Green monitor.  ;-)
> > 
> > I just try the SYS_INST now from local HDD.  I write SYS_INST to SCSI HDD
> > on other machine/OS to first sector.  The SYS_INST outputs this messages
> > to serial console.
> > 
> >   >> NetBSD/hp300 Miniroot Installer, Revision 1.8
> >   >> (builds@wb43, Sat Dec 15 22:02:51 PST 2007)
> >   >> HP 9000/425t SPU
> >   >> Available commands:
> >   >>      - 
> >   >>      - 
> >   >>      - 
> >   >>      - 
> >   >>      - 
> >   sys_inst>
> > 
> > hmm... I can't see 'Available commands'.  X-<

Oops.  I found this reason.
I had failed in writing by dd(1).  As for it, the aryne was not done by
the size of the block.

(Maybe my memory)
  $ dd if=SYS_INST of=/dev/rsd0d
  Invalid argument
  153+1 records in
  153+0 records out						<- +0?  X-)
  78624 bytes transferred in 0.002 secs (39312000 bytes/sec)


I succeed to boot by kernel in miniroot.fs.
# But I encountered other problem.  X-<

Thanks,
--
kiyohara