~ubuntu-branches/ubuntu/trusty/debian-cd/trusty-proposed

« back to all changes in this revision

Viewing changes to data/etch/README.sbm

  • Committer: Package Import Robot
  • Author(s): Steve McIntyre, Steve McIntyre, Joey Hess, Ian Campbell, Raphaël Hertzog, Philipp Kern, Robert Millan
  • Date: 2012-05-04 16:13:42 UTC
  • Revision ID: package-import@ubuntu.com-20120504161342-xye3fqy6e51cbgq3
Tags: 3.1.8
[ Steve McIntyre ]
* Switch i386 kernel flavours again on advice from Ben:
  + Removed all mention of 686-bigmem as it's now gone
  + Added 686-pae onto CD#1 in place of 686
  + Leave the 486 kernel on CD#1 still, for people who can't use 686-pae
  + Add zfsutils into the generate_d-i+k_list for kfreebsd users.
* Add support for translated package description files. Closes: #495102
  + Add needed dependency on bzip2
  + Other minor cleanups in tools/make_disc_trees.pl
* Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to
  Milan Kupcevic for the patch.
* Update list of Linux kernel packages. Closes: #648690. Thanks to Ben
  Hutchings for the patch.
* Remove lots of old stuff neither needed nor supported any more:
  + removed architectures: alpha arm hppa
  + removed releases: etch lenny
  + removed unversioned data/sparc and data/yaboot, versioned
    equivalents are in place already.
* tools/generate_firmware_task: Add LOCALDEBS support
* Add more armel kernel flavours
* Add armhf as a known architecture, merging common armel/armhf boot
  setup scripts.
* Remove hppa boot script, unsupported now.
* Tweak command line options for creating source images: add -joliet-long

[ Joey Hess ]
* Read tasksel's debian-tasks.desc from its new location.

[ Ian Campbell ]
* Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.

[ Raphaël Hertzog ]
* Changes triggered by various lintian warnings:
  + Switch to “3.0 (native)” source format to get rid of .svn
    directories in the source package (when built from the svn checkout
    directly)
  + Support build-arch/build-indep targets in debian/rules.
  + Drop executable rights from tools/boot/wheezy/boot-hurd
    (and fix debian/rules to not re-add it).
  + Bump Standards-Version to 3.9.2 (no change required).

[ Philipp Kern ]
* Add an extra tweaked version of d390.ins for s390 booting. The
  Hardware Management Console needs the file to be in the root
  directory.

[ Robert Millan ]
* Add kfreebsd 9. Closes: #650926
* Add graphical installer image for kfreebsd-amd64. Closes: #651530
* generate_d-i+k_list: Add ufutils. Closes: #662234

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.
43