[TriLUG] Re: Bootable CD

Marty Ferguson trilug@trilug.org
Mon, 5 Nov 2001 16:14:21 -0500


This is for the 7.1 distribution:

Offset to the floppy disk boot sector is decimal 1000 (hex 03E8) 
from the beginning of the CD.

dd if=/dev/hdd of=bootsector bs=2048 count=720 skip=1000

[root@lx3 /root]# file bootsector 
bootsector: x86 boot sector, system SYSLINUX, FAT (12 bit)

[root@lx3 /root]# mount -o loop -t msdos bootsector /mp
[root@lx3 /root]# ls /mp
boot.msg  expert.msg  general.msg  initrd.img  ldlinux.sys  param.msg  
rescue.msg  syslinux.cfg  vmlinuz

See:
http://www.cdpage.com/CD-ROM/bootablecd.html

-- 
Marty Ferguson
mailto:marty.ferguson@pobox.com        919-544-9575
Red Hat Certified Engineer   (RHCE #806199530900860)