This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Xen Support

I have searched the forums for a definitive answer to this and have not found one. Currently running Xen 4.x on SLES 11 sp2. What I am trying to find out is if astaro is supported running on this platform. I have tried the following.

I have tried with both 8.3.x installer and 9.x.

1. Install as a HVM using any type of network adapter whether full or para
virtualized will hang the installer at finding network adapters. It hard locks. 

2. Attempt to install as paravirtualized os just hangs upon booting the cd. I am using the iso to install from saying it is not a supported boot device or something like that.

I have tried as sles 11 and also as other for the type of virtual machine.

Thank you for any advice.


This thread was automatically locked due to age.
Parents
  • Any specific reasons you want to have paravirtual support?

    For paravirtual support, remove lines kernel, builder and boot. Then add the following lines:
    bootloader = "/usr/lib/xen/boot/domUloader.py"
    bootargs="--entry=xvda1:/boot/vmlinuz,/boot/initrd"
    extra="root=/dev/disk/by-label/root rootflags=data=ordered"


    To access the console, you have to edit /etc/inittab within the virtual UTM
    and replace "tty1" by "hvc0".

    Cheers
     Ulrich
  • Thank You.
    Paravirtual drivers should deliver much better prerformance for network, disks, etc...

    According to the change, you mean before I start the instance in paravirtual mode, I should edit the given file? Will this then work again with full virtualizatiobn? Can it be configured so, it supports both? I am not so deep in such low-level stuff...
  • Thank You.
    Paravirtual drivers should deliver much better prerformance for network, disks, etc...

    According to the change, you mean before I start the instance in paravirtual mode, I should edit the given file? Will this then work again with full virtualizatiobn? Can it be configured so, it supports both? I am not so deep in such low-level stuff...


    Also the shutdown from the Xen environment should theoretically work then (in paravirt mode) as well as the better monitoring of the devices, etc...
Reply
  • Thank You.
    Paravirtual drivers should deliver much better prerformance for network, disks, etc...

    According to the change, you mean before I start the instance in paravirtual mode, I should edit the given file? Will this then work again with full virtualizatiobn? Can it be configured so, it supports both? I am not so deep in such low-level stuff...


    Also the shutdown from the Xen environment should theoretically work then (in paravirt mode) as well as the better monitoring of the devices, etc...
Children
No Data