9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Boot floppy
@ 2003-12-29 19:14 David Presotto
  2004-01-22 23:52 ` vdharani
  0 siblings, 1 reply; 4+ messages in thread
From: David Presotto @ 2003-12-29 19:14 UTC (permalink / raw)
  To: vdharani, 9fans

The following should be enough to make a boot floppy:

disk/format -b /386/pbs -df /dev/fd0disk /386/9load /tmp/plan9.ini

Just make sure that /tmp/plan9.ini has

ether0=type=<whatever>
bootfile=ether0

in it.


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

* Re: [9fans] Boot floppy
  2003-12-29 19:14 [9fans] Boot floppy David Presotto
@ 2004-01-22 23:52 ` vdharani
  2004-01-23  1:09   ` jmk
  0 siblings, 1 reply; 4+ messages in thread
From: vdharani @ 2004-01-22 23:52 UTC (permalink / raw)
  To: 9fans

dave,

> The following should be enough to make a boot floppy:
>
> disk/format -b /386/pbs -df /dev/fd0disk /386/9load /tmp/plan9.ini
>
> Just make sure that /tmp/plan9.ini has
>
> ether0=type=<whatever>
> bootfile=ether0

that helped. thanks.

however, i have two questions:

1. i have intel 82559ER (i think) cards. if i am right, the boot code
recognizes only 82557 cards. so dhcp/tftp works only for 82557 cards. it
doesnt work for 82559/82559ER cards etc. what is the problem? is it too
tough to fix it? given that intel cards are widely used and available
(including on-board ethernet ports), can we make all 82557/8/9 ethernet
ports get recognized during boot time?

for now, i have added the kernel 9pcdisk in the floppy itself. it boots
from the floppy, then does dhcp to get the ip address and proceeds from
there.

2. once the configuration settles, i want to burn a bootable CD image for
booting 9 terminal right from the CD instead of floppy. is it possible? how
can i do it?

thanks
dharani





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

* Re: [9fans] Boot floppy
  2004-01-22 23:52 ` vdharani
@ 2004-01-23  1:09   ` jmk
  0 siblings, 0 replies; 4+ messages in thread
From: jmk @ 2004-01-23  1:09 UTC (permalink / raw)
  To: 9fans

On Thu Jan 22 16:38:46 EST 2004, vdharani@infernopark.com wrote:
> ...
>
> 1. i have intel 82559ER (i think) cards. if i am right, the boot code
> recognizes only 82557 cards. so dhcp/tftp works only for 82557 cards. it
> doesnt work for 82559/82559ER cards etc. what is the problem? is it too
> tough to fix it? given that intel cards are widely used and available
> (including on-board ethernet ports), can we make all 82557/8/9 ethernet
> ports get recognized during boot time?
> ...

The boot code has been seen to work successfully on the following PCI
device ids:

		case 0x1209:		/* Intel 82559ER */
		case 0x1229:		/* Intel 8255[789] */
		case 0x1031:		/* Intel 82562EM */
		case 0x2449:		/* Intel 82562ET */

What do you have?


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

* [9fans] Boot floppy
@ 2003-12-29 21:18 vdharani
  0 siblings, 0 replies; 4+ messages in thread
From: vdharani @ 2003-12-29 21:18 UTC (permalink / raw)
  To: 9fans

Hi,

I managed to setup a plan9 CPU/Auth/fs server (with kfs). I wanted to make
a boot floppy for diskless workstation. If I remember correctly, I used to
derive the contents of the floppy from the Plan 9 installation floppy.
Looks like that method doesnt work anymore.

All I am trying to do is make a floppy that loads PBS, recognizes ethernet
card (i82557), sends DHCP (or bootp?) request and gets boot paramaters and
then loads the image from p9 server. As you can see, this is kind-of the
usual way it is done. I think I setup the p9 server correctly. What is
needed is a way to make the right boot floppy. Any pointers?

If not, if I keep 9pcdisk in the floppy itself, will it work? Do I have to
specify IP address of workstation itself, fs and auth machines in the
floppy itself? How do I do it? I remeber there used to be a long line with
these details but I dont think 'man plan9.ini' deals with it. Any pointers?

Thanks in advance.

Regards
dharani





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

end of thread, other threads:[~2004-01-23  1:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-29 19:14 [9fans] Boot floppy David Presotto
2004-01-22 23:52 ` vdharani
2004-01-23  1:09   ` jmk
2003-12-29 21:18 vdharani

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).