Re: Quadra 660 disk problems
Frank Bergmann <[email protected]> Tue, 27 Apr 2004 10:56:10 +0200 (CEST)
| Newsgroups | gmane.os.openbsd.mac68k |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 26 Apr 2004, Nate cum veritate scripsit : > I tried downloading the Apple Drive Configuration > Tool, but it only runs in 7.5 and above. I havn't > been able to create a boot disk small enough to fit > the 7.5 system folder and the Drive Config tool on it. I found some hacks in an old HQX-File, resource fork is lost due to de-binhexing: System 7.1.2p Internal HD Format 1.1 To use "Internal HD Format" again after initializing an IDE-Harddisk with "Ontrack Discmanager" (or something else with non-Apple partition map): CODE 1 "Main" @ $1B22 (Routine main@$18E): 660A 4EAD 01AA 1B7C ==> 600A Drive Setup To use Drive Setup (Laufwerke konfigurieren) with Mac OS 7.0 (instead of at least 7.1.2): Version 1.4 (System 8.1): CODE $B "User_Interface" @ $8C96: 0712 FFF8 6C04 4EBA 8726 7004 ==> 0700 Version 1.6 (System 8.5) & 1.6.1: CODE $B "User_Interface" @ $9AB8: 0712 FFF8 6C04 4EBA 8B98 7004 ==> 0700 Version 1.6.2 (System 8.5.1): CODE $B "User_Interface" @ $9AD0: 0712 FFF8 6C04 4EBA 8B64 7004 ==> 0700 Version 1.7.3: CODE $B "User_Interface" @ $9C10: 0712 FFF8 6C04 4EBA 8AC6 7004 ==> 0700 System 8.5 Installation Enable OS 8.5 Installation with all Macs: File "Mac OS 8.5 Installation" (install-script) efpr ID 3000: 0002 C000 0712 002C 000C 0027 ==> 0002 0001 0700 (Gestalt: mach sysv) Apple CD Use CD-driver with almost every SCSI drive: Version 5.3.3 (System 7.6.1): DRVR ".AppleCD" ID 32 @ $516 (=routine "APPLE CO" @ $82): 7000 6014 7016 2F00 486B 000E ==> 7016 Version 5.4 (System 8.0): DRVR ".AppleCD" ID 32 @ $526 (=routine "APPLE CO" @ $82): 7000 6014 7016 2F00 486B 000E ==> 7016 Version 5.4.2 (System 8.1): DRVR ".AppleCD" ID 32 @ $5B8: 7000 6014 7016 2F00 486B 000E ==> 7016 Apple CD/DVD Use CD-driver with almost every SCSI drive: Version 1.0.1 (System 8.5): DRVR ".AppleCD" ID 32 @ $5CA (=routine "APPLE CO" @ $84): 7000 6014 7016 2F00 486B 000E ==> 7001 additional hack: use driver with WORM (CD-writer) too: DRVR ".AppleCD" ID 32 @ $6FE: 0C40 0005 6706 707F 6000 0110 ==> 4EBA 77FA ... DRVR ".AppleCD" ID 32 @ $A00: 0C40 0005 6600 009C 2F0B 2F2E ==> 4EBA 74F8 ... DRVR ".AppleCD" ID 32 @ $7EF6: 4CEE 1880 FFF4 4E5E 4E75 4E56 ==> 4EFA 3598 4EFA 359E ... DRVR ".AppleCD" ID 32 @ $B48E add bytes: 4E75 4CEE 1880 FFF4 4E5E 4E75 0C40 0005 6704 0C40 0004 4E75 [accept SCSI Peripheral Device Type 4 (WORM) & 5 (ROM)] With the Drive Setup hack you should be able to create a bootable disk with System 7.0. Returning to your problem I also recommend to use HD SC Setup for A/UX 3.0. After initializing it you can update the driver with a newer version of Drive Setup. -- Sending unsolicited commercial email to this address may be a violation of the Washington State Consumer Protection Act, chapter 19.86 RCW. Das Verschicken unverlangter kommerzieller email an diese Adresse ist verboten (LG Traunstein, 2 HK O 3755/97 vom 14.10.1997, CR 1998, 171f).