Date: Fri, 11 Feb 2005 09:48:08 +0100 From: Joerg Wunsch <j@ida.interface-business.de> To: m <m@telerama.com> Cc: freebsd-sparc64@freebsd.org Subject: Re: installation problem on Sun E450 Message-ID: <20050211084808.GA77390@ida.interface-business.de> In-Reply-To: <BE3156A3.CD73%m@telerama.com> References: <BE3156A3.CD73%m@telerama.com>
next in thread | previous in thread | raw e-mail | index | archive | help
As m wrote: > The cdr DOES spin up, then the system totally freezes. Does Stop-A still work? With FreeBSD 5.1 (or so), I never got my U450 install from CD, but the symptoms were different. I've always got a read error of some kind. I eventually gave up, and installed across the network. Network installation isn't too hard with Suns, if I were you, I'd give it a try as well. You need a RARPD to supply an IP address to the Openboot PROM, and later on DHCP since that's what FreeBSD wants to use. Of course, the RARPD machine must also have TFTP enabled, the PROM wants to load the sparc64 boot/loader image under a name that matches the hexadecimal IP address. So for a machine that obtained IP address 192.168.1.2, make a link from boot/loader to C0A80102. DHCP needs to supply the following options for that machine: host foo { hardware ethernet 08:00:20:xx:xx:xx; fixed-address 192.168.1.2; option host-name "foo.your.domain"; always-reply-rfc1048 on; filename "kernel"; option root-path "192.168.1.1:/cdrom"; } -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050211084808.GA77390>