From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7478.192.11.226.116.1074815531.squirrel@www.infernopark.com> Subject: Re: [9fans] Boot floppy From: To: <9fans@cse.psu.edu> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Thu, 22 Jan 2004 18:52:11 -0500 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: bf3c3e28-eacc-11e9-9e20-41e7f4b1d025 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=3Dtype=3D > bootfile=3Dether0 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? h= ow can i do it? thanks dharani