Date: Wed, 24 May 1995 09:55:57 +0200 From: Lars Koeller <uphya001@odie.physik2.uni-rostock.de> To: smurfen@ludd.luth.se Cc: freebsd-questions@freefall.cdrom.com Subject: Re: Change bsd from wd0 to wd1 Message-ID: <199505240755.JAA27347@odie.physik2.uni-rostock.de> In-Reply-To: Mail from 'Ola Persson <smurfen@ludd.luth.se>' dated: Tue, 23 May 1995 13:39:17 %2B0200 (MET DST)
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! I think you have to change and reinstall the bootblocks of your FreeBSD partition. Take a lock in /usr/src/sys/i386/boot/boot.c There you have to change the line part = unit = 0; into part = 0; unit = 1; recompile (make; make install) and install them via (if wd0 is your FreeBSD disk) disklabel wd0 > dl.wd0 diaklabel -Rr wd0 dl.wd0 /usr/mdec/wdboot /usr/mdec/bootwd After changing the disks FreeBSD should boot automatic from your second drive. Another possibility is to enter when the boot prompt appears: wd(1,a)/386bsd i guess, but take a close lock at the message the boot loader prints on the screen. For further question also take a lock in the FAQ file for FreeBSD. Good luck Lars -- ______________________________________________________________________________ Lars Köller E-Mail: University of Rostock (Germany) lars.koeller@odie.physik2.Uni-Rostock.DE Fachbereich Physik Universitätsplatz 3 Phone: +49 381/498-1665 or 498-1648 18051 Rostock Fax: +49 381/498-1667
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505240755.JAA27347>