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

« back to all changes in this revision

Viewing changes to eu/install-methods/floppy/powerpc.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: 11648 untranslated -->
3
 
 
4
 
 
5
 
  <sect2 arch="powerpc"><title>Writing Disk Images From MacOS</title>
6
 
<para>
7
 
 
8
 
An AppleScript, <application>Make Debian Floppy</application>, is
9
 
available for burning floppies from the provided disk image files. It
10
 
can be downloaded from
11
 
<ulink url="ftp://ftp2.sourceforge.net/pub/sourceforge/debian-imac/MakeDebianFloppy.sit"></ulink>. To
12
 
use it, just unstuff it on your desktop, and then drag any floppy
13
 
image file to it. You must have Applescript installed and enabled in
14
 
your extensions manager. Disk Copy will ask you to confirm that you
15
 
wish to erase the floppy and proceed to write the file image to it.
16
 
 
17
 
</para><para>
18
 
 
19
 
You can also use the MacOS utility <command>Disk Copy</command>
20
 
directly, or the freeware utility <command>suntar</command>. The
21
 
<filename>root.bin</filename> file is an example of a floppy
22
 
image. Use one of the following methods to create a floppy from the
23
 
floppy image with these utilities.
24
 
 
25
 
</para>
26
 
 
27
 
   <sect3>
28
 
   <title>Writing Disk Images with <command>Disk Copy</command></title>
29
 
<para>
30
 
 
31
 
If you are creating the floppy image from files which were originally
32
 
on the official &debian; CD, then the Type and Creator are already set
33
 
correctly. The following <command>Creator-Changer</command> steps are
34
 
only necessary if you downloaded the image files from a Debian mirror.
35
 
 
36
 
</para>
37
 
<orderedlist>
38
 
<listitem><para>
39
 
 
40
 
Obtain 
41
 
<ulink url="&url-powerpc-creator-changer;">Creator-Changer</ulink> 
42
 
and use it to open the <filename>root.bin</filename> file.
43
 
 
44
 
</para></listitem>
45
 
<listitem><para>
46
 
 
47
 
Change the Creator to <userinput>ddsk</userinput> (Disk Copy), and the
48
 
Type to <userinput>DDim</userinput> (binary floppy image). The case is
49
 
sensitive for these fields.
50
 
 
51
 
</para></listitem>
52
 
<listitem><para>
53
 
 
54
 
<emphasis>Important:</emphasis> In the Finder, use <userinput>Get
55
 
Info</userinput> to display the Finder information about the floppy
56
 
image, and `X' the <userinput>File Locked</userinput> check box so
57
 
that MacOS will be unable to remove the boot blocks if the image is
58
 
accidentally mounted.
59
 
 
60
 
</para></listitem>
61
 
    <listitem><para>
62
 
 
63
 
Obtain <command>Disk Copy</command>; if you have a MacOS system or CD it
64
 
will very likely be there already, otherwise try
65
 
<ulink url="&url-powerpc-diskcopy;"></ulink>.
66
 
 
67
 
</para></listitem>
68
 
<listitem><para>
69
 
 
70
 
Run <command>Disk Copy</command>, and select `Make a Floppy' from the
71
 
<userinput>Utilities</userinput> menu, then select the
72
 
<emphasis>locked</emphasis> image file from the resulting dialog. It
73
 
will ask you to insert a floppy, then ask if you really want to erase
74
 
it. When done it should eject the floppy.
75
 
 
76
 
</para></listitem>
77
 
</orderedlist>
78
 
 
79
 
   </sect3>
80
 
 
81
 
   <sect3>
82
 
   <title>Writing Disk Images with <command>suntar</command></title>
83
 
<para>
84
 
 
85
 
<orderedlist>
86
 
<listitem><para>
87
 
 
88
 
Obtain <command>suntar</command> from <ulink url="&url-powerpc-suntar;">
89
 
</ulink>. Start the <command>suntar</command> program and select 
90
 
`Overwrite Sectors...' from the <userinput>Special</userinput> menu.
91
 
 
92
 
</para></listitem>
93
 
<listitem><para>
94
 
 
95
 
Insert the floppy disk as requested, then hit &enterkey; (start at
96
 
sector 0).
97
 
 
98
 
</para></listitem>
99
 
<listitem><para>
100
 
 
101
 
Select the <filename>root.bin</filename> file in the file-opening dialog.
102
 
 
103
 
</para></listitem>
104
 
<listitem><para>
105
 
 
106
 
After the floppy has been created successfully, select `Eject' from
107
 
the <userinput>File</userinput> menu. If there are any errors writing
108
 
the floppy, simply toss that floppy and try another.
109
 
 
110
 
</para></listitem>
111
 
</orderedlist>
112
 
 
113
 
Before using the floppy you created, <emphasis>set the write protect
114
 
tab</emphasis>!  Otherwise if you accidentally mount it in MacOS,
115
 
MacOS will helpfully ruin it.
116
 
 
117
 
</para>
118
 
   </sect3>
119
 
  </sect2>