From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 23 Oct 1995 01:06:43 -0400 From: JUSTdan dan@dan.com Subject: SS2 Standalone issues Topicbox-Message-UUID: 2fadb9d4-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19951023050643.7xpXb2rCvtmCWH1bV7_Gj3ALpSLeO8zjDFVZ3PqjMbs@z> Much thanks to those who have helped me get much further along in the standalone installation.. So far, I have: 1) mounted the cdrom while booted into sunos, copied /sparc/bin/9sscd into the root of the sunos partition and issued a 'reboot 9sscd' command to boot with the cd kernel. 2) specified local as boot device, and entered the user name 'sys' to match most of the system file ownerships. 3) bound in the sd1 disk to unpack the cd onto with: bind -a '#'w1 /dev (I didnt realize earlier that '' was needed.) disk/prep /dev/sd1disk disk/kfs -rb4096 -f/dev/sd1fs mount -c /srv/kfs /n/kremvax (You cant write to /n to create mt pts,so use this) 4) bound in the 9660 cdrom with: bind -a '#'r6 /dev 9660srv mount -c /srv/9660 /n/c: /dev/cd6 (again, using any mt pt) 5) unpacked the cd to sd1 with: disk/mkfs -a -u /adm/users -s /n/c: -z 4096 /lib/proto/allproto | disk/mkext -u -v -d /n/kremvax [Thanks primarily to Alex Bochannek at Cisco for helping me get this far.] Now, more questions to finish this off: While doing (5) I got complaints on every file about creation time, and on a large number of files about not having the same gid or uid as the originals. Should I be concerned about this? Is there a better way to unpack this that will preserve _all_ of this if so? Next, I am unable to reboot with this as my primary filesystem by specifying local!#w1, i suppose because there are multiple partitions on this device.. (I accepted the default plan9 partitioning suggestions) How do I specify the proper startup offset in this statement so the system will boot from the portion of this drive with the filesystem on it? Or should I perhaps be using something other than 9sscd at this point? Im still trying this as the shipped 9ss kernel does not have a 'local' option, only il and tcp. Thanks much.. when I get these few issues sorted out, perhaps we can add the complete instructions to the faq... the info presently there about making a single user ss2 has not been adequete for me as a plan9 newbie. thanks, dan