~ubuntu-branches/ubuntu/maverick/installation-guide/maverick

« back to all changes in this revision

Viewing changes to da/preparing/bios-setup/i386.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, armel, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 18674 untranslated -->
3
 
 
4
 
 
5
 
  <sect2 arch="x86" id="bios-setup"><title>Invoking the BIOS Set-Up Menu</title>
6
 
 
7
 
<para>
8
 
 
9
 
BIOS provides the basic functions needed to boot your machine to allow
10
 
your operating system to access your hardware.  Your system probably
11
 
provides a BIOS setup menu, which is used to configure the BIOS.
12
 
Before installing, you <emphasis>must</emphasis> ensure that your BIOS
13
 
is set up correctly; not doing so can lead to intermittent crashes or
14
 
an inability to install Debian.
15
 
 
16
 
</para><para>
17
 
 
18
 
The rest of this section is lifted from the 
19
 
<ulink url="&url-pc-hw-faq;"></ulink>, answering the question, "How do I
20
 
enter the CMOS configuration menu?".  How you access the BIOS (or
21
 
``CMOS'') configuration menu depends on who wrote your BIOS software:
22
 
 
23
 
</para>
24
 
 
25
 
<!-- From: burnesa@cat.com (Shaun Burnet) -->
26
 
<variablelist>
27
 
 
28
 
<varlistentry>
29
 
 <term>AMI BIOS</term>
30
 
 <listitem><para>
31
 
 
32
 
<keycap>Delete</keycap> key during the POST (power on self test)
33
 
 
34
 
</para></listitem>
35
 
</varlistentry>
36
 
 
37
 
<varlistentry>
38
 
 <term>Award BIOS</term>
39
 
 <listitem><para>
40
 
 
41
 
<keycombo>
42
 
  <keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Esc</keycap>
43
 
</keycombo>, or <keycap>Delete</keycap> key during the POST
44
 
 
45
 
</para></listitem>
46
 
</varlistentry>
47
 
 
48
 
<varlistentry><term>DTK BIOS</term>
49
 
 <listitem><para>
50
 
 
51
 
<keycap>Esc</keycap> key during the POST
52
 
 
53
 
</para></listitem>
54
 
</varlistentry>
55
 
 
56
 
<varlistentry><term>IBM PS/2 BIOS</term>
57
 
 <listitem><para>
58
 
 
59
 
<keycombo>
60
 
  <keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Insert</keycap>
61
 
</keycombo>
62
 
after
63
 
<keycombo>
64
 
  <keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Delete</keycap>
65
 
</keycombo>
66
 
 
67
 
</para></listitem>
68
 
</varlistentry>
69
 
 
70
 
<varlistentry>
71
 
 <term>Phoenix BIOS</term>
72
 
 <listitem><para>
73
 
 
74
 
<keycombo>
75
 
  <keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Esc</keycap>
76
 
</keycombo>
77
 
or
78
 
<keycombo>
79
 
  <keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>S</keycap>
80
 
</keycombo>
81
 
or
82
 
<keycap>F1</keycap>
83
 
 
84
 
</para></listitem>
85
 
</varlistentry>
86
 
</variablelist>
87
 
 
88
 
<para>
89
 
 
90
 
Information on invoking other BIOS routines can be found in 
91
 
<ulink url="&url-invoking-bios-info;"></ulink>.
92
 
 
93
 
</para><para>
94
 
 
95
 
Some &arch-title; machines don't have a CMOS configuration menu in the
96
 
BIOS.  They require a software CMOS setup program.  If you don't have
97
 
the Installation and/or Diagnostics diskette for your machine, you can
98
 
try using a shareware/freeware program.  Try looking in 
99
 
<ulink url="&url-simtel;"></ulink>.
100
 
 
101
 
</para>
102
 
  </sect2>
103
 
 
104
 
  <sect2 arch="x86" id="boot-dev-select"><title>Boot Device Selection</title>
105
 
 
106
 
<para>
107
 
 
108
 
Many BIOS setup menus allow you to select the devices that will be
109
 
used to bootstrap the system. Set this to look for a bootable
110
 
operating system on <filename>A:</filename> (the first floppy disk),
111
 
then optionally the first CD-ROM device (possibly appearing as
112
 
<filename>D:</filename> or <filename>E:</filename>), and then from
113
 
