Berend de Boer wrote:
> >> - update to the new bootblocks (done)
> >> - move to ELF kernel
> 
> > Installing the Jan 12th snapshopt gives you all of this already, and
> > no a.out cruft anywhere in sight.
> 
> Warning: make world doesn't upgrade the bootblocks as I just detected. I
> tried disklabel -B before but it complained that the device was busy (of
> course).

A "Device busy" is most likely due to specifying the full path of a
block device

    disklabel -B /dev/da0s2a

The best approach is to specify just the drive

    disklabel -B da0

or the slice, if you have more than one FreeBSD slice per drive

    disklabel -B da0s3

-- 
Robert Nordier

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to