msg.mbr.en revision 1.2.28.1 1 1.2.28.1 christos /* $NetBSD: msg.mbr.en,v 1.2.28.1 2019/06/10 22:10:38 christos Exp $ */
2 1.1 dholland
3 1.1 dholland /*
4 1.1 dholland * Copyright 1997 Piermont Information Systems Inc.
5 1.1 dholland * All rights reserved.
6 1.1 dholland *
7 1.1 dholland * Written by Philip A. Nelson for Piermont Information Systems Inc.
8 1.1 dholland *
9 1.1 dholland * Redistribution and use in source and binary forms, with or without
10 1.1 dholland * modification, are permitted provided that the following conditions
11 1.1 dholland * are met:
12 1.1 dholland * 1. Redistributions of source code must retain the above copyright
13 1.1 dholland * notice, this list of conditions and the following disclaimer.
14 1.1 dholland * 2. Redistributions in binary form must reproduce the above copyright
15 1.1 dholland * notice, this list of conditions and the following disclaimer in the
16 1.1 dholland * documentation and/or other materials provided with the distribution.
17 1.1 dholland * 3. The name of Piermont Information Systems Inc. may not be used to endorse
18 1.1 dholland * or promote products derived from this software without specific prior
19 1.1 dholland * written permission.
20 1.1 dholland *
21 1.1 dholland * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
22 1.1 dholland * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 1.1 dholland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 1.1 dholland * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
25 1.1 dholland * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 1.1 dholland * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 1.1 dholland * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 1.1 dholland * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 1.1 dholland * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 1.1 dholland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 1.1 dholland * THE POSSIBILITY OF SUCH DAMAGE.
32 1.1 dholland *
33 1.1 dholland */
34 1.1 dholland
35 1.1 dholland /* MBR Message catalog -- English, i386 version */
36 1.1 dholland
37 1.1 dholland /* NB: Lines ending in spaces force line breaks */
38 1.1 dholland
39 1.2.28.1 christos
40 1.2.28.1 christos /* Called with: Example
41 1.2.28.1 christos * $0 = device name wd0
42 1.2.28.1 christos * $1 = outer partitioning name Master Boot Record (MBR)
43 1.2.28.1 christos * $2 = inner partitioning name BSD disklabel
44 1.2.28.1 christos * $3 = short version of $1 MBR
45 1.2.28.1 christos * $4 = short version of $2 disklabel
46 1.2.28.1 christos * $5 = size needed for NetBSD 250M
47 1.2.28.1 christos * $6 = size needed to build NetBSD 15G
48 1.2.28.1 christos */
49 1.1 dholland message fullpart
50 1.2.28.1 christos {We are now going to install NetBSD on the disk $0.
51 1.1 dholland
52 1.2.28.1 christos NetBSD requires a single partition in the disk's $1
53 1.2.28.1 christos partition table, this is split further by the $2.
54 1.2.28.1 christos NetBSD can also access file systems in other $3 partitions.
55 1.1 dholland
56 1.1 dholland If you select 'Use the entire disk' then the previous contents of the
57 1.2.28.1 christos disk will be overwritten and a single $3 partition used to cover the
58 1.1 dholland entire disk.
59 1.1 dholland If you want to install more than one operating system then edit the
60 1.2.28.1 christos $3 partition table and create a partition for NetBSD.
61 1.1 dholland
62 1.2.28.1 christos About $5 is enough for a basic installation, but you should allow
63 1.1 dholland extra for additional software and user files.
64 1.2.28.1 christos Allow at least $6 if you want to build NetBSD itself.
65 1.1 dholland }
66 1.1 dholland
67 1.1 dholland message Select_your_choice
68 1.1 dholland {Which would you like to do?}
69 1.1 dholland message Use_only_part_of_the_disk
70 1.1 dholland {Edit the MBR partition table}
71 1.1 dholland message Use_the_entire_disk
72 1.1 dholland {Use the entire disk}
73 1.1 dholland
74 1.1 dholland /* the %s's will expand into three character strings */
75 1.1 dholland message part_header
76 1.1 dholland { Total disk size %lu %s.
77 1.1 dholland
78 1.1 dholland .if BOOTSEL
79 1.1 dholland Start(%3s) Size(%3s) Flg Kind Bootmenu
80 1.1 dholland ---------- ---------- --- ----------------------- --------
81 1.1 dholland .else
82 1.1 dholland Start(%3s) Size(%3s) Flg Kind
83 1.1 dholland ---------- ---------- --- ----------------
84 1.1 dholland .endif
85 1.1 dholland }
86 1.1 dholland
87 1.1 dholland message part_row_used
88 1.1 dholland {%10d %10d %c%c%c}
89 1.1 dholland
90 1.1 dholland message noactivepart
91 1.1 dholland {You have not marked a partition active. This may cause your system to not
92 1.1 dholland start up properly. Should the NetBSD partition of the disk be marked active?}
93 1.1 dholland
94 1.1 dholland message setbiosgeom
95 1.1 dholland {
96 1.1 dholland You will be prompted for the geometry.
97 1.1 dholland Please enter the number of sectors per track (maximum 63)
98 1.1 dholland and number of heads (maximum 256) that the BIOS uses to access the disk.
99 1.1 dholland The number of cylinders will be calculated from the disk size.
100 1.1 dholland
101 1.1 dholland }
102 1.1 dholland
103 1.1 dholland message nobiosgeom
104 1.1 dholland {Sysinst could not automatically determine the BIOS geometry of the disk.
105 1.1 dholland The physical geometry is %d cylinders %d sectors %d heads\n}
106 1.1 dholland
107 1.1 dholland message biosguess
108 1.1 dholland {Using the information already on the disk, my best guess for the BIOS
109 1.1 dholland geometry is %d cylinders %d sectors %d heads\n}
110 1.1 dholland
111 1.1 dholland message realgeom
112 1.1 dholland {real geom: %d cyl, %d heads, %d sec (NB: for comparison only)\n}
113 1.1 dholland
114 1.1 dholland message biosgeom
115 1.1 dholland {BIOS geom: %d cyl, %d heads, %d sec\n}
116 1.1 dholland
117 1.1 dholland message ovrwrite
118 1.1 dholland {Your disk currently has a non-NetBSD partition. Do you really want to
119 1.1 dholland overwrite that partition with NetBSD?
120 1.1 dholland }
121 1.1 dholland
122 1.1 dholland message Partition_OK
123 1.1 dholland {Partition OK}
124 1.1 dholland
125 1.1 dholland message ptn_type
126 1.1 dholland { type: %s}
127 1.1 dholland message ptn_start
128 1.1 dholland { start: %d %s}
129 1.1 dholland message ptn_size
130 1.1 dholland { size: %d %s}
131 1.1 dholland message ptn_end
132 1.1 dholland { end: %d %s}
133 1.1 dholland message ptn_active
134 1.1 dholland { active: %s}
135 1.1 dholland message ptn_install
136 1.1 dholland { install: %s}
137 1.1 dholland .if BOOTSEL
138 1.1 dholland message bootmenu
139 1.1 dholland { bootmenu: %s}
140 1.1 dholland message boot_dflt
141 1.1 dholland { default: %s}
142 1.1 dholland .endif
143 1.1 dholland
144 1.1 dholland message get_ptn_size {%ssize (maximum %d %s)}
145 1.1 dholland message Invalid_numeric {Invalid numeric: }
146 1.1 dholland message Too_large {Too large: }
147 1.1 dholland message Space_allocated {Space allocated: }
148 1.1 dholland message ptn_starts {Space at %d..%d %s (size %d %s)\n}
149 1.1 dholland message get_ptn_start {%s%sStart (in %s)}
150 1.1 dholland message get_ptn_id {Partition kind (0..255)}
151 1.1 dholland message No_free_space {No free space}
152 1.1 dholland message Only_one_extended_ptn {There can only be one extended partition}
153 1.1 dholland
154 1.1 dholland message editparttable
155 1.1 dholland {The Current MBR partition table is shown below.
156 1.1 dholland Flgs: a => Active partition,
157 1.1 dholland .if BOOTSEL
158 1.1 dholland d => bootselect default,
159 1.1 dholland .endif
160 1.1 dholland I => Install here.
161 1.1 dholland Select the partition you wish to change:
162 1.1 dholland
163 1.1 dholland }
164 1.1 dholland
165 1.1 dholland message Partition_table_ok
166 1.1 dholland {Partition table OK}
167 1.1 dholland
168 1.1 dholland message Dont_change
169 1.1 dholland {Don't change}
170 1.1 dholland message Other_kind
171 1.1 dholland {Other, input number}
172 1.1 dholland
173 1.1 dholland message reeditpart
174 1.1 dholland {
175 1.1 dholland
176 1.1 dholland Do you want to re-edit the MBR table (or abandon the installation)?
177 1.1 dholland }
178 1.1 dholland
179 1.1 dholland message nobsdpart
180 1.1 dholland {There is no NetBSD partition in the MBR partition table.}
181 1.1 dholland
182 1.1 dholland message multbsdpart
183 1.1 dholland {There are multiple NetBSD partitions in the MBR partition table.
184 1.1 dholland You should set the 'install' flag on the one you want to use.}
185 1.1 dholland
186 1.1 dholland message dofdisk
187 1.1 dholland {Setting up the DOS partition table ...
188 1.1 dholland }
189 1.1 dholland
190 1.1 dholland message wmbrfail
191 1.1 dholland {Rewrite of MBR failed. I can't continue.}
192 1.1 dholland
193 1.1 dholland .if 0
194 1.1 dholland .if BOOTSEL
195 1.1 dholland message Set_timeout_value
196 1.1 dholland {Set timeout value}
197 1.1 dholland
198 1.1 dholland message bootseltimeout
199 1.1 dholland {Boot menu timeout: %d\n}
200 1.1 dholland
201 1.1 dholland .endif
202 1.1 dholland .endif
203 1.1 dholland
204