Subject: Re: Trouble netbooting MVME167B
To: Henning Kiel <kiel@physik.uni-dortmund.de>
From: Steve Woodford <scw@netbsd.org>
List: port-mvme68k
Date: 08/15/2003 13:03:40
On Fri, 15 Aug 2003, Henning Kiel wrote:
> Okay, I successfully installed 1.6.1 on the disk. Then halted. But how do
> I boot now?
>
> 167-Bug>bo
> Booting from: VME167, Controller 0, Drive 0
> Loading: Operating System
>
> Bad VID Block
>
> I hope sysinst has run installboot for me...
It should have.
> What can I do?
Boot the ramdisk kernel over the network, and try:
# mount /dev/sd0a /mnt
# mount /dev/sd0d /mnt/usr <-- assumes /usr is on sd0d
# cp /mnt/usr/mdec/bootsd /mnt/.bootsd
# installboot /mnt/.bootsd /bootxx /dev/rsd0a
# umount /mnt/usr
# umount /mnt
Reboot, and try again to boot from disk. Note that you may need to tweak
the /dev/sd0d to be wherever your /usr partition was created.
Let me know if this fails to work, and I'll try to reproduce it here.
Cheers, Steve