|
|
(10 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| http://plan9.bell-labs.com/plan9/
| | =Discussion= |
| | |
| http://plan9.bell-labs.com/wiki/plan9/installation_instructions/
| |
| | |
| http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs
| |
| | |
| ==log==
| |
| | |
| I'm going to log what I do here. Normally I'd do that in a text file and consult it after for my actual writing of a report, but this stuff is already on a wiki, so might as well get the whole process up here.
| |
| | |
| *Set up an old PC.
| |
| **Celeron(R) CPU 240 GHz (Prescott ~~2004)
| |
| **224 MB DDR(1) RAM
| |
| **37.2 GB HDD
| |
| **some kind of integrated graphics card I don't even know
| |
| | |
| *Test PC
| |
| **It booted up to windows XP
| |
| **Everything appears to work as it should.
| |
| **Display, mouse, keyboard, CD drive, Ethernet port, etc.
| |
| | |
| *reboot
| |
| **insert plan9 CD
| |
| **shutdown
| |
| **Computer makes horrible highpitched whine (probably 8 year old CRT)
| |
| **reboot
| |
| | |
| *Failure
| |
| **installation hangs within seconds
| |
| **reboot again
| |
| | |
| *Success?
| |
| **Plan9 startup
| |
| ***select install from this CD (confirm USB keyboard works and don't need to find PS/2 Keyboard)
| |
| **Stuff flies by faster then I can see
| |
| | |
| *"USE DMA FOR IDE DRIVES [yes] ???
| |
| **Google DMA
| |
| ***"Direct memory access"
| |
| **Say Yes
| |
| | |
| *mouseport is (options):
| |
| **Say PS2
| |
| | |
| *vgsize[640x480x8]:
| |
| **640x480x8
| |
| **installer can't do graphical install
| |
| **installation guide says to do in text mode, so doing that...
| |
| | |
| *installer asks to config File system
| |
| **OPTIONS:
| |
| ***"Fossil - the new plan9 fileserver"
| |
| **or
| |
| ***"Fossil+venti - Fossil + archival dump server
| |
| **Going for the archival dump, because why not?
| |
| | |
| *Parting the disk
| |
| **select the main (only) harddrive
| |
| **can't do anything...no space
| |
| **type ?
| |
| ***"d name - delete partition"
| |
| **delete partition (Bye Windows)
| |
| **select empty partition
| |
| **partition it
| |
| | |
| *Prepdisk
| |
| **"subdivide plan 9 partition"
| |
| **The system plans out a "sensible layout"
| |
| **9fat 100MB // nvram 512 B // fossil 5.86 GB // arenas -29.33 GB / / isect 1.46 GB //swap 512 MB
| |
| **looks good to me, confirm
| |
| | |
| *fmtfossil
| |
| **"initialize disks on fossil server"
| |
| **SYSTEM CRASHED
| |
| | |
| *restart...again
| |
| **Turns out you can resume where you left off more or less.
| |
| **redid everything up to telling it to go back into text only mode, went back to spot it froze
| |
| | |
| *fmtfossil
| |
| **"initialize disks on fossil server"
| |
| **select the fossil location
| |
| **says done and goes back to main menu. Not sure what that was about.
| |
| | |
| *mountfs
| |
| **Selected the file system
| |
| **some directories are created.
| |
| | |
| *configDist or download
| |
| **choose a source of the distribution archive or download a distribution archive
| |
| **I haven't plugged in an ethernet cable so I do the former.
| |
| **I tell it it's local and it goes back to the menu.
| |
| | |
| *mount
| |
| | |
| | |
| | |
| | |
| | |
| ==Actual discussion and whatever else==
| |