diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-10-25 18:11:48 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-10-25 18:11:48 +0000 |
commit | e1bd08492ad438d7259f992976842a9b7a36c211 (patch) | |
tree | 8e88849158976a876022739290dea6c79084f7d7 /distrib/notes/macppc | |
parent | 0850131f4d04aeae03e6eb88c6855497eae1bf87 (diff) |
Talk about sharing a disk with MacOS and how to use all of the disk with MBR
partitioned disks.
Diffstat (limited to 'distrib/notes/macppc')
-rw-r--r-- | distrib/notes/macppc/install | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/distrib/notes/macppc/install b/distrib/notes/macppc/install index 84d57c70937..e9e71ef5e57 100644 --- a/distrib/notes/macppc/install +++ b/distrib/notes/macppc/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.12 2002/06/09 05:53:54 todd Exp $ +dnl $OpenBSD: install,v 1.13 2002/10/25 18:11:47 drahn Exp $ OpenBSDInstallShortPrelude Before you begin, you should decide if OpenBSD is to be installed @@ -110,10 +110,19 @@ OpenBSDInstallPart4({:-If you have DOS or Linux partitions defined on the disk, these will usually show up as partition 'h', 'i' and so on. - Currently OpenBSD will not share a disk with any other operating - system, so care should be taken not to overwrite any data on other - disks in the system and that no data is on the disk to be used - for OpenBSD/MACHINE. + OpenBSD/MACHINE can share a disk with MacOS or MacOS X by using + an HFS partitioned disk. For proper layout, the disk should be + paritioned with MacOS or MacOS X first with unused space or a + spare partition where OpenBSD can be installed. No low disk + boundaries exist on MACHINE. MACPPC is unable to install the + bootloader into the HFS(+) parition to boot OpenBSD/MACHINE so + it is necessary copy 'ofwboot' from the installation media into + the first HFS(+) parition using MacOS or MacOS X. + + If the disk is parititioned using MBR, the bootloader is + automatically installed. However because fdisk is not LBA + knowledgeable it may be necessary to run the 'b' command in + disklabel to allow OpenBSD to use the entire disk. Note that all OpenBSD partitions in the disk label must have an offset that makes it start within the OpenBSD part of the disk, |