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

« back to all changes in this revision

Viewing changes to en/install-methods/usb-setup/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
 
<!-- $Id: x86.xml 56442 2008-10-15 18:10:38Z fjp $ -->
 
2
<!-- $Id: x86.xml 61286 2009-11-15 09:13:37Z fjp $ -->
3
3
 
4
4
   <sect3 arch="x86">
5
5
   <title>Partitioning the USB stick</title>
13
13
Since most USB sticks come pre-configured with a single FAT16
14
14
partition, you probably won't have to repartition or reformat the
15
15
stick.  If you have to do that anyway, use <command>cfdisk</command>
16
 
or any other partitioning tool to create a FAT16 partition, and then
17
 
create the filesystem using:
 
16
or any other partitioning tool to create a FAT16 partition<footnote>
 
17
 
 
18
<para>
 
19
Don't forget to set the <quote>bootable</quote> bootable flag.
 
20
</para>
 
21
 
 
22
</footnote>, and then create the filesystem using:
18
23
 
19
24
<informalexample><screen>
20
25
# mkdosfs /dev/<replaceable>sdX1</replaceable>
63
68
<itemizedlist>
64
69
<listitem><para>
65
70
 
66
 
<filename>vmlinuz</filename> (kernel binary)
 
71
<filename>vmlinuz</filename> or <filename>linux</filename> (kernel binary)
67
72
 
68
73
</para></listitem>
69
74
<listitem><para>
81
86
</para><para>
82
87
 
83
88
Next you should create a <filename>syslinux.cfg</filename> configuration
84
 
file, which at a bare minimum should contain the following two lines:
 
89
file, which at a bare minimum should contain the following two lines (change
 
90
the name of the kernel binary to <quote><filename>linux</filename></quote>
 
91
if you used a <filename>netboot</filename> image):
85
92
 
86
93
<informalexample><screen>
87
94
default vmlinuz
94
101
</para><para>
95
102
 
96
103
If you used an <filename>hd-media</filename> image, you should now copy an
97
 
Ubuntu ISO image (businesscard, netinst or full CD image; be sure to select
98
 
one that fits) onto the stick. When you are done, unmount the USB memory
99
 
stick (<userinput>umount /mnt</userinput>).
 
104
Ubuntu ISO image<footnote>
 
105
 
 
106
<para>
 
107
You can use either a businesscard, a netinst or a full CD image (see
 
108
<xref linkend="official-cdrom"/>). Be sure to select one that fits.
 
109
Note that the <quote>netboot <filename>mini.iso</filename></quote> image is
 
110
not usable for this purpose.
 
111
</para>
 
112
 
 
113
</footnote> onto the stick. When you are done, unmount the USB memory stick
 
114
(<userinput>umount /mnt</userinput>).
100
115
 
101
116
</para>
102
117
   </sect3>