From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <748d404e3284f48a424787e18cecabc6@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] bitsy woes MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 3 May 2002 10:53:20 -0400 Topicbox-Message-UUID: 872b36da-eaca-11e9-9e20-41e7f4b1d025 > This suggests that the ramdisk partition did not contain a properly formatted > paq file system. Make sure the partitions you made with the loader are > the same as those expected by Plan 9 (see Booting101). Then load > kernel and paqdisk using the serial cable and the loader. You need to > mk paqdisk > not `ramdisk' and you need to load the file paqdisk into the ramdisk partition. You can test that you got it right before you load it into the iPaq by running cd /sys/src/9/boot 8c testboot.c 8l testboot.8 8.out paqfs -v -i /sys/src/9/bitsy/paqdisk ls -l /n/kremvax Russ