Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.unix-wizards Subject: Re: Booting off of Emulex/Fujitsu (as dual RP-06"s)????? Message-ID: <909@utah-gr.UUCP> Date: Sat, 17-Sep-83 23:55:11 EDT Article-I.D.: utah-gr.909 Posted: Sat Sep 17 23:55:11 1983 Date-Received: Sun, 18-Sep-83 13:49:57 EDT References: vaxine.321 Lines: 6 The problem is that the disk is TOO FAST. The boot program is spinning on drive ready (busy?), but the drive comes ready before the data is all in memory. Then it branches to the (non-existent) code. Fix is to spin on controller busy (ready?) instead. =Spencer