Advertisement
Guest User

Untitled

a guest
Apr 6th, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. About the Smart Boot Manager image
  2. ----------------------------------
  3.  
  4. The file `sbm.bin' that is available in this directory may be useful
  5. to you if you are not able to directly boot the first CD because your
  6. BIOS may be too old and may not support ISOLINUX.
  7.  
  8. Then, instead of booting on the CD directly, you create a Smart Boot
  9. Manager floppy image by using the sbm.bin disk image. You can create this
  10. floppy with rawrite (under DOS) or with dd (under Linux). Now you can
  11. boot on this floppy disk and it will detect your CDROM and let you boot
  12. on it bypassing any BIOS limitation.
  13.  
  14. What is SBM ?
  15.  
  16. Smart Boot Manager or briefly SmartBtmgr (SBM), is an OS independent
  17. Boot Manager - a program that is loaded by the bios before any
  18. operating system and allows you to choose which operating system to
  19. boot.
  20.  
  21. SBM is included in Debian in two ways, the package bmconf allows us to
  22. install and configure an old version of SBM and sbm wich is the latest
  23. version of SBM with an installer.
  24.  
  25. What's the use of SBM on the CD then ?
  26.  
  27. SBM includes an IDE driver that allows us to boot the cds even on
  28. machines with a BIOS that wouldn't support booting from CD, provided our
  29. CDROM is an IDE one, that is, so you can make a SBM floppy and boot from
  30. it and then tell it to boot from your CDROM.
  31.  
  32. Also, there are some cases where the BIOS would allow booting from the CD
  33. but isolinux fails to boot from there, in this case you can either boot
  34. using a CD other than the first, as the others don't use isolinux, or you
  35. can make a SBM floppy and boot from this floppy and then tell SBM to boot
  36. your CDROM.
  37.  
  38. How do you make a SBM floppy ?
  39.  
  40. If you have SBM installed on a box you can run sbminst. Otherwise you can
  41. put the sbm.bin floppy image that we provide with our cds onto a floppy
  42. just like you would do with a rescue image.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement