~psusi/ubuntu/precise/installation-guide/partitions

« back to all changes in this revision

Viewing changes to nl/boot-installer/x86.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
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 56419 untranslated -->
 
2
<!-- original version: 62896 untranslated -->
3
3
 
4
4
  <sect2 arch="x86"><title>Booting from a CD-ROM</title>
5
5
 
152
152
Alternatively, if you intend to keep an existing partition on the hard
153
153
drive unchanged during the install, you can download the
154
154
<filename>hd-media/initrd.gz</filename> file and its kernel, as well as
155
 
copy a CD iso to the drive (make sure the file is named ending in
 
155
copy a CD (or DVD) iso to the drive (make sure the file is named ending in
156
156
<literal>.iso</literal>). The installer can then boot from the drive
157
 
and install from the CD image, without needing the network.
 
157
and install from the CD/DVD image, without needing the network.
158
158
</para>
159
159
 
160
160
<para>
195
195
 
196
196
The procedure for <command>GRUB</command> is quite similar. Locate your
197
197
<filename>menu.lst</filename> in the <filename>/boot/grub/</filename>
198
 
directory (sometimes in the <filename>/boot/boot/grub/</filename>),
199
 
add the following lines:
 
198
directory (or sometimes <filename>/boot/boot/grub/</filename>) and add an
 
199
entry for the installer, for example (assuming <filename>/boot</filename>
 
200
is on the first partition of the first disk in the system):
200
201
 
201
202
<informalexample><screen>
202
203
title  New Install
203
 
kernel (hd0,0)/boot/newinstall/vmlinuz
204
 
initrd (hd0,0)/boot/newinstall/initrd.gz
 
204
root   (hd0,0)
 
205
kernel /boot/newinstall/vmlinuz
 
206
initrd /boot/newinstall/initrd.gz
205
207
</screen></informalexample>
206
208
 
207
 
and reboot.
208
 
 
209
209
</para><para>
210
210
 
211
 
Note that the value of the <userinput>ramdisk_size</userinput> may need to be
212
 
adjusted for the size of the initrd image.
213
211
From here on, there should be no difference between <command>GRUB</command>
214
212
or <command>LILO</command>.
215
213
 
426
424
followed by &enterkey; to select the <quote>Help</quote> option described
427
425
above. After that your keystrokes should be echoed at the prompt.
428
426
To prevent the installer from using the framebuffer for the rest of the
429
 
installation, you will also want to add <userinput>fb=false</userinput> to
430
 
the boot prompt, as described in the help text.
 
427
installation, you will also want to add <userinput>vga=normal fb=false</userinput>
 
428
to the boot prompt, as described in the help text.
431
429
 
432
430
</para></note>
433
431
</para>