~ubuntu-branches/ubuntu/karmic/installation-guide/karmic

« back to all changes in this revision

Viewing changes to en/install-methods/usb-setup/powerpc.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-11-20 19:15:23 UTC
  • Revision ID: james.westby@ubuntu.com-20081120191523-ewj4gnnj4k6skpn4
Tags: 20081113ubuntu1
* Document user-setup encrypted private directory preseeding.
* 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, hppa, i386, ia64, lpia,
    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 partman/early_command.
  - Document pkgsel/update-policy.
* Bump kernelversion to 2.6.27.
* Bump GNOME version to 2.26.
* Bump release version and names for Jaunty.
* Re-enable documentation of the GTK frontend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: powerpc.xml 33725 2006-01-03 19:39:07Z fjp $ -->
 
2
<!-- $Id: powerpc.xml 56442 2008-10-15 18:10:38Z fjp $ -->
3
3
 
4
4
   <sect3 arch="powerpc">
5
 
   <title>USB stick partitioning on &arch-title;</title>
 
5
   <title>Partitioning the USB stick</title>
6
6
<para>
7
7
 
8
8
Most USB sticks do not come pre-configured in such a way that Open
9
9
Firmware can boot from them, so you will need to repartition the stick.
10
 
On Mac systems, run <userinput>mac-fdisk /dev/sda</userinput>,
 
10
On Mac systems, run
 
11
<userinput>mac-fdisk /dev/<replaceable>sdX</replaceable></userinput>,
11
12
initialise a new partition map using the <userinput>i</userinput>
12
13
command, and create a new partition of type Apple_Bootstrap using the
13
14
<userinput>C</userinput> command. (Note that the first "partition" will
14
15
always be the partition map itself.) Then type
15
16
 
16
17
<informalexample><screen>
17
 
$ hformat /dev/<replaceable>sda2</replaceable>
 
18
$ hformat /dev/<replaceable>sdX2</replaceable>
18
19
</screen></informalexample>
19
20
 
20
21
Take care that you use the correct device name for your USB stick. The
38
39
<classname>hfsutils</classname> tools. Type
39
40
 
40
41
<informalexample><screen>
41
 
$ hmount /dev/sda2
 
42
$ hmount /dev/<replaceable>sdX2</replaceable>
42
43
$ hcopy -r /usr/lib/yaboot/yaboot :
43
44
$ hattrib -c UNIX -t tbxi :yaboot
44
45
$ hattrib -b :
52
53
the rest of the USB stick may be prepared using the normal Unix
53
54
utilities.
54
55
 
55
 
</para><para>
56
 
 
57
 
Mount the partition (<userinput>mount /dev/sda2 /mnt</userinput>) and
58
 
copy the following files from the Ubuntu archives to the stick:
 
56
</para>
 
57
   </sect3>
 
58
 
 
59
   <sect3 arch="powerpc">
 
60
   <title>Adding the installer image</title>
 
61
<para>
 
62
 
 
63
Mount the partition
 
64
(<userinput>mount /dev/<replaceable>sdX2</replaceable> /mnt</userinput>)
 
65
and copy the following installer image files to the stick:
59
66
 
60
67
<itemizedlist>
61
68
<listitem><para>
78
85
<filename>boot.msg</filename> (optional boot message)
79
86
 
80
87
</para></listitem>
81
 
<listitem><para>
82
 
 
83
 
Optional kernel modules
84
 
 
85
 
</para></listitem>
86
88
</itemizedlist>
87
89
 
88
90
</para><para>
106
108
Please note that the <userinput>initrd-size</userinput> parameter
107
109
may need to be increased, depending on the image you are booting.
108
110
 
 
111
</para><para>
 
112
 
 
113
If you used an <filename>hd-media</filename> image, you should now copy an
 
114
Ubuntu ISO image (businesscard, netinst or full CD image; be sure to select
 
115
one that fits) onto the stick. When you are done, unmount the USB memory
 
116
stick (<userinput>umount /mnt</userinput>).
 
117
 
109
118
</para>
110
119
   </sect3>