From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <18f255a4a8e3663476b54ad398168871@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: RE: RE: [9fans] boot error walking From: andrey mirtchovski In-Reply-To: <5031791e.791e5031@rutgers.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 13 Feb 2004 07:09:02 -0700 Topicbox-Message-UUID: e27adc64-eacc-11e9-9e20-41e7f4b1d025 the bootfile argument is just a prompt telling 9load where to look for a kernel. the first item is the disk -- sdC0 is correct since you have only one disk, and it's IDE. if you had a second or were booting from cdrom it could be sdC1 or sdD0. the second is the partition on the disk (out of the plan9 slice) -- in a kfs installation the main partition is called 'fs', in fossil it's 'fossil'. the small-ish dos partition holding the kernels is 9fat. since 9load doesn't know about fossil at all and it seems like it has no idea of kfs, your safest bet is to continue using 9fat and just copy your freshly compiled kernels there. the third one is the path to the kernel. in Plan 9 kernels are put by default in /386 (ls that dir and you'll see them there). so, the menu entry should be sdC0!9fat!9pcauth... andrey > Well if kfs is dead, long live fossil! I'll reinstall with the fossil filesystem. The bootfile in plan9.ini will now be: > > bootfile:sdC0!fs!9pcauth > > according to the wiki. But also according to the wiki the menu bootfile in plan9.ini is: > > bootfile:sdC0!9fat!9pcauth > > Is this right? > > And thanks, > Brian >