Package Details: xen-stubdom 4.20.0-2

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Package Base: xen
Description: Xen hypervisor stubdom files
Upstream URL: https://xenproject.org/
Keywords: hypervisor virtualization xen
Licenses: GPL2
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 184
Popularity: 0.071098
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2025-03-13 08:19 (UTC)

Dependencies (42)

Required by (3)

Sources (13)

Pinned Comments

Refutationalist commented on 2025-03-12 12:06 (UTC) (edited on 2025-03-13 08:23 (UTC) by Refutationalist)

We've moved to the newly-stable 4.20.0 branch. There are also other changes:

  • stubdom is fixed by disabling the vtmp and vtpmmgr components. This gets rid of a few source files and our remaining patches.
  • Debug files are only removed if the debug option is not set in makepkg.cfg (or the PKGBUILD itself)
  • pygrub has been removed
  • optdepends are adjusted for the upcoming xen-grub split package for the various Xen flavored builds.

If you're still using pygrub note that it is deprecated. The solution is to build PV grub instead, which used to be in AUR but is now missing. I am asking a couple questions on the mailing list, and I intend to put my current build of xen-grub (which supersedes xen-pvhgrub) on AUR as soon as possible. If you need to build it before that occurs, you can find it in my PKGBUILD repo.

EDIT: 4.20.0-2 adds support for the xen-edk2 package, which has a fixed UEFI for xen

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 101 Next › Last »

JohnTh commented on 2017-01-18 03:39 (UTC) (edited on 2017-01-18 04:00 (UTC) by JohnTh)

@lazycat Yes, possible to use Xen guest with little RAM. May need to boot your arch installer differently though. If you show your config, we will have a better idea. Working config for me, needs arch install iso. name='archtest' disk=['archlinux-2017.01.01-dual.iso, , xvdc, cdrom'] memory='256' root = '/dev/xvdc' bootloader='pygrub' kernel = "arch/boot/x86_64/vmlinuz" ramdisk = "arch/boot/x86_64/archiso.img" extra = "archisobasedir=arch archisolabel=ARCH_201701" boot='d'

lazycat commented on 2017-01-18 03:12 (UTC)

@JohnTh, It is possible use xen with config less then 1500M ram?

JohnTh commented on 2017-01-18 03:08 (UTC)

Good to see maintainer! When trying to boot PV archiso / archboot guest: I get "Initramfs unpacking failed: write error" when there is not enough memory to unpack the ramdisk to memory. I found the archboot64 I tried needed 1500MB memory.

lazycat commented on 2017-01-18 03:03 (UTC)

@das_j Thank you, it's really cool :) Successfully compile and install it, but still have problem with paravirt PV domU.. Trying to create guest with xl create -c and receive [ 0.120463] dmi: Firmware registration failed. [ 5.189734] Initramfs unpacking failed: write error Any ideas? My pc is junk? xD Or I doing something wrong?

<deleted-account> commented on 2017-01-17 20:24 (UTC)

@riaqn @lazycat I fixed the package and bumped the pkgrel. I can boot it, hopefully you can as well.

lazycat commented on 2017-01-16 07:24 (UTC)

@riaqn Hello! Have same problem - cannot create correct cfg for grub (add new boot entry to grub) with 09_xen Any ideas?

<deleted-account> commented on 2017-01-15 12:33 (UTC)

@riaqn No, this should not matter. I will check once I get home, but maybe not until tomorrow.

riaqn commented on 2017-01-15 05:03 (UTC)

It's probably just me: but in the compiled package, there is only a symlink from boot/xen-4.8.gz to xen-4.8.0.gz, but no xen-4.8.0.gz itself, which is necessary if I want to boot via grub? Do I have to compile on a grub-booted system(as opposed to efi-booted) to get this file in the package?

<deleted-account> commented on 2017-01-12 22:59 (UTC)

Adopted package as nobody else seemed to be interested. @John if you still are interested, contact me :) Updated to 4.8, hope I didn't break anything. Removed a lot of patches that are not needed anymore and updated XSAs. I also removed the ati-passthrough patch as it was for Xen 4.4 and didn't apply anymore.

lazycat commented on 2017-01-10 09:23 (UTC)

Hello all! Trying to create Xen PV domU, receive this: [ 0.167092] dmi: Firmware registration failed. [ 5.308116] Initramfs unpacking failed: write error ...and later :: Mounting '/dev/disk/by-label/ARCH_201701' to '/run/archiso/bootmnt' ERROR: '/dev/disk/by-label/ARCH_201701' device did not show up after 30 seconds... Falling back to interactive prompt You can try to fix the problem manually, log out when you are finished sh: can't access tty; job control turned off [rootfs ]# What I'm doing wrong?