From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200304181833.h3IIXK520049@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] "Can't read from nvram: /env/nvrof file does not exist" In-Reply-To: Your message of "Fri, 18 Apr 2003 08:17:09 MDT." From: Dan Cross Date: Fri, 18 Apr 2003 14:33:20 -0400 Topicbox-Message-UUID: 92b69638-eacb-11e9-9e20-41e7f4b1d025 > hmm, I hadn't noticed this. So plan9 will try to open plan9.nvr on the FAT > partition if no nvram partition is found, right? what environment variable > could force this behaviour? I don't think so; why do you say that? The environment variable you could use to force it would be to set nvram. Eg, nvram=#S/sdD0/9fat will force it to look for plan9.nvr on the 9fat partition on sdD0. If you set it to, e.g., #S/sdD0/9fat!foo.nvr, you can use a different filename. My guess is that plan9.nvr doesn't exist on the 9fat partition. Did you `dd -if /dev/zero -of plan9.nvr -count 1'? - Dan C.