search for: pvgrub

Displaying 20 results from an estimated 81 matches for "pvgrub".

2009 Mar 15
1
32-on-64 and PVGRUB
so it appears that PVGRUB requires that I specifiy (in my domain config file) either the -x86_64 or the -x86_32 version. Does anyone have a clever way I can let my users switch between x86_64 and i386 without giving them access to the domain config file? Preferably, something more secure than PyGRUB? I was con...
2009 Dec 05
3
PVGrub can''t find config file for domU on logical volume
...and mkswap on these to create the required filesystems and then I mounted the 8GB volume and copied a system image onto it. After creating the xen config and starting it with pygrub the machine starts and runs without error - so far, so good! Now, If I shutdown the vm and change the config to use pvgrub and restart I am stuck at a grub prompt. If I manually tell it where to find the config file (using the exact same path as in the ''extra'' line in the domu config) it pvgrub starts and everything then runs as expected. Here is my config: --- snip --- name = "pvgrubtestvm&qu...
2009 Sep 14
1
[PATCH] xen-unstable: Add bzip2 and lzma/xz libs to stubdom for pvgrub
Hello, The attached patch adds bzip2 and lzma/xz libs to stubdom for pvgrub. This is the first step of getting the additional compression methods supported in pvgrub. There''s still some Makefile voodoo to sort out before pvgrub actually properly gets linked against these new libs. This patch only adds the libs and makes them build. -- Pasi _________________...
2012 Apr 24
11
Where does PyGrub run?
Hello, I am still confused: does pyGrub run in dom0 as root? as it says in here: "PyGRUB used to act as a “PV bootloader”: it runs in dom0 as root, opens the PV disk image, reads its GRUB menu.lst, presents a GRUB-like menu to let the user choose a kernel which it copies to the dom0 filesystem, it then closes the disk image and eventually tells the domain builder to use that copy. Such a
2012 May 21
6
Pvgrub on Debian dom0
Hi, Having a problem getting a domu to boot correctly. When I enter xl create guest it boots straight into grubdom. If I enter the config location in grubdom t boots as expected. The location of the grub.cfg is the same in my domu config as what in entering but just will not work. Any ideas? Ian .
2010 Oct 07
8
ext4 support on pvgrub
I have this working on Fedora. It turned out to be very easy to add this as I simply took the grub-ext4-support.patch from the Fedora grub package and put it in xen-4.0.1/stubdom/grub.patches/ . Using pvgrub (without a vif on the virtual machine as I was having problems if I did give it a network interface) I could read and boot from ext4 partition with this patch but not without it. Is this a good way to add this feature to xen more generally? Michael Young ____________________________________...
2016 Feb 23
2
XSAs 170 and 154, repository layouts, and centos-release-xen 8-1
...154 >> * A CentOS 6 xen-4.6.1-2, with XSAs 170 and 154 >> * A CentOS 6 xen-4.4.3-11, with XSAs 170 >> >> All these should show up in mirrors hopefully sometime later today. >> As usual, please report any problems here. > > Domains using the distribution provided pvgrub won't boot after upgrade. > > Old location of pvgrub: > > /usr/lib/xen/boot/pv-grub-x86_32.gz > /usr/lib/xen/boot/pv-grub-x86_64.gz > > New location of pvgrub: > > /usr/lib64/xen/boot/pv-grub-x86_32.gz > /usr/lib64/xen/boot/pv-grub-x86_64.gz FYI I've got a new...
2013 Jul 21
9
build for pv-grub stubdom
Does this install -d -m0755 -p "/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.3.0/image//usr/lib/xen/boot" install -m0644 -p mini-os-x86_32-grub/mini-os.gz "/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.3.0/image//usr/lib/xen/boot/pv-grub-x86_32.gz" make: Leaving directory `/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.3.0/work/xen-4.3.0/stubdom&...
2020 Feb 25
0
pvh domU and pvgrub with grub2
Hi it is meanwhile possible to use pvgrub/grub2 inside a pvh domU? -- ------ Greetz
2020 Feb 27
0
pvh domU and pvgrub with grub2
Hi it is meanwhile possible to use pvgrub/grub2 inside a pvh domU? -- ------ Greetz
2012 Jul 20
0
pvgrub replacements
...ns that are dropping grub 1 support is raising. Tody I received a notification from Arch Linux who are also doing this. The problem with this situation is when a distro installs grub2 because of a package dependency. So what I would like to know is whether there are more alternatives for PV than pvgrub. ExtLinux or pvgrub2 would be nice.. Mark
2008 Oct 10
2
答复: Re: about pvgrub
Thank Zhigang Wang for your response. I have test pvgrub with this config file: #pv-config kernel = "/usr/lib/xen/boot/pv-grub-x86_32.gz" extra = "(hd0,5)/boot/grub/menu.lst" memory = 512 name = "ExampleDomain" disk = [ ''file:/var/lib/xen/images/opensuse11-1/disk0,xvda,w'' ] vif = [ "bridge=eth0"...
2015 Sep 28
1
xen and centos7
...all, test it, and say >> "this works for me" (or report bugs when it doesnt' work), the sooner >> the release will come. :-) >> >> -George > > > it works for me since 2 days without issues... only one thing what I needed > to change was the path of pvgrub :) (from /usr/lib... to /usr/lib64...) Thanks for the report. Was that because you had the path to the pvgrub image in your config file? If so, it might be a good idea to add a symbolic link from /usr/lib to /usr/lib64 for pvgrub. -George
2008 Oct 09
1
about pvgrub
Hi, I test pvgrub on xen-3.3.0. After starting pvgrub with "xm cr xmexample.pv-grub", I can see nothing but qemu window. With "xm li" , I can see this domain is running: Name ID Mem VCPUs State Time(s) Domai...
2010 Sep 05
10
Step-by-step tutorial: Installing Xen 4.0.1 rpms on Fedora 13 with pvops Linux 2.6.32.x dom0 kernel
Hello, I just wrote a step-by-step tutorial how to install the latest Xen 4.0.1 hypervisor on Fedora 13 (x86_64) host from src.rpm packages, and the pvops dom0 kernel from git repository. Check it out: http://wiki.xensource.com/xenwiki/Fedora13Xen4Tutorial It also shows how to install various Xen PV guests using the native distro installers: - CentOS 5.5 - Fedora 13 - Ubuntu 10.04 LTS
2010 Sep 05
10
Step-by-step tutorial: Installing Xen 4.0.1 rpms on Fedora 13 with pvops Linux 2.6.32.x dom0 kernel
Hello, I just wrote a step-by-step tutorial how to install the latest Xen 4.0.1 hypervisor on Fedora 13 (x86_64) host from src.rpm packages, and the pvops dom0 kernel from git repository. Check it out: http://wiki.xensource.com/xenwiki/Fedora13Xen4Tutorial It also shows how to install various Xen PV guests using the native distro installers: - CentOS 5.5 - Fedora 13 - Ubuntu 10.04 LTS
2010 Mar 03
5
[PATCH, PV-GRUB DOC] Add details to PV-GRUB documentation
Add a couple of documentation details about PV-GRUB support - the menu.lst content can be passed as a ramdisk. - virtual partitions are not supported. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> diff -r b8d2a4134a68 stubdom/README --- a/stubdom/README Wed Mar 03 17:41:58 2010 +0000 +++ b/stubdom/README Wed Mar 03 20:42:53 2010 +0100 @@ -52,11 +52,17 @@ extra =
2015 Sep 25
2
xen and centos7
On Fri, Sep 25, 2015 at 12:55 PM, Johnny Hughes <johnny at centos.org> wrote: > On 09/25/2015 03:01 AM, Christoph wrote: >> Am 2015-09-25 09:53, schrieb Pasi K?rkk?inen: >>> >>> Yeah the testing rpms for centos7/xen are in virt7-xen-44-testing >>> repository (and virt7-xen-46-testing aswell). >>> >> >> oh cool... how stable is it? I
2016 Feb 17
8
XSAs 170 and 154, repository layouts, and centos-release-xen 8-1
I have the following packages going through the CBS: * A CentOS 7 xen-4.6.1-2, with XSAs 170 and 154 * A CentOS 6 xen-4.6.1-2, with XSAs 170 and 154 * A CentOS 6 xen-4.4.3-11, with XSAs 170 All these should show up in mirrors hopefully sometime later today. As usual, please report any problems here. Xen 4.4 only has XSA 170 because at the time the embargo was lifted, I didn't have a suitable
2016 Feb 20
0
XSAs 170 and 154, repository layouts, and centos-release-xen 8-1
...n-4.6.1-2, with XSAs 170 and 154 > * A CentOS 6 xen-4.6.1-2, with XSAs 170 and 154 > * A CentOS 6 xen-4.4.3-11, with XSAs 170 > > All these should show up in mirrors hopefully sometime later today. > As usual, please report any problems here. Domains using the distribution provided pvgrub won't boot after upgrade. Old location of pvgrub: /usr/lib/xen/boot/pv-grub-x86_32.gz /usr/lib/xen/boot/pv-grub-x86_64.gz New location of pvgrub: /usr/lib64/xen/boot/pv-grub-x86_32.gz /usr/lib64/xen/boot/pv-grub-x86_64.gz