From owner-freebsd-alpha Sun Oct 31 21:14: 6 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 3AE7414C59 for ; Sun, 31 Oct 1999 21:14:02 -0800 (PST) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40397>; Mon, 1 Nov 1999 16:08:39 +1100 Content-return: prohibited Date: Mon, 1 Nov 1999 16:13:43 +1100 From: Peter Jeremy Subject: Re: Installing with no floppy. In-reply-to: <199911010447.UAA00901@wartch.sapros.com> To: Peter Haight Cc: freebsd-alpha@FreeBSD.ORG Reply-To: peter.jeremy@alcatel.com.au Message-Id: <99Nov1.160839est.40397@border.alcanet.com.au> MIME-version: 1.0 X-Mailer: Mutt 1.0pre3i Content-type: text/plain; charset=us-ascii References: <199911010447.UAA00901@wartch.sapros.com> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-Nov-01 15:47:58 +1100, Peter Haight wrote: >My DEC box doesn't have a floppy. How can I get FreeBSD on there? If you have a SCSI CD-ROM, boot from that, otherwise you can netboot over Ethernet. Brief netbooting description is: On your boot server: - Extract netboot[1] from /boot and place in suitable spot for tftp. - Configure tftp to allow your DEC box to read netboot. - Configure BOOTP[2] as appropriate to tell your DEC box to boot netboot. - Extract kernel.gz from the 2.88MB boot floppy image. Put it somewhere where it can be read from the DEC box via NFS. - Have the rest of the install kit suitably to hand. On your client: - At the SRM prompt, type `boot -p bootp -fl a ewa0' after a suitable delay, you should be presented with the install screen. You should also check out http://www.netbsd.org/Ports/alpha/netboot.html [1] Old versions of the SRM are broken in a variety of ways. The most popular is that they require the MAC address to be hard- coded in netboot. This can be done with a binary editor and a hex calculator if you don't have an Alpha build environment to hand. The Multia SRM is broken in ways that are incompatible with the standard netboot (let me know if this will affect you). [2] The SRM always uses BOOTP. Old (3.2-RELEASE and earlier, I'm not sure about 3.3) versions of netboot [mis-]used DHCP - requiring you to configure a DHCP server. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message