📄 e2writeboot.8
字号:
.\" e2writeboot - Write secondary SRM bootloader to ext2 filesystem..TH e2writeboot 8 "17 January 1995" "David Mosberger" "".SH NAMEe2writeboot \- Write secondary SRM bootloader to ext2 filesystem..SH SYNOPSIS\fBe2writeboot\fP <ext2fs> <bootloader>.SH DESCRIPTION\fBe2writeboot\fP can be used to write a secondary bootstrap loader toan ext2 formatted filesystem (normally on a floppy disk). The loaderis written in a way that allows the SRM firmware to boot from thefilesystem (SRM is the firmware that is also used to boot\fBCompaq Tru64\fP, OpenVMS and *BSD). Specifically, theloader is written to a physicallycontiguous range of sectors and the first sector is updated such thatthe SRM firmware can find the boot loader. The loader is alwaysstored with filename \fBlinuxboot\fP and if such a file alreadyexists, it will be overwritten unconditionally. This command mayfail if the filesystem is highly fragmented. If so, re-format thefilesystem with \fBmke2fs\fP (this will destroy the existing contentsof the filesystem, so use this with care)..PThe \fI<ext2fs>\fP argument specifies the filesystem or special deviceto which the \fI<bootloader>\fP file should be written to. The bootloader file must be an ECOFF object file. A typical command to make afloppy disk bootable with the \fIaboot\fP loader is shown below:.I "e2writeboot /dev/fd0 aboot".nf.SH SEE ALSO.IR aboot (8) ,.IR mke2fs (8) ,.IR swriteboot (8).nf.SH AUTHORS.nfJim Paradis <paradis@amt.tay1.dec.com>Jay Estabrook <jestabro@amt.tay1.dec.com>David Mosberger-Tang <davidm@azstarnet.com>.fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -