diff options
author | 2001-04-24 22:33:11 +0000 | |
---|---|---|
committer | 2001-04-24 22:33:11 +0000 | |
commit | 8037e90820eddc70ace2edc891eef1bf23a13f98 (patch) | |
tree | 2c5a84e976773cedf374b89bf9e39664b9395b17 | |
parent | Update whatis to include details of what has changed between 2.8 and 2.9 (diff) | |
download | wireguard-openbsd-8037e90820eddc70ace2edc891eef1bf23a13f98.tar.xz wireguard-openbsd-8037e90820eddc70ace2edc891eef1bf23a13f98.zip |
More explaination/better wording on what is necessary for shared disks.
-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 |