Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / doc / genisoimage / README.alphaboot
1 # README.alphaboot    Steve McIntyre <steve@einval.com> 2004/07/19
2
3 The alpha boot support allows you to create a bootable CD which will
4 work with DEC/Compaq/HP Alpha machines, for example bootable
5 installation media.
6
7 The method used for this is the same as in aboot, the bootloader for
8 Linux on Alpha, and works with SRM firmware. See the SRM Firmware
9 HOWTO at http://www.alphalinux.org/faq/SRM-HOWTO/ for more details
10 about SRM.
11
12 In common with many Unix systems, the SRM code reads the first
13 512-byte "sector" off a disk and parses information in that
14 sector. The information in question is the location (start "sector")
15 and length of the first stage boot loader. On a Linux system, this
16 file will normally be called bootlx.
17
18 SRM will load and execute the first stage boot loader, and from that
19 point the system should be able to find the normal OS kernel and start
20 up fully.
21
22 To use the Alpha boot support code in genisoimage, simply specify the
23 location of the first stage boot loader (relative to the CD root)
24 using the -alpha-boot command line switch:
25
26 genisoimage ... -alpha-boot boot/bootlx -o alpha.iso files
27
28