diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-04-24 22:33:12 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-04-24 22:33:12 +0000 |
commit | 283965a60039f0e979311ce6c80316db3c8913ed (patch) | |
tree | 208d46af6f2341c395fbfda29d3a65633be6295b /distrib/notes | |
parent | abf6275d31daf1534df048993d8e75f34580530d (diff) |
More explaination/better wording on what is necessary for shared disks.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/powerpc/install | 22 | ||||
-rw-r--r-- | distrib/notes/powerpc/prep | 8 |
2 files changed, 17 insertions, 13 deletions
diff --git a/distrib/notes/powerpc/install b/distrib/notes/powerpc/install index 4849406ac90..5259936764b 100644 --- a/distrib/notes/powerpc/install +++ b/distrib/notes/powerpc/install @@ -3,16 +3,18 @@ this document in hand and are careful to read and remember the information which is presented to you by the install program, it shouldn't be too much trouble. -Before you begin, you should know the geometry of your hard disk, i.e. -the sector size (note that sector sizes other than 512 bytes are not -currently supported), the number of sectors per track, the number of -tracks per cylinder (also known as the number of heads), and the -number of cylinders on the disk. The OpenBSD kernel will try to -discover these parameters on its own, and if it can it will print them -at boot time. If possible, you should use the parameters it prints. -(You might not be able to because you're sharing your disk with -another operating system, or because your disk is old enough that the -kernel can't figure out its geometry.) +Before you begin, you should decide if OpenBSD is to be installed +on the whole disk or share the disk with MacOS. + +For standalone (No MacOS installed) or dedicated disks, the MBR +installation method should be chosen and no additional prep is necessary + +If it is to shared the disk with MacOS a partition must be preallocated +by the MacOS partition editor and MacOS installed to the proper parition. +This expects that the HFS parition will be the first parition on +the disk, and then the OpenBSD parition will follow. +This may require the disk be reformatted and reinstalled under MacOS +using the "Drive Setup" application. You should now be ready to install OpenBSD. diff --git a/distrib/notes/powerpc/prep b/distrib/notes/powerpc/prep index 6befb73ae3a..af59351feb0 100644 --- a/distrib/notes/powerpc/prep +++ b/distrib/notes/powerpc/prep @@ -2,9 +2,11 @@ OpenBSD/MACHINE is now capable of booting either from a dedicated disk using a MBR partitioned disk or sharing a disk with MacOS. If the disk is to be shared between MacOS and OpenBSD, it is necessary -to reformat and install the MacOS partitions first, using the MacOS tools, -leaving space on the disk as an "Unused" partition or as another partition -that is reused for OpenBSD. +to reformat and install the MacOS partitions first, using "Drive Setup", +leaving space on the disk as an "Unused" partition. +If the disk was previously paritioned, it is possible to reuse a parition +for OpenBSD, as long as it is not the first parition on the disk. +The bootloader is expected to be found in that first (HFS) parition. For dedicated disks, MACHINE port boots off a boot program in an MSDOS filesystem. This is now set up by the install program |