<filename>C:</filename> (the first hard disk).  This setting enables
114
 
you to boot from either a floppy disk or a CD-ROM, which are the two
115
 
most common boot devices used to install Debian.
116
 
 
117
 
</para><para>
118
 
 
119
 
If you have a newer SCSI controller and you have a CD-ROM device
120
 
attached to it, you are usually able to boot from the CD-ROM.  All you
121
 
have to do is enable booting from a CD-ROM in the SCSI-BIOS of your
122
 
controller. 
123
 
 
124
 
</para><para>
125
 
 
126
 
Other popular option is to boot from a USB storage (also called USB
127
 
memory stick or USB key).  Some BIOSes can boot USB storage directly,
128
 
and some cannot. You may need to configure your BIOS to boot from
129
 
a <quote>Removable drive</quote> or even a <quote>USB-ZIP</quote> to
130
 
get it to boot from the USB device.
131
 
 
132
 
</para><para>
133
 
 
134
 
Here are some details about how to set the boot order. Remember to
135
 
reset the boot order after Linux is installed, so that you restart
136
 
your machine from the hard drive.
137
 
 
138
 
</para>
139
 
 
140
 
   <sect3 id="ctbooi">
141
 
   <title>Changing the Boot Order on IDE Computers</title>
142
 
 
143
 
<orderedlist>
144
 
<listitem><para>
145
 
 
146
 
As your computer starts, press the keys to enter the BIOS 
147
 
utility. Often, it is the <keycap>Delete</keycap> key. However,
148
 
consult the hardware documentation for the exact keystrokes.
149
 
 
150
 
</para></listitem>
151
 
<listitem><para>
152
 
 
153
 
Find the boot sequence in the setup utility. Its location depends on
154
 
your BIOS, but you are looking for a field that lists drives.
155
 
 
156
 
</para><para>
157
 
 
158
 
   
159
 
Common entries on IDE machines are C, A, cdrom or A, C, cdrom.
160
 
 
161
 
</para><para>
162
 
 
163
 
   
164
 
C is the hard drive, and A is the floppy drive.
165
 
 
166
 
</para></listitem>   
167
 
<listitem><para>
168
 
 
169
 
Change the boot sequence setting so that the CD-ROM or the
170
 
floppy is first. Usually, the <keycap>Page Up</keycap> or
171
 
<keycap>Page Down</keycap> keys cycle 
172
 
through the possible choices.
173
 
 
174
 
</para></listitem>
175
 
<listitem><para>
176
 
 
177
 
Save your changes. Instructions on the screen tell you how to
178
 
save the changes on your computer.
179
 
 
180
 
</para></listitem>
181
 
</orderedlist>
182
 
   </sect3>
183
 
 
184
 
   <sect3 id="ctboos">
185
 
   <title>Changing the Boot Order on SCSI Computers</title>
186
 
<para>
187
 
 
188
 
<orderedlist>
189
 
<listitem><para>
190
 
 
191
 
As your computer starts, press the keys to enter the SCSI setup
192
 
utility.
193
 
 
194
 
</para><para>
195
 
 
196
 
You can start the SCSI setup utility after the memory check and
197
 
the message about how to start the BIOS utility displays when you
198
 
start your computer.
199
 
 
200
 
</para><para>
201
 
 
202
 
The keystrokes you need depend on the utility. Often, it is
203
 
<keycombo><keycap>Ctrl</keycap><keycap>F2</keycap></keycombo>.
204
 
However, consult your hardware documentation for the
205
 
exact keystrokes.
206
 
 
207
 
</para></listitem>
208
 
<listitem><para>
209
 
 
210
 
Find the utility for changing the boot order.
211
 
 
212
 
</para></listitem>
213
 
<listitem><para>
214
 
 
215
 
Set the utility so that the SCSI ID of the CD drive is first on
216
 
the list.
217
 
 
218
 
</para></listitem>
219
 
<listitem><para>
220
 
 
221
 
Save your changes. Instructions on the screen tell you how to
222
 
save the changes on your computer. Often, you must press
223
 
<keycap>F10</keycap>.
224
 
 
225
 
</para></listitem>
226
 
</orderedlist>
227
 
 
228
 
</para>
229
 
   </sect3>
230
 
  </sect2>
231
 
 
232
 
  <sect2 arch="x86">
