home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / system / 486BootFloppy.README < prev    next >
Encoding:
Text File  |  1994-09-02  |  627 b   |  24 lines

  1. Instructions for building an Intel bootable floppy set:
  2.  
  3. 1. Format two disks high density disks with NeXT format.
  4.  
  5. 2. Insert disk 1
  6.  
  7. 3. In a terminal window, su to root and type:
  8.  
  9.     ren:1# dd if=BootDisk1.dd of=/dev/rfd0b conv=sync
  10.     2880+0 records in
  11.     2880+0 records out
  12.     
  13. 4. Eject disk 1, insert disk 2
  14.  
  15. 5. Type:
  16.     
  17.     ren:2# dd if=FsckDisk2.dd of=/dev/rfd0b conv=sync
  18.     2880+0 records in
  19.     2880+0 records out
  20.     
  21.  
  22. To boot from these floppies, insert disk 1 and boot the machine.  When it prompts you to "Insert the filesystem", insert disk 2 and hit a key.  You will come up in single user mode and be able to fsck your hard drive.
  23.  
  24.