Comment 8 for bug 1321144

Revision history for this message
Stefan Bader (smb) wrote :

Could someone who has Xen installed with a non-en locale try out the following change for me? As root, edit /etc/default/grub.d/xen.cfg and replace GRUB_DEFAULT= (at the bottom of that file) by:

  GRUB_DEFAULT=$( \
    printf "$(gettext "%s, with Xen hypervisor")" \
    "$GRUB_DISTRIBUTOR GNU/Linux")

Then run "sudo update-grup" and check whether "grep 'set default=' /boot/grub/grub.cfg | tail -1" shows a localized string. Thanks!