Installation notes for Plan 9, 3rd Edition (The following procedures parallel the "Installation of the Plan 9 Software" sheet supplied with the distribution.) 1. System requirements 2. Overview 3. Before you begin 4. Creating the boot disk From Unix or Linux: dd if=/cdrom/install/9disk.9fd of=/dev/fd0 From MSDOS: use rawrite.exe found on the cdrom in \install\ 5. The plan9.ini file Make any adjustments to think necessary to plan9.ini: mouse=ps2 # monitor=multisync75 vgasize=1024x768x8 ether0=type={type} [port= ] [irq= ] 6. Booting from the boot disk If vga is not found check the probed output in the file vgainfo.txt on the floppy. It is possible that a minor change in vga.db can be made using this information. In case you make changes to the vgadb file on the install boot floppy, you will have to copy it to the hard disk installation of Plan 9 in order for the system to find it when you boot the installed system. See 17. below for more information. If the ether net card is not probed, adjust the ether0 type in plan9.ini. 7. The installation process 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. Setting up Boot new installation. Login as glenda, no password. If you modified vga.db on the floppy, copy it to hard disk: % disk/kfscmd allow % a: (This invokes a script to mount the floppy on /n/a:) % cp /n/a:/vgadb /lib/vgadb % disk/kfscmd halt (halts the filesystem) Reboot; login as glenda, no password. Turn on hardware acceleration. Edit the /rc/bin/termrc file by remarking out the line that turns off acceleration. If this doesn't work you will have to change back. Useful commands: disk/kfscmd allow a: (an rc script to mount the floppy drive on /n/a:) disk/kfscmd halt (halt the file system) 18. Troubleshooting 19. Installing additional packages For all the following actions it is assumed you ran: disk/kfscmd allow Mount CDROM drive on /n/tapefs: 9660srv mount /srv/9660 /n/tapefs /dev/sdC1/data The wrap update. Needed to install packages. cd /n/tapefs/install/updates disk/kfscmd allow gunzip