Displaying 20 results from an estimated 11000 matches similar to: "32-on-64 and PVGRUB"
2009 Dec 05
3
PVGrub can''t find config file for domU on logical volume
After hours of googling and not really finding a definitive solution to my
problem, I''m a little stuck and would really appreciate some help from
others.
I have a CentOS 5.4 x86-64 server running Xen 3.3 from the gitco repos as
dom0. On this I have created two logical volumes comprising 8GB for the
system disk (xvda) and 1.5GB for swap (xvdb). I ran mkfs.ext3 and mkswap
on these to
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
2011 May 05
2
AW: debian Lenny -> Squeeze domU mdX software raidmigration - failed to assemble arrays
Hi,
to make transitions more convenient, I've done this by using uuid instead of device names.
If you ls -l /dev/disk/by-uuid inside your domU, you'll see something like
lrwxrwxrwx 1 root root 10 5. Mai 07:38 39a2a64b-0716-47ad-92f4-a7437cac54ee -> ../../sda2
lrwxrwxrwx 1 root root 10 5. Mai 07:38 e8b97b59-a790-417c-8231-fe8da8b6e6ee -> ../../sda1
In /etc/fstab inside the domU,
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" ]
root = "/dev/sda5 ro"
start
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
.
2012 Oct 19
6
"Boot loader did not return any data" to make HVM to PV
Hello
I''m trying to convert a HVM to PV dom0. The domU is a 10SP2 SLED (
Kernel 2.6.16.60-0.21 i386) and is a SLES11SP2 dom0 (Kernel
3.0.13-0.27-xen 64bit).
The truth is that every tutorial I see it differently and I do not
know where this error.
When I start the domU, pvgrub shows the options but when I select the
kenel-xen, returns the error "Boot loader did not return any
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)
Domain-0 0 1024 2 r-----
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
2011 Nov 10
1
Bug#588839: pv-grub removed ?
When will we see progress on this?
pvgrub is the newer and better thing, and it's the only way to do many
things.
For one thing, It should make it easier to boot an OS on a partitioned
block device, pygrub can't do that unless you probe the paritions first
and make then visible on Dom0 - a hassle.
Otherwise, it would just simply do what real GRUB can really do.
I would really like to
2011 Oct 20
2
[PATCH] pygrub: do not overload RuntimeError for "no menu.lst found"
From: pbonzini@redhat.com
# HG changeset patch
# User Paolo Bonzini <pbonzini@redhat.com>
# Date 1319096986 -7200
# Node ID bd1f7361d3d7f4c767af21317fb4ec7ea1372f42
# Parent 1b110e895e285f43f14532e14c77597e54a0bcd2
pygrub will still try the next partition if run_grub exits with a
"real" error, thus hiding the root cause from the trace. Defining
a separate exception for "no
2012 Oct 19
3
[PATCH] pygrub: Add option to list grub entries
# HG changeset patch
# Parent aa479945f718ff775c18afa2f37a391fca573114
# User carnold@suse.com
# Date 1350668686 21600
pygrub: Add option to list grub entries
The argument to "--entry" allows 2 syntaxes, either directly the entry number
in menu.lst, or the whole string behind the "title" key word. This poses the
following issue:
From Dom0 there is no way to guess the number
2011 Oct 01
2
Bug#643953: xen-utils-4.0: pygrub can not parse empty "root" statement in menu.lst
Package: xen-utils-4.0
Version: 4.0.1-2
Severity: normal
Trying to get a system that I've long had runing on the bare metal to
boot as a VM, I discovered that pygrub would not parse my menu.lst. The
problematic entry is this:
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
pygrub's parser seems to
2012 Sep 06
4
[PATCH] pygrub: always append --args
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1346945306 -7200
# Node ID 8a2eef481d3ab3ca5692dd0083c95cf314fe1da3
# Parent 19d367bf07b7687b831c212a57a70e73ea14d3b7
pygrub: always append --args
If a bootloader entry in menu.lst has no additional kernel command line
options listed and the domU.cfg has ''bootargs="--args=something"'' the
additional
2008 May 26
4
xvm-gate: arrow keys broken in pygrub
One of my test domUs is a opensuse 10.3 PV domain, and it
has a /boot/grub/menu.lst file. pygrub is used as bootloader.
With xVM 3.1.4, the arrow keys can be used in the pygrub screen.
With xVM 3.3-unstable, the arrow keys don''t work for me any more.
What I''ve found out so far is that:
- gnome-terminal, xterm or dtterm are running with
"vt100 application key
2012 Feb 22
12
Separate kernel on domU's
Hello,
I am still learning about Xen.. I am trying to setup Xen hypervisor
for the first time. I was reading the howto here:
http://www.howtoforge.com/paravirtualization-with-xen-4.0-on-debian-squeeze-amd64
and I stopped here:
"(To use the default Ubuntu kernel instead of Debian''s Xen kernel in
the guest, you can also comment out the kernel and initrd lines in
2010 Dec 30
2
XEN domU + btrfs
Anybody tried to use btrfs on rootfs / in domU with pygrub?
I tried and realised that pygrub can''t use btrfs.
Workaround is to make /boot outside rootfs, but pygrub search kernel
in directory /boot. It can be workaround via softlink on /boot, but...
too much workarounds.
Distro: debian squeeze + xen 4.0
I wait for yours experiences.
Regards,
Marcin Kuk
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
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 =
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