~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to it/boot-new/boot-new.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 28730 untranslated -->
 
3
 
 
4
 
 
5
<chapter id="boot-new">
 
6
 <title>Booting Into Your New Debian System</title>
 
7
 
 
8
 <sect1 id="base-boot"><title>The Moment of Truth</title>
 
9
<para>
 
10
 
 
11
Your system's first boot on its own power is what electrical engineers
 
12
call the <quote>smoke test</quote>.
 
13
 
 
14
</para><para>
 
15
 
 
16
If you are booting directly into Debian, and the system doesn't start
 
17
up, either use your original installation boot media, or insert the
 
18
custom boot floppy if you have one, and reset your system.  This way,
 
19
you will probably need to add some boot arguments like
 
20
<userinput>root=<replaceable>root</replaceable></userinput>, where
 
21
<replaceable>root</replaceable> is your root partition, such as
 
22
<filename>/dev/sda1</filename>.
 
23
<phrase condition="etch">
 
24
Alternatively, see <xref linkend="rescue"/> for instructions on using
 
25
the installer's built-in rescue mode.
 
26
</phrase>
 
27
 
 
28
</para>
 
29
 
 
30
  <sect2 arch="m68k"><title>BVME 6000 Booting</title>
 
31
<para>
 
32
 
 
33
If you have just performed a diskless install on a BVM or Motorola
 
34
VMEbus machine: once the system has loaded the
 
35
<command>tftplilo</command> program from the TFTP server, from the
 
36
<prompt>LILO Boot:</prompt> prompt enter one of:
 
37
 
 
38
<itemizedlist>
 
39
<listitem><para>
 
40
 
 
41
<userinput>b6000</userinput> followed by &enterkey;
 
42
to boot a BVME 4000/6000
 
43
 
 
44
</para></listitem><listitem><para>
 
45
 
 
46
<userinput>b162</userinput> followed by &enterkey;
 
47
to boot an MVME162
 
48
 
 
49
</para></listitem><listitem><para>
 
50
 
 
51
<userinput>b167</userinput> followed by &enterkey;
 
52
to boot an MVME166/167
 
53
 
 
54
</para></listitem>
 
55
</itemizedlist>
 
56
 
 
57
</para>
 
58
 
 
59
   </sect2>
 
60
 
 
61
  <sect2 arch="m68k"><title>Macintosh Booting</title>
 
62
 
 
63
<para>
 
64
 
 
65
Go to the directory containing the installation files and start up the
 
66
<command>Penguin</command> booter, holding down the
 
67
<keycap>command</keycap> key.  Go to the
 
68
<userinput>Settings</userinput> dialogue (<keycombo>
 
69
<keycap>command</keycap> <keycap>T</keycap> </keycombo>), and locate
 
70
the kernel options line which should look like
 
71
<userinput>root=/dev/ram video=font:VGA8x16</userinput> or similar.
 
72
 
 
73
</para><para>
 
74
 
 
75
You need to change the entry to
 
76
<userinput>root=/dev/<replaceable>yyyy</replaceable></userinput>.
 
77
Replace the <replaceable>yyyy</replaceable> with the Linux name of the
 
78
partition onto which you installed the system
 
79
(e.g. <filename>/dev/sda1</filename>); you wrote this down earlier.
 
80
The <userinput>video=font:VGA8x8</userinput> is recommended especially
 
81
for users with tiny screens. The kernel would pick a prettier (6x11)
 
82
font but the console driver for this font can hang the machine, so
 
83
using 8x16 or 8x8 is safer at this stage.  You can change this at any
 
84
time.
 
85
 
 
86
</para><para>
 
87
 
 
88
If you don't want to start GNU/Linux immediately each time you start,
 
89
uncheck the <userinput>Auto Boot</userinput> option. Save your
 
90
settings in the <filename>Prefs</filename> file using the
 
91
<userinput>Save Settings As Default</userinput> option.
 
92
 
 
93
</para><para>
 
94
 
 
95
Now select <userinput>Boot Now</userinput> (<keycombo>
 
96
<keycap>command</keycap> <keycap>B</keycap> </keycombo>) to start your
 
97
freshly installed GNU/Linux instead of the RAMdisk installer system.
 
98
 
 
99
</para><para>
 
100
 
 
101
Debian should boot, and you should see the same messages as
 
