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
  • You probably wont have luck with pygrub, because our vmlinuz is BZIP2 compress at the moment (will change back to GZIP in 9.100) and pygrub has no BZIP2 support as far as I know...

    No there is no way to install in one partition, but feel free to create an image with one partition
    yourself by "cp -ar" all files into one partition and modify /etc/fstab afterwards.
  • You probably wont have luck with pygrub, because our vmlinuz is BZIP2 compress at the moment (will change back to GZIP in 9.100) and pygrub has no BZIP2 support as far as I know...

    No there is no way to install in one partition, but feel free to create an image with one partition
    yourself by "cp -ar" all files into one partition and modify /etc/fstab afterwards.


    Exactly, you are right, I found following additional information reporting problem with BZIP2 in domain-builder-ng.log:


    xc_dom_allocate: cmdline="root=/dev/disk/by-label/root vga=791 rootflags=data=ordered splash=silent root=/dev/disk/by-label/root rootfla
    gs=data=ordered", features=""
    xc_dom_kernel_file: filename="/var/run/xend/boot/boot_kernel.xtw9w_"
    xc_dom_malloc_filemap    : 2194 kB
    xc_dom_ramdisk_file: filename="/var/run/xend/boot/boot_ramdisk.g443y-"
    xc_dom_malloc_filemap    : 3549 kB
    xc_dom_boot_xen_init: ver 4.0, caps xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64
    xc_dom_parse_image: called
    xc_dom_find_loader: trying ELF-generic loader ... failed
    xc_dom_find_loader: trying Linux bzImage loader ... xc_try_bzip2_decode: BZIP2 decompress support unavailable
    xc_dom_bzimageloader.c:433: panic: xc_dom_probe_bzimage_kernel unable to BZIP2 decompress kernelfailed
    xc_dom_find_loader: trying multiboot-binary loader ... failed
    xc_dom_core.c:517: panic: xc_dom_find_loader: no loader found
    xc_dom_release: called



    OK, I will look if I can somehow use the domUloader.py from SUSE, but I think, for this moment it is enough for me to have at least hvm and look after 9.1 will be released with gzipped kernel if it will be better with usage of pygrub...
Reply
  • You probably wont have luck with pygrub, because our vmlinuz is BZIP2 compress at the moment (will change back to GZIP in 9.100) and pygrub has no BZIP2 support as far as I know...

    No there is no way to install in one partition, but feel free to create an image with one partition
    yourself by "cp -ar" all files into one partition and modify /etc/fstab afterwards.


    Exactly, you are right, I found following additional information reporting problem with BZIP2 in domain-builder-ng.log:


    xc_dom_allocate: cmdline="root=/dev/disk/by-label/root vga=791 rootflags=data=ordered splash=silent root=/dev/disk/by-label/root rootfla
    gs=data=ordered", features=""
    xc_dom_kernel_file: filename="/var/run/xend/boot/boot_kernel.xtw9w_"
    xc_dom_malloc_filemap    : 2194 kB
    xc_dom_ramdisk_file: filename="/var/run/xend/boot/boot_ramdisk.g443y-"
    xc_dom_malloc_filemap    : 3549 kB
    xc_dom_boot_xen_init: ver 4.0, caps xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64
    xc_dom_parse_image: called
    xc_dom_find_loader: trying ELF-generic loader ... failed
    xc_dom_find_loader: trying Linux bzImage loader ... xc_try_bzip2_decode: BZIP2 decompress support unavailable
    xc_dom_bzimageloader.c:433: panic: xc_dom_probe_bzimage_kernel unable to BZIP2 decompress kernelfailed
    xc_dom_find_loader: trying multiboot-binary loader ... failed
    xc_dom_core.c:517: panic: xc_dom_find_loader: no loader found
    xc_dom_release: called



    OK, I will look if I can somehow use the domUloader.py from SUSE, but I think, for this moment it is enough for me to have at least hvm and look after 9.1 will be released with gzipped kernel if it will be better with usage of pygrub...
Children
No Data