= Upgrading physical servers from squeeze to wheezy = A few gotchas: * Ensure the meta kernel package is installed: linux-image-amd64 * Ensure grub is installed on all disks: {{{ for x in a b c d; do grub-install /dev/sd$x; done }}}