|
|
openBSD install notes
Obtain the install media. In this case we've gone for the full 5.0 install iso for Power PC (an old mac) from an openBSD mirror.
Burn the iso to cd.
- Find the cd device,
cdrecord -scanbus
- Burn the iso,
cdrecord -v -dev=1,0,0 install50.iso
Install
- Boot from cd (for this mac use the command, option, O and F key press at boot to get at lower level, refer to the notes at ftp://mirror.aarnet.edu.au/pub/OpenBSD/5.0/macppc/INSTALL.macppc then enter boot ide1:,ofwboot /bsd to boot off of CD.
- Enter a hostname,
raaz_openbsd [ENTER]
- Use the default network interface (in this case gem0)
- IPv4 address should be
DHCP, unless connected to a network this request for a lease will fail. Don't worry. DEFAULT
- IPv6, none for now.
DEFAULT
- Enter
done, to complete configuring network devices.
- No need to do any manual network config.
- Enter your root password.
- Enable ssh
- Enable ntpd if you want to keep the clock in sync.
- Select the default option
- Enable X Windows
- Default console zstty0, no beacuse we don't need a serial console????
- Create a user, by entering a lower case name then follow the prompts
- Disable ssh login to root, yes
- Set up root disc, wd0
- Use DUIDs, yes
- Use MBR for the partition table in a dedicated openBSD system, this will destroy the existing OS on the disc.
- Use the whole disc
- Create a sensible disc layout and relabel.
- Use the cd as the source for the install sets
- Add or remove sets if required.
- Set the timezone
Pacific/Auckland
- Don't install the non-free firmware files, refer to
man fw_update after the install.
- Reboot
- Go into open firmware and enter
boot hd:,ofwboot /bsd to boot into the new system
- Now to set the mac to boot into bsd on each reboot, reboot and go into the open firmware and enter
setenv boot-device hd:,ofwboot
Eject cd rom with eject cd0.
Get through the firewall with telnet ienabler.canterbury.ac.nz 259
Update any hardware firmware with fw_update, as root. Use fw_update -n, as anyone to just see what it wants to do.
Shutdown with shutdown -h now.
openBSD install notes
Obtain the install media. In this case we've gone for the full 5.0 install iso for Power PC (an old mac) from an openBSD mirror.
Burn the iso to cd.
- Find the cd device,
cdrecord -scanbus
- Burn the iso,
cdrecord -v -dev=1,0,0 install50.iso
Install
- Boot from cd (for this mac use the command, option, O and F key press at boot to get at lower level, refer to the notes at ftp://mirror.aarnet.edu.au/pub/OpenBSD/5.0/macppc/INSTALL.macppc then enter boot ide1:,ofwboot /bsd to boot off of CD.
- Enter a hostname,
raaz_openbsd [ENTER]
- Use the default network interface (in this case gem0)
- IPv4 address should be
DHCP, unless connected to a network this request for a lease will fail. Don't worry. DEFAULT
- IPv6, none for now.
DEFAULT
- Enter
done, to complete configuring network devices.
- No need to do any manual network config.
- Enter your root password.
- Enable ssh
- Enable ntpd if you want to keep the clock in sync.
- Select the default option
- Enable X Windows
- Default console zstty0, no beacuse we don't need a serial console????
- Create a user, by entering a lower case name then follow the prompts
- Disable ssh login to root, yes
- Set up root disc, wd0
- Use DUIDs, yes
- Use MBR for the partition table in a dedicated openBSD system, this will destroy the existing OS on the disc.
- Use the whole disc
- Create a sensible disc layout and relabel.
- Use the cd as the source for the install sets
- Add or remove sets if required.
- Set the timezone
Pacific/Auckland
- Don't install the non-free firmware files, refer to
man fw_update after the install.
- Reboot
- Go into open firmware and enter
boot hd:,ofwboot /bsd to boot into the new system
- Now to set the mac to boot into bsd on each reboot, reboot and go into the open firmware and enter
setenv boot-device hd:,ofwboot
Eject cd rom with eject cd0.
Get through the firewall with telnet ienabler.canterbury.ac.nz 259
Update any hardware firmware with fw_update, as root. Use fw_update -n, as anyone to just see what it wants to do.
Shutdown with shutdown -h now.
|