Displaying 20 results from an estimated 10000 matches similar to: "ext4 support on pvgrub"
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
.
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
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
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 =
2008 Aug 26
39
PV Grub Questions
I am using Xen 3.3 from source.
My PV guest boots fine with the normal kernel and initrd options
When I boot the guest with PV GRUB I only get:
GNU GRUB version 0.97 (65536K lower / 0K upper memory)
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
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
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'
2008 Sep 11
13
PV-GRUB - Does not read partition-less disk
Hi folks
PV-GRUB built from Xen 3.3.0 is not able to read from devices without a
partition table:
| grubdom> root (hd0)
| Filesystem type unknown, using whole disk
Part of the config:
| disk = [ "phy:vg0_sledgehammer/servext_root,xvda,w" ]
Device:
| # file -s /dev/vg0_sledgehammer/servext_root
| /dev/vg0_sledgehammer/servext_root: symbolic link to
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 considering hacking up PyGRUB so that it only
allows the user a choice of
2011 Oct 12
14
pv-grub Solaris support
Hello all,
I''ve patched pv-grub to allow it to boot a Solaris PV domU using an
unmodified menu.lst. The attached patch has been tested with various
Solaris versions (Solaris 11 Express, OpenIndiana 151a, OpenSolaris 134,
Nexenta Core 3.0.1; all 64-bit). I appreciate your feedback.
The patch consists mainly of Oracle''s grub modifications, which add ZFS
support and
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-----
2016 Aug 11
5
Software RAID and GRUB on CentOS 7
Hi,
When I perform a software RAID 1 or RAID 5 installation on a LAN server
with several hard disks, I wonder if GRUB already gets installed on each
individual MBR, or if I have to do that manually. On CentOS 5.x and 6.x,
this had to be done like this:
# grub
grub> device (hd0) /dev/sda
grub> device (hd1) /dev/sdb
grub> root (hd0,0)
grub> setup (hd0)
grub> root (hd1,0)
grub>
2019 Nov 15
2
C8 Questions
Hi Steffan,
I run my VMs on c7 using qemu-kvm + libvirt + virt-manager and the same on
a slackware 14.2 without any problem.
What error/problem do you receive?
Il Ven 15 Nov 2019, 19:01 Steffan Cline <steffan at hldns.com> ha scritto:
> I'm really curious how you were able to virtualize CentOS 8.
>
> What platform are you using? Xen, KVM or VMWare? PV or HVM?
>
> I
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
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 25
3
Re: (XEN) Scrubbing Free RAM........................ Reboot
On Wed, May 25, 2011 at 12:41 AM, JAMES BOND 123 007
<james123007@gmail.com> wrote:
> Hi ,
> I saw your thread post at
> http://web.archiveorange.com/archive/v/ZvO4jnaavtTfcyqnHoRX
> , about problems with XEN 4.0 installation.
> I have the same problem and my machine is similar to yours( HP Proliant
> DL380G6, 4GB-RAM)
This question is better asked on the xen-users list.
2016 Feb 23
2
XSAs 170 and 154, repository layouts, and centos-release-xen 8-1
On Sat, Feb 20, 2016 at 9:24 PM, Sarah Newman <srn at prgmr.com> wrote:
> On 02/17/2016 04:30 AM, George Dunlap wrote:
>> 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
2012 Dec 13
5
[PATCH] Disable caml-stubdom by default
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
---
stubdom/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stubdom/configure.ac b/stubdom/configure.ac
index db44d4a..384a94a 100644
--- a/stubdom/configure.ac
+++ b/stubdom/configure.ac
@@ -18,7 +18,7 @@ m4_include([../m4/depends.m4])
# Enable/disable stub domains
2009 Jul 19
11
pv_ops DomU boot problem using pvgrub, xen 3.4.1-rc7, debian 2.6.26 dom0
I can''t boot my PV domU domain using a pv_ops 2.6.30.1 kernel.
Using the xenified standard debian kernel (2.6.26, the same as in dom0) in
DomU it does boot with pvgrub.
Any clues, to what to try or test ?
Regards,
Sander
xm dmesg gives:
traps.c:437:d12 Unhandled general protection fault fault/trap [#13] on VCPU 0 [ec=0000]
(XEN) domain_crash_sync called from entry.S
(XEN) Domain 12