Try installing DragonFly again

Did you try to install DragonFly relatively recently and it never made it past the bootloader?  Apparently there’s a bug in some BIOS when using a smaller USB drive to install.  The loader checks multiple places for information, and if it checks somewhere that’s ‘farther’ than the end of the disk (i.e. 6G on a 4G USB key), the machine locks up.

Matthew Dillon and Kyle Davis spent a good number of hours figuring this out today, and Matt committed a fix.   So, if you were bit by this problem, try a -LATEST image about 24 hours from now and see if it works.

In Other BSDs for 2014/05/24

A relatively calm week – probably because there were many people at BSDCan.

New USB on by default

DragonFly has moved from the old USB stack to USB4BSD by default.  That means:

  • If you are already using USB4BSD, you will want to remove WANT_USB4BSD from your kernel config.
  • If you have trouble, switch back to the old USB.
  • There’s some drivers that are not yet converted; help with them would be appreciated.  
  • A full kernel/world build and ‘make upgrade’ will be needed in either case.

Sascha Wildner’s announcement email has all the gory details, including the kernel config changes to move back to the old USB setup.  This is of course in master; 3.6 users are unaffected.