9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* RE: RE: [9fans] boot error walking
@ 2004-02-13 13:07 Tiit Lankots
  2004-02-13 14:05 ` David Presotto
  0 siblings, 1 reply; 5+ messages in thread
From: Tiit Lankots @ 2004-02-13 13:07 UTC (permalink / raw)
  To: 9fans

> partition sdC0!fs does not contain a dos filesystem

9load used to know about kfs, but apparently not anymore.
kfs is officially dead.
you'll have to copy the kernel over into 9fat and change the plan9.ini to read
	bootfile=sdC0!9fat!9pcauth
(note the lack of path, just bare filename)

> I'm using kfs not fossil.

i guessed that from kernel's name


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: RE: [9fans] boot error walking
  2004-02-13 13:07 RE: [9fans] boot error walking Tiit Lankots
@ 2004-02-13 14:05 ` David Presotto
  2004-02-13 14:08   ` Charles Forsyth
  0 siblings, 1 reply; 5+ messages in thread
From: David Presotto @ 2004-02-13 14:05 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

when did 9load know enough to load kernels from kfs?

[-- Attachment #2: Type: message/rfc822, Size: 2415 bytes --]

From: "Tiit Lankots" <t.lankots@aprote.ee>
To: <9fans@cse.psu.edu>
Subject: RE: RE: [9fans] boot error walking
Date: Fri, 13 Feb 2004 15:07:01 +0200
Message-ID: <81132473206F3A46A72BD6116E1A06AE479D19@black.aprote.com>

> partition sdC0!fs does not contain a dos filesystem

9load used to know about kfs, but apparently not anymore.
kfs is officially dead.
you'll have to copy the kernel over into 9fat and change the plan9.ini to read
	bootfile=sdC0!9fat!9pcauth
(note the lack of path, just bare filename)

> I'm using kfs not fossil.

i guessed that from kernel's name

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: RE: [9fans] boot error walking
  2004-02-13 14:05 ` David Presotto
@ 2004-02-13 14:08   ` Charles Forsyth
  2004-02-13 14:11     ` David Presotto
  0 siblings, 1 reply; 5+ messages in thread
From: Charles Forsyth @ 2004-02-13 14:08 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 19 bytes --]

by September 2002

[-- Attachment #2: Type: message/rfc822, Size: 4446 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 52 bytes --]

when did 9load know enough to load kernels from kfs?

[-- Attachment #2.1.2: Type: message/rfc822, Size: 2415 bytes --]

From: "Tiit Lankots" <t.lankots@aprote.ee>
To: <9fans@cse.psu.edu>
Subject: RE: RE: [9fans] boot error walking
Date: Fri, 13 Feb 2004 15:07:01 +0200
Message-ID: <81132473206F3A46A72BD6116E1A06AE479D19@black.aprote.com>

> partition sdC0!fs does not contain a dos filesystem

9load used to know about kfs, but apparently not anymore.
kfs is officially dead.
you'll have to copy the kernel over into 9fat and change the plan9.ini to read
	bootfile=sdC0!9fat!9pcauth
(note the lack of path, just bare filename)

> I'm using kfs not fossil.

i guessed that from kernel's name

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: RE: [9fans] boot error walking
  2004-02-13 14:08   ` Charles Forsyth
@ 2004-02-13 14:11     ` David Presotto
  0 siblings, 0 replies; 5+ messages in thread
From: David Presotto @ 2004-02-13 14:11 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Thanks, I needed something to compare against.

[-- Attachment #2: Type: message/rfc822, Size: 6580 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 19 bytes --]

by September 2002

[-- Attachment #2.1.2: Type: message/rfc822, Size: 4446 bytes --]

[-- Attachment #2.1.2.1.1: Type: text/plain, Size: 52 bytes --]

when did 9load know enough to load kernels from kfs?

[-- Attachment #2.1.2.1.2: Type: message/rfc822, Size: 2415 bytes --]

From: "Tiit Lankots" <t.lankots@aprote.ee>
To: <9fans@cse.psu.edu>
Subject: RE: RE: [9fans] boot error walking
Date: Fri, 13 Feb 2004 15:07:01 +0200
Message-ID: <81132473206F3A46A72BD6116E1A06AE479D19@black.aprote.com>

> partition sdC0!fs does not contain a dos filesystem

9load used to know about kfs, but apparently not anymore.
kfs is officially dead.
you'll have to copy the kernel over into 9fat and change the plan9.ini to read
	bootfile=sdC0!9fat!9pcauth
(note the lack of path, just bare filename)

> I'm using kfs not fossil.

i guessed that from kernel's name

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: RE: [9fans] boot error walking
@ 2004-02-13 12:57 Herbert B. Hancock
  0 siblings, 0 replies; 5+ messages in thread
From: Herbert B. Hancock @ 2004-02-13 12:57 UTC (permalink / raw)
  To: 9fans

Thanks for the message.  I now get:

partition sdC0!fs does not contain a dos filesystem

I'm using kfs not fossil.
Brian

----- Original Message -----
From: Tiit Lankots <t.lankots@aprote.ee>
Date: Friday, February 13, 2004 7:43 am
Subject: RE: [9fans] boot error walking

> >1. sdC0!9fat!/386/9pcauth
>
> /386 isn't in 9fat, it's in fs (the kfs partition)
> so, seems to me you want to say
> sdC0!fs!/386/9pcauth
>
> PS pcdisk still makes a kfs kernel, right?
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-13 14:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-13 13:07 RE: [9fans] boot error walking Tiit Lankots
2004-02-13 14:05 ` David Presotto
2004-02-13 14:08   ` Charles Forsyth
2004-02-13 14:11     ` David Presotto
  -- strict thread matches above, loose matches on Subject: below --
2004-02-13 12:57 Herbert B. Hancock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).