⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 netboot.8

📁 freebsd v4.4内核源码
💻 8
字号:
.\" $FreeBSD: src/sys/i386/boot/netboot/netboot.8,v 1.3.6.2 1999/09/05 08:10:47 peter Exp $.Dd May 15, 1997.Dt NETBOOT 8.\".Os BSD 4.Sh NAME.Nm netboot.Nd Allows remote booting of the operating system.Sh SYNOPSIS.Nm.Bl -tag -width Dsis used for booting the operating system over a network card. Theprogram is either loaded into a ROM, or run from DOS..Pp.Sh DESCRIPTION.Nmloads parameters such as IP addresses, kernel name and filesystemnames from a bootp server, tries to mount the specified root andswap filesystems, loads the specified kernel from the root filesystemusing NFSv2, and then gives control to the kernel..PpThe bootp server must be configured appropriately. An exampleconfiguration for /etc/bootptab is the following:.Bd -literal  .default:\\	:sm=255.255.255.0:\\	:gw=your.gateway.ip:\\	:hn:ht=ether:vm=rfc1048:\\	:rp="rootfs.ip:/rootfs/path":\\	:T128="swapfs.ip:/swapfs/path":\\	:T129=swapsize:\\	:T130="root,mount,options":\\	:T131="swap,mount,options":\\	:ra=255.255.255.255:  client01:bf="kernel.300":ha=00400530d6d9:tc=.default:  client02:bf="kernel.280":ha=00400530d6d3:tc=.default:  ....Ed.PpFor a precise description of the bootptab parameters, seebootptab (5) ..PpThe.Nmcode uses options as follows..Bl -tag -width indent.It Cm smindicates the subnet mask..It Cm gwis the ip address of the gateway..It Cm hninstructs the bootp server to send the hostname in the reply..It Cm ht= Ns Ar ether.\.It ht=etherindicates that the hardware is ethernet..It Cm vm= Ns Ar rfc1048indicates the use of rfc1048 extensions..It Cm rpspecifies where the directory mounted as the root filesystem is located.The IP address of the server must be specified, followed by a : and the directory pathname..It Cm T128specifies where the directory containing the swap file is located.The IP address of the server must be specified, followed by a : and thedirectory pathname.The actual swapfile is a file named swap.X.Y.Z.T where X.Y.Z.T is theIP address of the client. If this argument is given, the swap file must exist..It Cm T129specifies the size of the swap file, in KB. Must be specified asa 8 digits long hexadecimal number. 16 MB swap thus becomes T129=00004000. This argument is optional; if missing, the size of theswap file is read from the server..It Cm T130specifies root mount options, such as soft, intr, tcp, etc.This argument is optional. The default is to use UDP..It Cm T131specifies swap mount options.This argument is optional..It Cm bfis the name of the kernel. If not specified, it defaults to"kernel"..It Cm rais used to override the reply address..Sh FILES.Bl -tag -width /usr/mdec/nb3c509.rom -compact.It Pa /usr/mdec/nb8390.romrom image for NE1000/NE2000 cards.It Pa /usr/mdec/nb8390.comDOS executable for NE1000/NE2000 cards.It Pa /usr/mdec/nb3c509.romrom image for 3C509 cards.It Pa /usr/mdec/nb3c509.comDOS executable for 3C509 cards.Sh SEE ALSO.Xr bootpd 8 ,.Xr bootptab 5.Sh BUGSTo use netboot with Western Digital/SMC cards or 3C503 cards, a recompileis needed after a little Makefile tweaking.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -