Displaying 20 results from an estimated 22 matches for "bcdedit".
Did you mean:
bbedit
2009 Dec 15
2
2008 GPLPV + Sysprep /generalize
Hello,
I''m working on building my master 2008 template. I can run "bcdedit
/set testsigning on" and the GPLPV drivers work great - nice work James
Harper!
I''m a bit new to working with Windows images, but it appears the
standard thing to is to run "sysprep /generalize /oobe /shutdown" and
then backup the image for later duplication.
The probl...
2009 Aug 25
11
GPLPV drivers update
...er isn''t tested
although it should work.
There was a problem with the signing of the drivers that would prevent
them working properly under Vista/2008 x64 even with testsigning
enabled. This should resolve that.
The installation procedure for Vista/2008 x64 is as follows:
. Run ''bcdedit /set testsigning on''
. Reboot
. Install the drivers. Accept any warnings and tick ''always trust...''
when prompted.
. Make sure you now have PV network and SCSI adapters present
. Reboot
If something doesn''t work, you should be able to boot to safe mode
unless yo...
2009 Aug 25
11
GPLPV drivers update
...er isn''t tested
although it should work.
There was a problem with the signing of the drivers that would prevent
them working properly under Vista/2008 x64 even with testsigning
enabled. This should resolve that.
The installation procedure for Vista/2008 x64 is as follows:
. Run ''bcdedit /set testsigning on''
. Reboot
. Install the drivers. Accept any warnings and tick ''always trust...''
when prompted.
. Make sure you now have PV network and SCSI adapters present
. Reboot
If something doesn''t work, you should be able to boot to safe mode
unless yo...
2014 Aug 26
2
Dual boot with Windows 8.1, UEFI
...o a splash screen like "attempting to repair" which
fails. "troubleshoot" has a command prompt option. That's running Windows
cmd.exe in one of the other partitions, mounted as X:
In that, I find commands "chkdsk", "diskpart", "bootrec", "bcdedit" etc.
To cut an even longer story short, I did something like:
X:\ diskpart
diskpart> select disk 0
diskpart> select partition 4 (the NTFS system one)
diskpart> set id=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
X:\ bcdedit /set {default} device partition=C:
X:\ bcdedit /set {default} osdevi...
2009 Nov 10
5
GPLPV driver problems with Win2k8-R2
Hi all,
after installing the driver ( I used the Vista-2008-Debug version) and
rebooting, the system presents me an interface for recovering the OS using
an image.
I use Xen 3.3.1
Is there a workaround?
Thanks and regards,
Francesco Gallo
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2010 Mar 03
1
Disabling GPLPV on Windows 7
Hey Everyone,
Anyone know what the procedure is for disabling GPLPV on Windows 7?
Regards
David
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Oct 28
1
Easy method to set user-mode virtual memory space in Windows Vista and 7
...32-bit
Vista or Windows 7 one can use the increaseuserva boot option value.
See
http://msdn.microsoft.com/en-us/library/aa906211.aspx
On my 4GB Vista machine, R is now able to use 3GB memory (previously
at the default value of 2GB).
Here's the method:
Open cmd.exe as administrator and type
BCDEdit /set IncreaseUserVA <value>
where <value> is between 2048 and 3072 (ie 2-3GB), then reboot. Given
that you've set the --max-mem-size flag, or used the memory.limit
function in an R session to increase R's memory allocation, your R
processes should now be allowed to access up t...
2009 May 19
8
Ubuntu HVM installation is very slow
Hi Everyone,
I am trying my hands on xen under Solaris SXCE build 113. The machine has
the following configuration:
2 Quad Core Xeon CPUs
16 GB RAM
Solaris SXCE b113
4 disks - 2 mirrors x 2 stripes under ZFS
The problem is that xen HVM is very slow. I am using the following command
to create an Ubuntu 9.0.4 test vm.
virt-install -n test1 -r 2048 --vcpus=2 -f /vdatapool/data/test1.img -s 50
2011 Feb 14
8
e1000 gig nic howto?
We have a 10Gbps connection to our server so I need to be able to create VMs using the faster e1000 nics instead of the default Realtek 100Mbps ones but I''m not sure how to go about it.
Is there a walkthrough or "howto" or can someone point me at some simple instructions?
I''m using xen-3.0.3-105.el5_5.5 and Centos 5.5 kernel 2.6.18-194.32.1.el5.centos.plusxen
VMs are
2009 Nov 30
1
allocating vector memory > 1 GByte on Windows XP / Vista / 7
...the desired effect of increasing the memory allocation for R.
So here are my questions:
1. What is the purpose of min-vsize and min-nsize? (please do not point
me to help pages, I read them)
2. Why do I get error messages for min-nsize > 2G even on machines whose
OS support more? (I tried the BCDEdit switch suggested by Kingsford
Jones but it did not have any visible effect)
3. How can I increase vsize within R rather than at startup
(memory.limit does not allow to specify types of memory)?
4. Why do I still get a "cannot allocate vector of size 1.1 Gb" even
when gc() tells me that...
2016 Jun 10
0
Re: [PATCH 2/2] v2v: remove the 'graphicsmodedisabled' entry in ESP BCD
...Fri, Jun 10, 2016 at 05:07:03PM +0300, Pavel Butsykin wrote:
> Guest tools for Windows in Parallels / Virtuozzo Server 6 contain a
> paravirtualized video driver, which wants to take full control of the video
> mode. To avoid excessive video mode switches in UEFI VMs it executes
> "bcdedit /set {current} graphicsmodedisabled true".
>
> When such a VM is imported into a QEMU/KVM-based hypervisor, the
> standard video drivers in Windows do not set the video mode as they
> expect it to have already been configured by the bootloader. As a result,
> the VM runs with...
2012 Jun 29
2
GPLPV msi installer does nothing during setup
Hi all
I''m trying to install drivers GPLPV. The installation process stops and
does nothing. (Here is a screenshot
http://www.picshare.ru/view/171508/).
I tried to install versions 0.11.0.308 and 0.11.0.357. For 32-bit and
64-bit systems Windows XP, Windovs Vista and Windows 7. Everywhere the
same effect.
Can anybody help me?
--
Best regards
Valery V.Smirnov
2009 May 25
3
gplpv driver signature problem under win2k8_64bit
...eing 2.6.26-1-xen-amd64 kernel from debian/lenny repository with
- windows 2008 64bit as hvm guest.
I use the gplpv drivers 0.10.0.69 from James Harper.
The included files (xenpci.sys and xennet.sys) are apparently test-signed,
so applying test-signing as boot option does enable windows to boot
bcdedit /set testsigning on
without this, windows complaints about xenpci.sys not beeing digitally
signed.
BUT even with test signing enabled, the network device does not work. The
Device Manager reports an Error Code 39 for the Xen PV Net Device.
when I manually choose the F8 option "Disable di...
2012 Feb 17
3
Re: Xen domU Timekeeping (a.k.a TSC/HPET issues)
> Date: Fri, 17 Feb 2012 12:06:05 +0000
> From: Ian Campbell <Ian.Campbell@citrix.com>
> To: Qrux <qrux.qed@gmail.com>
> Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
> Subject: Re: [Xen-devel] Xen domU Timekeeping (a.k.a TSC/HPET issues)
> Message-ID: <1329480365.3131.50.camel@zakaz.uk.xensource.com>
> Content-Type:
2010 May 27
33
Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
Hi,
recently Ive installed Windows 2008 x64 HVM domain on Xen 4.0.
On xen wiki is info:
Support for Citrix WHQL-certified Windows PV drivers, included in XCP
(Xen Cloud Platform). Xen Cloud Platform:
So I installed them on Windows 2008 x64 domain and its not able to boot anymore:
File: \windows\system32\Drivers\xevtchn.sys
Status: 0xc0000428
Info: Windows cannot verify the digital
2010 May 27
33
Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
Hi,
recently Ive installed Windows 2008 x64 HVM domain on Xen 4.0.
On xen wiki is info:
Support for Citrix WHQL-certified Windows PV drivers, included in XCP
(Xen Cloud Platform). Xen Cloud Platform:
So I installed them on Windows 2008 x64 domain and its not able to boot anymore:
File: \windows\system32\Drivers\xevtchn.sys
Status: 0xc0000428
Info: Windows cannot verify the digital
2013 May 14
17
gplpv: re-enabling the nic adapter removes it
I guess I have stumbled upon a bug in gplpv drivers.
If you try to re-enable an nic adapter after disabling it, it just
hides out of blue. And you have to reboot.
Latest version of gplpv drivers and Windows 2008 R2 here.
Anyone else noticed the same issue?
I wonder if this is related to hot-plugging something like
2010 Feb 04
8
GPLPV or other drivers for win2k8r2?
Hi. I have some new 64bit Windows 2008 R2 domU''s running on
SLES11/xen_3.4.2. What is everyone using to get 1gb network performance
on win2k8? I''ve used GPLPV on win2k3, but I see you have to sign the
drivers yourself for 64bit. Maybe that process isn''t difficult, I only
glance at the link from gplpv''s page.
What is everyone using? GPLPV is about the only
2015 Nov 20
0
Wine release 1.8-rc1
...c settings
26034 DNAsp5 crashes when trying to copy text from an output
27664 Various Telltale games crash on startup when a joystick is plugged in (application provides EnumDevice callback with wrong calling convention)
27859 Task Coach: Crashes on start (uses python2.7)
28729 EasyBCD: bcdedit complains about lack of privileges (import of registry hive using native API fails/wineserver token privilege check)
29206 Mystery Cases - Madame Fate (Bigfish games): Director Player Error: Unable to load movie playlist
30588 Houdini 12.x (3D animation tool) crashes on startup
30855 Rhym...
2008 Jun 01
65
Release 0.9.5 of GPL PV Drivers for Windows
...n
monitor service manually, but you can do that from the start menu.
I haven''t figured out a way to update the boot.ini (and the vista
equivalent) yet, and I''m a bit reluctant to try it as there is plenty of
potential to break things. I have added some documentation on the use of
bcdedit to the wiki though (you can get to the wiki page from the start
menu, or http://wiki.xensource.com/xenwiki/XenWindowsGplPv), so if
someone can have a look and let me know if there''s a better way I''d be
very grateful.
Other than that, I fixed a bug which was stopping the drivers w...