Here's a Xen boot config generator for /etc/grub.d so you don't have to manually create a 40-xen each time. -Bruce ===cut=== #!/bin/bash -e #=============================================================================== # # FILE: 09_xen # # USAGE: update-grub ... with this in /etc/grub.d # # DESCRIPTION: Generate grub2 boot stanza for Xen systems # Xen boot entries are automatically added to grub.cfg # The 09-... name prefix puts the Xen boot entries before # the linux kernel entries # # OPTIONS: --- # REQUIREMENTS: --- grub2, Xen hypervisor # BUGS: --- probably # NOTES: --- Copied from 10_linux with a few hacks to make ir work for Xen. # Incorporated suggestions to only do this for valid dom0 kernels # AUTHOR: Bruce Edge (BRE),