Bootable Disk: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Line 89:
$ cp MSDOS.SYS CONFIG.SYS somedir/
</source>
Some boot loaders are so called two-stage loaders. This means they have two parts: a boot sector and a 2nd stage file. You must copy that 2nd stage to the partition:
Once we finished with the copy, it is important to dismount the partition:
<source lang="bash">
$ cp 2NDSTAGE.BIN somedir/
</source>
 
Once weyou're finished with the copy, it is important to dismount the partition:
<source lang="bash">
$ umount somedir