search for: bootfsoptions

Displaying 3 results from an estimated 3 matches for "bootfsoptions".

Did you mean: boot_options
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...Example /var/log/messages log: Jul 19 11:59:53 ovs030 [2012-07-19 11:59:53,504 7112] ERROR (pygrub:848) [Errno 95] Operation not supported Traceback (most recent call last): File "/share/repos/xen-unstable/tools/pygrub/src/pygrub", line 828, in ? fs = fsimage.open(file, offset, bootfsoptions) IOError: [Errno 95] Operation not supported Jul 19 11:59:53 ovs030 [2012-07-19 11:59:53,508 7112] ERROR (pygrub:892) Unable to find partition containing kernel ''7112'' is the pygrub PID, so we can distinguish each process. Also in this patch: 1). Fix indentation for some line...
2012 Nov 09
1
.vhd will not boot in VM
...longs to which VM. The names all are blank when we look at the storage. Also, if I randomly mount an image to a VM, it does not boot. It produces an error that says: Traceback (most recent call last): - File "/usr/binpygrub", line 808, in ? - fs = fsimage.open(file,part_offs[0[, bootfsoptions) - IOError: [Errno 95] Operation not supported. The system kept the VM information as we destroyed the pool and then created a new one but it looks like we only see snapshots through XenCenter. Its like the real .vhd that were running are not showing up. I know it is pretty bad. We should...
2012 Jun 08
18
[PATCH 0 of 4 RFC] Populate-on-demand: Check pages being returned by the balloon driver
Populate-on-demand: Check pages being returned by the balloon driver This patch series is the second result of my work last summer on decreasing fragmentation of superpages in a guests'' p2m when using populate-on-demand. This patch series is against 4.1; I''m posting it to get feedback on the viability of getting a ported version of this patch into 4.2. As with the previous