Hi, Thanks all for help. I change the method to use network boot and it works. Here the method I have use for it.
OpenBSD Sparc64 Network install ================================= 1 - Add MAC address for which machine will be the client. # vi /etc/ethers --- add --- 00:03:ba:08:53:1b sparc64 --- done --- 2 - Set client host IP. # vi /etc/hosts --- add --- 10.1.1.36 sparc64 --- done --- 3 - Configure tftpboot # mkdir /tftpboot (If the directory is not there) # chmod -R 555 /tftpboot # cp bsd.rd /tftpboot # cd /home/cpt2iah/sparc64 # cp ofwboot.net /tftpboot/inetboot.sparc64.OpenBSD_40 # chmod 755 /tftpboot/inetboot.sparc64.OpenBSD_40 # cd /tftpboot # ln -s inetboot.sparc64.OpenBSD_40 0A010124 4 - Enable tftpd in /etc/inetd.conf --- set --- tftp dgram udp wait root /usr/sbin/tcpd in.tftpd /tftpboot --- done --- 5 - Configure entry in /etc/bootparams --- add --- sparc64 root=sol9ad:/tmp/openbsd/root swap=sol9ad:/tmp/openbsd/swap --- done --- 6 - Setting up space for swap. # /tmp/openbsd # dd if=/dev/zero of=swap bs=1024000 count=120 7 - Setting up environment for diskless installation. # cd /home/cpt2iah/sparc64 # cp base40.tgz etc40.tgz /tmp/openbsd/root # cd /tmp/openbsd/root # gunzip base40.tgz # gunzip etc40.tgz # tar -xvf base40.tar # tar -xvf etc40.tar # mv base40.tar etc40.tar ../ # cd etc/ # vi hosts --- add --- 10.1.1.17 sol9ad 10.1.1.36 sparc64 --- done --- # vi myname --- change to --- sparc64 --- done --- # vi fstab --- add --- sol9ad:/tmp/openbsd/root / nfs rw 0 0 sol9ad:/tmp/openbsd/swap none swap sw,nfsmntpt=/swap sol9ad:/tmp/openbsd/root/usr /usr nfs rw,nodev 0 0 sol9ad:/tmp/openbsd/root/var /var nfs rw,nosuid,nodev 0 0 --- done --- 8 - Add nfs entry. vi /etc/dfs/dfstab --- add --- # OpenBSD sparc64. share -F nfs -o rw,root=10.1.1.36 /tmp/openbsd/root --- done --- 9 - Disable system autoboot. Press Stop+A ok setenv auto-boot? false ok reset-all 10 - Boot the client ok boot net bsd.rd 11 - Proceed with OpenBSD installation. http://www.openbsd.org/faq/faq4.html#Install 12 - Once done. Try to boot from disk. ok boot disk 13 - Enable system autoboot. ok setenv auto-boot? true or can get it at: http://root.justdied.com/howto/english/openbsd_net_install.php On 11/11/06, Daniel Ouellet <[EMAIL PROTECTED]> wrote:
> Hi all, > > Based on http://www.openbsd.org.my/sparc64.html, seem that OpenBSD can > install on Sun Blade 100/150 machine. I have this problem when do > disk installation on Blade 100. Below is the error. > > ok boot disk /bsd > Boot device: /[EMAIL PROTECTED],0/[EMAIL PROTECTED]/[EMAIL PROTECTED],0 File and args: /bsd > ERROR: Last Trap: Fast Data Access MMU Miss This may help you, assuming the blade 100 have LOM, or similar stuff. If not, then discard this as I never had a blade 100, or even seen one, so I may talk stupid here, but hopefully it would help you. I know I need to do this time to time on some Sun gear that pass in my hands to get them going as many things something is broken with them and put them a side. Getting the error "Fast Data Access MMU Miss" when trying to do a probe-scsi, (even if your hardware doesn't have SCSI device). probe-scsi-all works but just for the external tape drive, cdrom, etc then returns the MMU error again. I know this is a catch all error message and hard to troubleshoot at times. So, some OBP Errors are caused by just halting the OS and run a OBP Command. Please follow this procedure: init 0 ok setenv auto-boot? false #depending on which Hardware and OBP Version you are running it is either or ( I do both in order to be sure on my SunFire) ok reset ok reset-all when the OBP is back you can run eg ok probe-scsi-all do not forget to set auto-boot? variable to the value you set before testing (usually it is set to true) Some time, the error data mmu miss error's are "bad cpu"s, but I don't think it's your problem here. Hope this help you, if not, then forget about it and sorry for the noise. Daniel
-- Thanks & Regards, Ikmal aka EvoIVGSR http://www.leakage.org/ http://root.justdied.com/mylife/ http://www.openbsd.org.my/ http://mirrors.mybsd.org.my/