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
  • 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


    I trying to setup ASG as a fully paravirtualized install so I can passthrough my nic for this reason.

    I'm using opensuse 12.3 and xen. I can install in hvm mode, but am not able to install in pvm.

    I also tried to convert fvm to pvm per your instructions above, but that does not seem to work for me. As I am on opensuse, I've tried both pvm bootloaders domUloader.py and pygrub. With domUloader.py, I just get "bootloader returned no data" error and not much else. With pygrub, the domU aborts right after start with little more logging.

    I'm trying to get going with asg-9.1beta.

    Any help is greatly appreciated. Thanks.
Reply
  • 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


    I trying to setup ASG as a fully paravirtualized install so I can passthrough my nic for this reason.

    I'm using opensuse 12.3 and xen. I can install in hvm mode, but am not able to install in pvm.

    I also tried to convert fvm to pvm per your instructions above, but that does not seem to work for me. As I am on opensuse, I've tried both pvm bootloaders domUloader.py and pygrub. With domUloader.py, I just get "bootloader returned no data" error and not much else. With pygrub, the domU aborts right after start with little more logging.

    I'm trying to get going with asg-9.1beta.

    Any help is greatly appreciated. Thanks.
Children
No Data