Child pages
  • How to create a XEN dom0 with Buster

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Boot the image using pygrub first then run these commands:

    Code Block
    mkdir /boot/grub
    apt-get install linux-image-amd64
    apt-get install grub2-common
    update-grub


  2. Destroy the container:


    Code Block
    xen destroy $id


  3. Change parameters in the config file:

    Code Block
    ##Change from 
    
    bootloader = 'pygrub'
    
    ##To 
    
    kernel          = /usr/lib/grub-xen/grub-x86_64-xen.bin



  4. Recreate the container:


    Code Block
    xen create /etc/xen/trial.blue.av.cfg


Info
titleCommon issues

If grub fails to load after changing from bootloader to kernel, you have missed step #1 or it has not been done properly.