home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / mini / download / lnx-bbc-1.618.iso / FLOPPY-BOOT.txt < prev    next >
Text File  |  2001-07-02  |  2KB  |  60 lines

  1. A non-bootable CD-ROM drive can still be used with the LNX-BBC rescue 
  2. disc.  You will need a working system to prepare a boot floppy; either a
  3. DOS or Linux box can be used. 
  4.  
  5. In Linux:
  6. ---------
  7.  
  8. Mount up the LNX-BBC CD-ROM as an iso9660 filesystem using the commands:
  9.  
  10.     mount -t iso9660 /dev/cdrom /mnt/cdrom
  11.  
  12. It is assumed that you have a link from /dev/cdrom to the actual device 
  13. (e.g. /dev/hdc), your kernel supports iso9660fs, and that you have a 
  14. directory called /mnt/cdrom.
  15.  
  16. It is also assumed that you have a good writable 1.44 floppy in a functioning 
  17. floppy drive.  (If the floppy has not previously been low-level formatted,
  18. you must first "fdformat /dev/fd0".)
  19.  
  20. Now the command
  21.  
  22.     dd if=/mnt/cdrom/lnx.img of=/dev/fd0
  23.     
  24. will make a bootable floppy that can be used in conjunction with the BBC.
  25.  
  26. If all goes well, you should receive a message on the screen saying something
  27. similar to
  28.  
  29. 2880+ records in
  30. 2880+ records out 
  31.  
  32.  
  33.  
  34. In DOS:
  35. -------
  36.  
  37. The command "rawrite2" will prompt you for both a file to write; you
  38. should type "lnx.img" from the root of the CD-ROM drive.
  39.  
  40. For the destination, enter the DOS path to your 1.44 MB floppy drive, usually
  41. "A:" or "B:".
  42.  
  43.  
  44.  
  45. Booting the system
  46. ------------------
  47.  
  48. As long as your BIOS is set to boot from a 1.44 MB floppy drive, you should
  49. be able to boot with the floppy and the CD-ROM both in the machine, and the
  50. system should work.
  51.  
  52. We would be happy to receive a bug report if the system does not work; _you
  53. will still need an IDE or PCI SCSI CD-ROM drive_.  Booting from a floppy only
  54. removes the requirement that the BIOS be able to boot directly from CD.
  55.  
  56. Note that if you have CD-ROM support under DOS, you can boot _directly_ into
  57. the BBC from DOS using LOADLIN instead!  Run "bootcd.bat" in the "loadlin"
  58. directory on the CD.  This won't work from under Windows in protected mode,
  59. only from under DOS.
  60.