102
when you first booted the installation system, followed by some new
 
103
messages.
 
104
 
 
105
</para>
 
106
   </sect2>
 
107
 
 
108
 
 
109
  <sect2 arch="powerpc"><title>OldWorld PowerMacs</title>
 
110
<para>
 
111
 
 
112
If the machine fails to boot after completing the installation, and
 
113
stops with a <prompt>boot:</prompt> prompt, try typing
 
114
<userinput>Linux</userinput> followed by &enterkey;. (The default boot
 
115
configuration in <filename>quik.conf</filename> is labeled Linux). The
 
116
labels defined in <filename>quik.conf</filename> will be displayed if
 
117
you press the <keycap>Tab</keycap> key at the <prompt>boot:</prompt>
 
118
prompt. You can also try booting back into the installer, and editing
 
119
the <filename>/target/etc/quik.conf</filename> placed there by the
 
120
<guimenuitem>Install Quik on a Hard Disk</guimenuitem> step. Clues
 
121
for dealing with <command>quik</command> are available at
 
122
<ulink url="&url-powerpc-quik-faq;"></ulink>.
 
123
 
 
124
</para><para>
 
125
 
 
126
To boot back into MacOS without resetting the nvram, type
 
127
<userinput>bye</userinput> at the OpenFirmware prompt (assuming MacOS
 
128
has not been removed from the machine). To obtain an OpenFirmware
 
129
prompt, hold down the <keycombo> <keycap>command</keycap>
 
130
<keycap>option</keycap> <keycap>o</keycap> <keycap>f</keycap>
 
131
</keycombo> keys while cold booting the machine. If you need to reset
 
132
the OpenFirmware nvram changes to the MacOS default in order to boot
 
133
back to MacOS, hold down the <keycombo> <keycap>command</keycap>
 
134
<keycap>option</keycap> <keycap>p</keycap> <keycap>r</keycap>
 
135
</keycombo> keys while cold booting the machine.
 
136
 
 
137
</para><para>
 
138
 
 
139
If you use <command>BootX</command> to boot into the installed system,
 
140
just select your desired kernel in the <filename>Linux
 
141
Kernels</filename> folder, un-choose the ramdisk option, and add
 
142
a root device corresponding to your installation;
 
143
e.g. <userinput>/dev/hda8</userinput>.
 
144
 
 
145
</para>
 
146
   </sect2>
 
147
 
 
148
 
 
149
  <sect2 arch="powerpc"><title>NewWorld PowerMacs</title>
 
150
<para>
 
151
 
 
152
On G4 machines and iBooks, you can hold down the
 
153
<keycap>option</keycap> key and get a graphical screen with a button
 
154
for each bootable OS, &debian; will be a button with a small penguin
 
155
icon.
 
156
 
 
157
</para><para>
 
158
 
 
159
If you kept MacOS and at some point it changes the OpenFirmware
 
160
<envar>boot-device</envar> variable you should reset OpenFirmware to
 
161
its default configuration.  To do this hold down the <keycombo>
 
162
<keycap>command</keycap> <keycap>option</keycap> <keycap>p</keycap>
 
163
<keycap>r</keycap> </keycombo> keys while cold booting the machine.
 
164
 
 
165
</para><para>
 
166
 
 
167
The labels defined in <filename>yaboot.conf</filename> will be
 
168
displayed if you press the <keycap>Tab</keycap> key at the
 
169
<prompt>boot:</prompt> prompt.
 
170
 
 
171
</para><para>
 
172
 
 
173
Resetting OpenFirmware on G3 or G4 hardware will cause it to boot
 
174
&debian; by default (if you correctly partitioned and placed the
 
175
Apple_Bootstrap partition first).  If you have &debian; on a SCSI disk
 
176
and MacOS on an IDE disk this may not work and you will have to enter
 
177
OpenFirmware and set the <envar>boot-device</envar> variable,
 
178
<command>ybin</command> normally does this automatically.
 
179
 
 
180
</para><para>
 
181
 
 
182
After you boot &debian; for the first time you can add any additional
 
183
options you desire (such as dual boot options) to
 
184
<filename>/etc/yaboot.conf</filename> and run <command>ybin</command>
 
185
to update your boot partition with the changed configuration.  Please
 
