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

« back to all changes in this revision

Viewing changes to da/preparing/backup.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: 12756 untranslated -->
3
 
 
4
 
 <sect1 id="backup">
5
 
 <title>Back Up Your Existing Data!</title>
6
 
<para>
7
 
 
8
 
Before you start, make sure to back up every file that is now on your
9
 
system. If this is the first time a non-native operating system has
10
 
been installed on your computer, it's quite likely you will need to
11
 
re-partition your disk to make room for &debian;. Anytime you
12
 
partition your disk, you should count on losing everything on the
13
 
disk, no matter what program you use to do it. The programs used in
14
 
installation are quite reliable and most have seen years of use; but
15
 
they are also quite powerful and a false move can cost you. Even after
16
 
backing up be careful and think about your answers and actions. Two
17
 
minutes of thinking can save hours of unnecessary work.
18
 
 
19
 
</para><para>
20
 
 
21
 
If you are creating a multi-boot system, make sure that you have the
22
 
distribution media of any other present operating systems on hand.
23
 
Especially if you repartition your boot drive, you might find that you
24
 
have to reinstall your operating system's boot loader, or in many
25
 
cases the whole operating system itself and all files on the affected
26
 
partitions.
27
 
 
28
 
</para>
29
 
 
30
 
<para arch="m68k">
31
 
 
32
 
With the exception of the BVM and Motorola VMEbus computers, the only
33
 
supported installation method for m68k systems is booting from a local
34
 
disk or floppy using an AmigaOS/TOS/MacOS-based bootstrap, for these
35
 
machines you will need the original operating system in order to boot
36
 
Linux. In order to boot Linux on the BVM and Motorola VMEbus machines
37
 
you will need the ``BVMBug'' or ``16xBug'' boot ROMs.
38
 
 
39
 
</para>
40
 
 
41
 
 </sect1>