LOADBSD(8)              System Manager's Manual (X68k)              LOADBSD(8)

NNAAMMEE
     llooaaddbbssdd -- load and boot NetBSD/x68k kernel from Human68k

SSYYNNOOPPSSIISS
     llooaaddbbssdd..xx [--hhvvVV] [--aabbDDss] [--rr _r_o_o_t___d_e_v_i_c_e] _k_e_r_n_e_l___f_i_l_e

DDEESSCCRRIIPPTTIIOONN
     llooaaddbbssdd is a program runs on Human68k.  It loads and executes the
     specified NetBSD/x68k kernel.

     The options (for llooaaddbbssdd itself) are as follows:

     --hh    Show help and exit.

     --vv    Enable verbose mode.

     --VV    Print version of llooaaddbbssdd and exit.

     The options for NetBSD kernel are as follows:

     --aa    Auto (multi-user) boot.  This disables --ss flag.

     --bb    Ask boot device during boot.  Pass RB_ASKNAME boot flag to the
           kernel.

     --dd    Use compiled-in rootdev.  Pass RB_DFLTROOT boot flag to the kernel.

     --DD    Enter kernel debugger.  Pass RB_KDB boot flag to the kernel.

     --rr _r_o_o_t___d_e_v_i_c_e
           Specify boot device, which shall be mounted as root device.  The
           default device is `sd@0,0:a'.  Note that the boot device name is
           _n_o_t the same as that of NetBSD.  See _B_O_O_T _D_E_V_I_C_E _N_A_M_E_S below.

     --ss    Single user boot.  Pass RB_SINGLE boot flag to the kernel.  This
           disables --aa flag.  This flag is set by default.

     Although listed separately, the options may be in any order.

BBOOOOTT DDEEVVIICCEE NNAAMMEESS
     The format of boot device names is:

           [/interface/]dev@unit[,lun][:partition]

     interface   SCSI interface type.  One of: `spc@0', `spc@1', `mha@0'.  If
                 the dev is a SCSI device, and interface is omitted, the
                 current boot interface is used.

     dev         Device type.  One of: `fd' (floppy disk drive), `sd' (SCSI
                 disk), `cd' (SCSI CD-ROM), `md' (Memory disk).

     unit        Device unit #.  You must specify the target SCSI ID if dev is
                 a SCSI device.

     lun         SCSI LUN #.  0 is assumed if omitted.

     partition   Partition letter of device.  Partition `a' is used if
                 omitted.

FFIILLEESS
     _/_u_s_r_/_m_d_e_c_/_l_o_a_d_b_s_d_._x     You will find this program here.

SSEEEE AALLSSOO
     reboot(2), boot(8)

HHIISSTTOORRYY
     The llooaaddbbssdd utility first appeared in NetBSD 1.4.

BBUUGGSS
     llooaaddbbssdd reads the entire kernel image at once, and requires enough free
     area on the main memory.

NetBSD 7.1                      August 13, 1998                     NetBSD 7.1