186
read the <ulink url="&url-powerpc-yaboot-faq;">yaboot HOWTO</ulink>
 
187
for more information.
 
188
 
 
189
</para>
 
190
   </sect2>
 
191
 </sect1>
 
192
 
 
193
 <sect1 id="base-config">
 
194
 <title>Debian Post-Boot (Base) Configuration</title>
 
195
 
 
196
<para>
 
197
 
 
198
After booting, you will be prompted to complete the configuration of
 
199
your basic system, and then to select what additional packages you
 
200
wish to install.  The application which guides you through this
 
201
process is called <classname>base-config</classname>. Its concept is
 
202
very similar to the &d-i; from the first stage.  Indeed,
 
203
<classname>base-config</classname> consists of a number of specialized
 
204
components, where each component handles one configuration task,
 
205
contains <quote>hidden menu in the background</quote> and also uses
 
206
the same navigation system.
 
207
 
 
208
</para><para>
 
209
 
 
210
If you wish to re-run the <classname>base-config</classname> at any
 
211
point after installation is complete, as root run
 
212
<userinput>base-config</userinput>.
 
213
 
 
214
</para>
 
215
 
 
216
&module-bc-timezone.xml;
 
217
&module-bc-shadow.xml;
 
218
&module-bc-ppp.xml;
 
219
&module-bc-apt.xml;
 
220
&module-bc-packages.xml;
 
221
&module-bc-install.xml;
 
222
&module-bc-mta.xml;
 
223
 
 
224
 </sect1>
 
225
 
 
226
 <sect1 id="login">
 
227
 <title>Log In</title>
 
228
 
 
229
<para>
 
230
 
 
231
After you've installed packages, you'll be presented with the login
 
232
prompt.  Log in using the personal login and password you
 
233
selected. Your system is now ready to use.
 
234
 
 
235
</para><para>
 
236
 
 
237
If you are a new user, you may want to explore the documentation which
 
238
is already installed on your system as you start to use it. There are
 
239
currently several documentation systems, work is proceeding on
 
240
integrating the different types of documentation. Here are a few
 
241
starting points.
 
242
 
 
243
</para><para>
 
244
 
 
245
Documentation accompanying programs you have installed is in
 
246
<filename>/usr/share/doc/</filename>, under a subdirectory named after
 
247
the program.  For example, the APT User's Guide for using
 
248
<command>apt</command> to install other programs on your system, is
 
249
located in
 
250
<filename>/usr/share/doc/apt/guide.html/index.html</filename>.
 
251
 
 
252
</para><para>
 
253
 
 
254
In addition, there are some special folders within the
 
255
<filename>/usr/share/doc/</filename> hierarchy. Linux HOWTOs are
 
256
installed in <emphasis>.gz</emphasis> format, in
 
257
<filename>/usr/share/doc/HOWTO/en-txt/</filename>. After installing
 
258
<command>dhelp</command> you will find a browse-able index of
 
259
documentation in <filename>/usr/share/doc/HTML/index.html</filename>.
 
260
 
 
261
</para><para>
 
262
 
 
263
One easy way to view these documents is to <userinput>cd
 
264
/usr/share/doc/</userinput>, and type <userinput>lynx</userinput>
 
265
followed by a space and a dot (the dot stands for the current
 
266
directory).
 
267
 
 
268
</para><para>
 
269
 
 
270
You can also type <userinput>info
 
271
<replaceable>command</replaceable></userinput> or <userinput>man
 
272
<replaceable>command</replaceable></userinput> to see documentation on
 
273
most commands available at the command prompt. Typing
 
274
<userinput>help</userinput> will display help on shell commands. And
 
275
typing a command followed by <userinput>--help</userinput> will
 
276
usually display a short summary of the command's usage. If a command's
 
277
results scroll past the top of the screen, type <userinput>|
 
278
more</userinput> after the command to cause the results to pause
 
279
before scrolling past the top of the screen. To see a list of all
 
280
commands available which begin with a certain letter, type the letter
 
281
and then two tabs.
 
282
 
 
283
</para><para>
 
284
 
 
285
For a more complete introduction to Debian and GNU/Linux, see
 
286
<filename>/usr/share/doc/debian-guide/html/noframes/index.html</filename>.
 
287
 
 
288
</para>
 
289
 
 
290
 </sect1>
 
291
</chapter>