wiki:physical-server-upgrade-squeeze-wheezy

Version 1 (modified by Jamie McClelland, 11 years ago) ( diff )

--

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
    
Note: See TracWiki for help on using the wiki.