233
 
  <title>Miscellaneous BIOS Settings</title>
234
 
 
235
 
   <sect3 id="cd-settings"><title>CD-ROM Settings</title>
236
 
<para>
237
 
 
238
 
Some BIOS systems (such as Award BIOS) allow you to automatically set
239
 
the CD speed.  You should avoid that, and instead set it to, say, the
240
 
lowest speed.  If you get <userinput>seek failed</userinput> error
241
 
messages, this may be your problem.
242
 
 
243
 
</para>
244
 
   </sect3>
245
 
 
246
 
   <sect3><title>Extended vs. Expanded Memory</title>
247
 
<para>
248
 
 
249
 
If your system provides both ex<emphasis>ten</emphasis>ded and
250
 
ex<emphasis>pan</emphasis>ded memory, set it so that there is as much
251
 
extended and as little expanded memory as possible. Linux requires
252
 
extended memory and cannot use expanded memory.
253
 
 
254
 
</para>
255
 
   </sect3>
256
 
 
257
 
   <sect3><title>Virus Protection</title>
258
 
<para>
259
 
 
260
 
Disable any virus-warning features your BIOS may provide. If you have
261
 
a virus-protection board or other special hardware, make sure it is
262
 
disabled or physically removed while running GNU/Linux. These aren't
263
 
compatible with GNU/Linux; moreover, due to the file system
264
 
permissions and protected memory of the Linux kernel, viruses are
265
 
almost unheard of.
266
 
 
267
 
<footnote>
268
 
<para>
269
 
 
270
 
After installation you can enable Boot Sector protection if you
271
 
want. This offers no additional security in Linux but if you also run
272
 
Windows it may prevent a catastrophe. There is no need to tamper with
273
 
the Master Boot Record (MBR) after the boot manager has been set up.
274
 
 
275
 
</para>
276
 
</footnote>
277
 
 
278
 
</para>
279
 
   </sect3>
280
 
 
281
 
   <sect3><title>Shadow RAM</title>
282
 
<para>
283
 
 
284
 
Your motherboard may provide <emphasis>shadow RAM</emphasis> or BIOS
285
 
caching. You may see settings for ``Video BIOS Shadow'', ``C800-CBFF
286
 
Shadow'', etc. <emphasis>Disable</emphasis> all shadow RAM.  Shadow
287
 
RAM is used to accelerate access to the ROMs on your motherboard and
288
 
on some of the controller cards. Linux does not use these ROMs once it
289
 
has booted because it provides its own faster 32-bit software in place
290
 
of the 16-bit programs in the ROMs. Disabling the shadow RAM may make
291
 
some of it available for programs to use as normal memory.  Leaving
292
 
the shadow RAM enabled may interfere with Linux access to hardware
293
 
devices.
294
 
 
295
 
</para>
296
 
   </sect3>
297
 
 
298
 
   <sect3><title>Memory Hole</title>
299
 
<para>
300
 
 
301
 
If your BIOS offers something like ``15-16 MB Memory Hole'', please
302
 
disable that. Linux expects to find memory there if you have that much
303
 
RAM.
304
 
 
305
 
</para><para>
306
 
 
307
 
We have a report of an Intel Endeavor motherboard on which there is an
308
 
option called ``LFB'' or ``Linear Frame Buffer''. This had two
309
 
settings: ``Disabled'' and ``1 Megabyte''. Set it to ``1 Megabyte''.
310
 
When disabled, the installation floppy was not read correctly, and the
311
 
system eventually crashed. At this writing we don't understand what's
312
 
going on with this particular device &mdash; it just worked with that
313
 
setting and not without it.
314
 
 
315
 
</para>
316
 
   </sect3>
317
 
 
318
 
<!-- no other platforms other than x86 provide this sort of thing, AFAIK -->
319
 
 
320
 
   <sect3><title>Advanced Power Management</title>
321
 
<para>
322
 
 
323
 
If your motherboard provides Advanced Power Management (APM),
324
 
configure it so that power management is controlled by APM. Disable
325
 
the doze, standby, suspend, nap, and sleep modes, and disable the hard
326
 
disk's power-down timer.  Linux can take over control of these modes,
327
 
and can do a better job of power-management than the BIOS.
328
 
 
329
 
</para>
330
 
   </sect3>
331
 
  </sect2>