看板 DFBSD_bugs 關於我們 聯絡資訊
:I did a compare of the boot0/boot1/boot2 using Compare It on Windows with :the ones from the installer CD. : :boot0 is identical. :boot1 is also identical. :boot2, however, differs. : :-- :Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono That isn't necessarily meaningful, because GCC embeds a timestamp in the binary. You have to objdump -d the resulting binaries and compare the code rather then just do a binary compare of the binaries. In anycase, it sounds to me that you've munged your machine somehow and that a full buildworld/installworld and make upgrade is in order to try to clean it up. :Of course, I used disklabel -B -b boot1 -s boot2 ad0s2 to install the boot :blocks. If boot1 and boot2 are installed in the standard place, then it is sufficient to type 'disklabel -B ad0s2'. You do not need to specify -b and -s. -Matt Matthew Dillon <dillon@backplane.com>