xref: /netbsd-src/usr.sbin/sysinst/arch/arc/msg.md.en (revision 50dbef1a0984584fde2327cb17adcc37acd69659)
1*50dbef1aSdholland/*	$NetBSD: msg.md.en,v 1.1 2014/07/26 19:30:44 dholland Exp $	*/
2*50dbef1aSdholland
3*50dbef1aSdholland/*
4*50dbef1aSdholland * Copyright 1997 Piermont Information Systems Inc.
5*50dbef1aSdholland * All rights reserved.
6*50dbef1aSdholland *
7*50dbef1aSdholland * Written by Philip A. Nelson for Piermont Information Systems Inc.
8*50dbef1aSdholland *
9*50dbef1aSdholland * Redistribution and use in source and binary forms, with or without
10*50dbef1aSdholland * modification, are permitted provided that the following conditions
11*50dbef1aSdholland * are met:
12*50dbef1aSdholland * 1. Redistributions of source code must retain the above copyright
13*50dbef1aSdholland *    notice, this list of conditions and the following disclaimer.
14*50dbef1aSdholland * 2. Redistributions in binary form must reproduce the above copyright
15*50dbef1aSdholland *    notice, this list of conditions and the following disclaimer in the
16*50dbef1aSdholland *    documentation and/or other materials provided with the distribution.
17*50dbef1aSdholland * 3. The name of Piermont Information Systems Inc. may not be used to endorse
18*50dbef1aSdholland *    or promote products derived from this software without specific prior
19*50dbef1aSdholland *    written permission.
20*50dbef1aSdholland *
21*50dbef1aSdholland * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
22*50dbef1aSdholland * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23*50dbef1aSdholland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24*50dbef1aSdholland * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
25*50dbef1aSdholland * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26*50dbef1aSdholland * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27*50dbef1aSdholland * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28*50dbef1aSdholland * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29*50dbef1aSdholland * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30*50dbef1aSdholland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31*50dbef1aSdholland * THE POSSIBILITY OF SUCH DAMAGE.
32*50dbef1aSdholland *
33*50dbef1aSdholland */
34*50dbef1aSdholland
35*50dbef1aSdholland/* MD Message catalog -- English, arc version */
36*50dbef1aSdholland
37*50dbef1aSdhollandmessage md_hello
38*50dbef1aSdholland{Make sure you have a backup of your disk if needed since
39*50dbef1aSdhollandsysinst on this port is still experimental.
40*50dbef1aSdholland}
41*50dbef1aSdholland
42*50dbef1aSdhollandmessage md_may_remove_boot_medium
43*50dbef1aSdholland{
44*50dbef1aSdholland}
45*50dbef1aSdholland
46*50dbef1aSdhollandmessage dobad144
47*50dbef1aSdholland{Installing the bad block table ...
48*50dbef1aSdholland}
49*50dbef1aSdholland
50*50dbef1aSdhollandmessage dobootblks
51*50dbef1aSdholland{Installing boot blocks on %s....
52*50dbef1aSdholland}
53*50dbef1aSdholland
54*50dbef1aSdhollandmessage pickdisk
55*50dbef1aSdholland{Choose disk: }
56*50dbef1aSdholland
57*50dbef1aSdhollandmessage partabovechs
58*50dbef1aSdholland{The NetBSD part of the disk lies outside of the range that the BIOS on
59*50dbef1aSdhollandyour machine can address. Booting from it may not be possible. Are you
60*50dbef1aSdhollandsure you that you want to do this?
61*50dbef1aSdholland
62*50dbef1aSdholland(Answering 'no' will take you back to the partition edit menu.)}
63*50dbef1aSdholland
64*50dbef1aSdhollandmessage nobootpart
65*50dbef1aSdholland{There is no FAT12 MS-DOS partition in the MBR partition table.}
66*50dbef1aSdholland
67*50dbef1aSdhollandmessage boottoosmall
68*50dbef1aSdholland{The MS-DOS FAT12 partition to install the native bootloader is too small.
69*50dbef1aSdhollandIt needs to be at least 1MB in size, however a size of at least 2MB is
70*50dbef1aSdhollandrecommended.}
71*50dbef1aSdholland
72*50dbef1aSdhollandmessage nobootpartdisklabel
73*50dbef1aSdholland{There is no boot partition in the disklabel.  The boot partition should
74*50dbef1aSdhollandmatch the boot partition you set up in the MBR partition table.}
75*50dbef1aSdholland
76*50dbef1aSdhollandmessage copybootloader
77*50dbef1aSdholland{Copying bootloader into the MS-DOS FAT12 partition on %s...
78*50dbef1aSdholland}
79*50dbef1aSdholland
80*50dbef1aSdhollandmessage howtoboot
81*50dbef1aSdholland{The installation is almost complete. Note the installer doesn't set
82*50dbef1aSdhollandARC BIOS environments for the BIOS to load NetBSD's bootloader by default.
83*50dbef1aSdhollandTo boot NetBSD, you need to specify the following boot command on
84*50dbef1aSdholland'Run a program' prompt of the ARC BIOS menu.
85*50dbef1aSdholland
86*50dbef1aSdhollandscsi()disk()rdisk()partition(1)boot scsi()disk()rdisk()partition(2)netbsd
87*50dbef1aSdholland
88*50dbef1aSdholland}
89*50dbef1aSdholland
90*50dbef1aSdhollandmessage set_kernel_1
91*50dbef1aSdholland{Kernel (GENERIC)}
92