P45 Platinum, Need help in enabling vt-x for virtualization

Hi,
I have the following system.
Intel Q9550 Core 2 Quad @ 2.83Ghz, with a MSI P45 Platinum board, 8GB DDR2 800 Mhz Memory. I need to have the vt-x enabled in the bios and i dont see that option anywhere in AMI bios screens. I need this as i am trying to set up Microsoft Hyper-V, and this cannot be done unless this feature set is enabled on the mother board.
I dont know whether flashing my BIOS will help in this case, and if yes kindly help me in getting the right BIOS update.
Let me know if any other details are needed.
Regards,
Vaibhav

Hi Jimbode,
I have read alot about vt-x now, and I also have tried every tip to enable it permanently, and I have also tried the link that you have posted. But it didn't work for me.
The sleep and wakeup thingy works for me, but I consider it not as solution because it's only for programs started after the wakeup. vt-x would greatly enhance bootup time when enabled.
It's very disppointing by Apple, that they don't comment on this or try to fix it, but then again, this is the Apple way.

Similar Messages

  • P45 Platinum NEED HELP FAST PLEASE!

    As you may have read previously, I was going to and I got a P45 Zilent board along with other parts. Now I have a few problems. Firstly here are the system specs:
    MSI P45 Platinum (Zilent) BIOS v1.0
    Intel Core 2 Duo E8300
    A-DATA Vitesta 1066+ 2x1GB
    MSI R4850
    1XWD RAPTOR 74GB
    1XWD CAVIAR 200GB
    1XWD CAVIAR 500GB
    1XSAMSUNG SATA DVDRW 22x
    PSU: Cooler Master Real Power M520
    HANNS-G HI221DP (22" Widescreen connected with DVI-D Single Link Cable)
    So, when I installed everything, and turned on the PC the DOS looking environment that shows up before the OS is loaded is filled with exclamation marks on the background, and in the BIOS has dots on the background. I thought at first OMG my VGA is faulty, but then in Windows it shows perfectly good image quality and no problems what so ever...
    Second problem: My PC won't reboot. When it goes to reboot, it goes through the shutdown sequence properly, but after that when it needs to restart it just hangs and the 4 indicator lights are all red. Now when it starts normally there is no hang, all the lights are green and system is working fine. But every time it restarts it hangs there and nothing happens... :S
    And third on CPU Z my the PC multiplier varies and also the bus speed is too low... here is a screenshot:
    Now, even though the multiplier changes when PC under load, and I read it is some kind of power saving option, the BUS remains that low :S
    Please help me fast, please.

    Quote
    Now the multiplier problem remains, but I read somewhere it is a power saving feature, but still I want to disable it and make my multiplier at 8.5 all the time and my CPU speed at 2.83GHz (stock speed for the E8300). How can I do that, without messing up the settings in the BIOS that fixed the problems above?
    There is no real need to disable that function.  After all, it is a feature of your processor, you paid for it and the Multiplier should switch back to default as soon as you CPU gets something to do.  It will only drop to x6 when the system is IDLE to save power and keep the temperatures low.  There should not be any performance sacrifices. Keep in mind that the Core Voltage is reduced as well.  This is all intended to for the benefit of your Processor and therefore for you, after all.
    However, if you really think that you want to disable these functions, you may want a little info on what functions are actually involved:
    1) EIST = Enhanced Intel SpeedStep Technology -> The option is located in the Cell Menu.  You can actually disable EIST on the OS level (and keep in enabled in BIOS).  All you need to do is to turn off the Windows Power Saving Features and set everything to max. Performance.  This disables SpeedStep/EIST, even when the support is still enabled in BIOS. 
    2) C1E Support (C1E = Enhanced Halt State) -> This feature can only be disabled in BIOS.  Even if EIST is disabled (OS and/or BIOS), the C1E Feature will still be doing its job.  To disable it, look in the CPU Features Section of the BIOS.  You should find an option there.
    In any case, my suggestion would be to keep both functions enabled.  These features are actually rather good.
    Quote
    Also how do I set my memory to run at the preferred settings prescribed by the manufacturer, which are:
    CL: 5-5-5-15 2T
    2.2-2.3V
    1066MHz
    The standard DDR2 supply voltage is 1.8V +/-0.1V.  The fact that your memory modules need to be overvolted to have a chance to run at DDR2-1066 MHz shows that they are not "real" DDR2-1066 memory modules but actually just DDR2-800 sticks with a manufacturer's permission to overclock them.  Also, keep in mind that the P45 Chipset does not natively support DDR2-1066 memory modules, but DDR2-667 & DDR2-800 only.
    This said, you actually need to overclock both the memory controller and the modules, which is not necessarely stable.
    To increase the memory voltage, you need to manually adjust the FSB/DRAM Ratio in BIOS to 1:1.6 and manually increase the DRAM Voltage using the +/- keys of your numpad.  Spread Spectrum should be disabled at all times.

  • Need help to enable trace/logging for java debugging CRM 5.0 WebShop

    Dear experts,
    I'm new to sap, and i'm working on CRM 5.0 WebShop J2ee application with nwdi.
    I have to add a new functionnality, which has to call a custom FM in CRM. This FM has been tested and is OK.
    I have read the 2 files SAP_ISA50_DevAndExtGuide.pdf and ISA50_DevAndExtTuts_v1_0.pdf which have explain to me the process flow and organization of the framework.
    By helping me with the tutorials, I wrote all the files for my functionnality, from the jsp with the form, to the custom business backend with the call of the FM with parameters and JCo connection. (+ custom BOM, custom BO, BE interface, BE CRM implementation)
    Everything builds without error, and I deploy the application on my test env.
    Then I go to my webapp, I call the custom jsp with form, I put values, then I validate the form, but my FM is not called, and I don't know where is the problem, because I can't see a trace of the process flow, to know where is the error.
    By searching in this forum I found 2 notes that explain how to activate debug trace for all the application, one note for systems before SP11 and another for systems with SP11 and higher. But I don't know how to see the patchlevel of the system (I went to system information of the j2ee server and the on ly thing I can notice is below the server0 properties : Kernel Version:  7.00 PatchLevel.
    In these notes I read about Visual Administrator : I found this directly on the server with remote desktop, but the progress bar at the bottom of the window don't arrives to 100% and I can't see the properties and values of the parameters for the Log.
    I went to XCM too, and set appinfo and logfiledownload to true, then went to Logging into e-commerce administration console : in the Log configuration tab, I can create new configurations but the effective severity automatically sets to error, even if I set All or Debug manually ; in the session log tab, i tried to launch the application, then start log, then validate my form, then stop log, but I can't find anything about the trace of the process flow in the generated file.
    Please help, I have to finish this for end of week and I'm alone ...
    PS I'm french, and don't speak very well English please excuse me.
    Thank you very much.
    J. Lag.

    Hi
    For logs follow this note no[Creation of logs for B2B and B2C Release 5.0|https://service.sap.com/sap/support/notes/1090753]
    Follow this code for calling custom Function Module
    1) ZBOM.java
    public class ZBOM extends DefaultBusinessObjectManager implements BOManager, BackendAware {
    public static final String ZCUSTOM_BOM = "ZCUSTOM-BOM";
    private ZFunction func;
    public ZBOM() { }
    public ZFunction getFUNC() {
      if (func== null) {
       func= new ZFunction();
       assignBackendObjectManager(func);  }
      return func; }
    public void release() { }
    2) ZFUNCTION.java
    public class ZFunction extends BOBase implements BackendAware {
    private ZInterface backendInterface;
    private BackendObjectManager bem;
    private ZInterface getInterface() {
      if (backendInterface == null) {
       try {
        backendInterface = (ZInterface) bem.createBackendBusinessObject("ZCustomBO");
       } catch (BackendException e) {
      return backendInterface;
    public void setBackendObjectManager(BackendObjectManager bem) {
      this.bem = bem;
    public String getCustomFunc(String value) {
      try {
       return getInterface().getIncotermListvalue) ;
      } catch (RuntimeException e) { return ""; }
    3)ZINTERFACE.java
    public interface ZInterface extends BackendBusinessObject {
         public  String getCustomFunc(String value);
    4) ZBACKEND.java
    public class ZBackend extends BackendBusinessObjectBaseSAP implements ZInterface {
         String exportvalue="";
         public String getCustomFunc(String value) {
              try {
                   Function func =getDefaultJCoConnection().getJCoFunction("Z_CUSTOM_FUNCTION_MODULE");
                   func.getImportParameterList().getField("IMPORTPARAMETER").setValue(value);
                   getDefaultJCoConnection().execute(func);
                   exportvalue = func.getExportParameterList().getString("IMPORTPARAMETER");
              } catch (Exception e) {
                   return exportvalue ;
    5) WEB_INF/xcm/customer/modification/bom-config.xml
    <BusinessObjectManager name="ZCUSTOM-BOM" className="com.sap.isa.custom.ZBOM"/>
    6) WEB_INF/xcm/customer/modification/bom-config.xml
    <config isa:extends="../config[@id='crmdefault']">          
       <businessObject type="ZCustomBO"
                    name="ZCustomBO"
                    className="com.sap.isa.custom.ZBackend"
                    connectionFactoryName="JCO"
                    defaultConnectionName="ISAStateless"/>           
    </config>
    Regards,
    [Sateesh Chandra|http://sateeshchandrach.googlepages.com/isa]

  • HT201401 Need help to enable my 3g iPhone which has been disabled due to forgotten passcode

    HI....Need help to enable my3G iPhone which has been disabled due to forgotten passcode.Thank you

    If you forgot your passcode, restore the phone on the last computer it was synced with. If you do not have access to the last computer it was synced with, you will have to force it into recovery mode and restore as a new device.  See http://support.apple.com/kb/HT1212.

  • Need Help to create new screen for RF Sapconsole

    Hi Guru's
    I'm new on RF (but some years in ABAP) since last week.
    I need help to create new screens for RF (SAPLLMOB).
    Can someone explain me the procedure to create screen (with ABAP code after) or perhaps someone have an exemple (simple or not) ?
    I have to develop 2 new screens with really few time.
    And, another subsidiary question :
    how SAP can transfert information between the flash gun and the screen i have developped.
    Is there some code to add to enable this functionality or it is include in SAPLLMOB on standard fields ????
    It's a new strange world for me today...
    Many thanks to everyone who can explain me
    Alain

    hi,
    I am facing this problem as well. Is there any reference to create the new screen?
    Hope someone can help! Thanks!
    Regards,
    Darren

  • How do I reorder songs in a playlist in the new itunes??? I can no longer just click and drag. When I click, it doesn't move!!!! Need help ASAP- trying to prepare for an aerobics class and need songs in a specific order!

    How do I reorder songs in a playlist in the new itunes??? I can no longer just click and drag. When I click, it doesn't move!!!! Need help ASAP- trying to prepare for an aerobics class and need songs in a specific order!

    Vera,
    Use View > View Options, and set 'Sort By" to "Manual Order."
    Then you will be able to drag-n-drop songs up and down the list.

  • Need help with a activation code for Adobe Acrobat X Standard for my PC,, Don't have older version serial numbers,  threw programs away,  only have Adobe Acrobat X Standard,  need a code to unlock program?

    Need help with a activation code for Adobe Acrobat X Standard for my PC, Don't have older Version of Adobe Acrobat 9, 8 or 7. 

    You don't need to install the older version, you only need the serial number from your original purchase. If you don't have them to hand, did you register? If so, they should be in your Adobe account. If not you really need to contact Adobe, though it isn't clear they will be able to do anything without some proof of purchase etc.

  • I need help getting new authorization codes for digital copies

    I need help getting new authorization codes for digital copies of movies. Can someone help me out?

    There's a lot of results in Google when you search for this but unfortunately refreshing the page doesn't seem to generate a different code anymore. Mine also says already redeemed

  • I need help in Downloading Adobe Elements for my Mac & Adobe Acrobat for my laptop...I have been battling for the last day.

    I need help in Downloading Adobe Elements for my Mac & Adobe Acrobat for my laptop...I have been battling for the last day.

    ~graffiti wrote:
    PjonesCET wrote:
    I know if you attempt to download and exe file to Mac from a Mac Partition you'll get something like. Cannot not understand file format octet-stream. This means it does not recognize MS execute files.
    Not necesarily. I've done it a few times.
    PjonesCET wrote:
    I'm not sure you can download a PC copy of Acrobat 9 unless you operating from bootcamp or other such application and running the PC partition.
    Yes. You can.
    I've learned something. New. This must be recently changed. That last time I clicked on a Link I though was a dmg file and turned out it was and exe file my Macs wouldn't allow me to do so. But haven't tried recently everytime and exe file comes up I cancel. I gues I am used to the time everytime a Virus or some other nasty was downloaded it was packaged in and exe file and Macs owuldn't allow it. I suppose with the INtel guts now they can no longer refuse to download.

  • Maestro need help also code is 75957252 for bios password reset

    maestro need help also code is 75957252 for bios password reset
    This question was solved.
    View Solution.

    Check your other post. I replied there.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • I need help getting the license number for Adobe Photoshop Elements. However, It doesn't recognize me as an authorized user. Can someone help?

    I need help getting the license number for Adobe Photoshop Elements. However, It doesn't recognize me as an authorized user. Can someone help?@

    I am having the same problem...did you ever fix it?

  • I think I need help with driver (software) settings for D110a

    I think I need help with driver (software) settings for D110a all-in-one
    Product: D110a all-in-one
    OS: Windows XP Professional
    Error messages: None
    Changes before problem appeared: None--new installation
    The quality of photo images (mostly JPG files) in printouts is awful even though the files display beautifully on the PC screen. I am using
    IrfanView software for displaying/printing. As far as I can tell, IrfanView is not the problem.
    When I print the same images on a Deskjet 5150 attached to a different PC also running XP Pro and IrfanView, the quality of the printouts is at
    least acceptable, Some would probably say good or very good.
    It's dificult to explain in words the problem with the printouts. A picture of really pretty vegetables (squashes, tomatoes, watermelon, etc) comes
    out much too red. Moreover, the red, which appears shaded on the screen, seems to be all one shade in the D110a printouts.
    Something similar happens to a view of a huge tree in full leaf. On screen, there are subtle variations in the "greenness" of the leaves. In the
    printout, all green is the same shade. In the same printout, the trunk of the tree is all a single shade of grey. It isn;t even obvious that the
    trunk is a round, solid object.
    I liken the effect to audio that disappears entirely when you lower the volume and gets clipped into square waves in even moderately loud passages.
    I don't know whether the D110a driver software permits adjusting the parameters that appear to be set incorrectly, and if adjustments are possible,
    how I would identify which parameters to adjust, how I would access them, or how I would adjust them. I'm hoping that someone can help. Thanks.
    I forgot to mention that I have used the diagnostic application and it tells me that there are no problems.
    e-mail me at [email protected]

    brazzmonkey wrote:
    Hi everyone,
    I noticed the following message when network starts on my gateway
    Warning: This functionality is deprecated.
    Please refer to /etc/rc.conf on how to define a single wired
    connection, or use a utility such as netcfg.
    Then I realized the way network settings should be written in rc.conf has changed. But I can't figure out how this should be done.
    Currently, my set up is the following (old way):
    INTERFACES=(eth0 eth1)
    eth0="dhcp"
    eth1="eth1 192.168.0.10 netmask 255.255.255.0 broadcast 192.168.0.255"
    ROUTES=(!gateway)
    eth0 is on DHCP because the IP is dynamically assigned my ISP.
    eth1 has a fix IP because it's on the LAN side.
    No problem to use DHCP on eth0 with the new settings.
    But for eth1, I don't know what I am supposed to write for gateway.
    Wiki isn't clear on that one either, and it looks like many articles still refer to the old way.
    Any guidance appreciated, thanks.
    brazzmonkey,
    you can't define 2 interfaces the old way (even though I saw some tricky workaround somewhere in the forums).
    Use, f.e., netcfg:
    Comment your old lines.
    In /etc/rc.conf insert:
    NETWORKS=(Eth0-dhcp Eth1-static)
    DAEMONS=(..... !network @net-profiles ....)
    In /etc/network.d create 2 files:
    First one is named  Eth0-dhcp.
    Contents:
    CONNECTION="ethernet"
    DESCRIPTION="Whatever text"
    INTERFACE=eth0
    HOSTNAME="your hostname"
    IP="dhcp"
    DHCP_TIMEOUT=15
    Second one is named Eth1-static.
    Contents:
    CONNECTION='ethernet'
    DESCRIPTION='whatver'
    INTERFACE='eth1'
    HOSTNAME='hname'
    IP='static'
    ADDR='192.168.0.10'
    GATEWAY='192.168.0.1' # your gateway IP
    DNS=('192.168.0.1') # your DNS server
    The names Eth0-dhcp and Eth1-static are not magic. They just must be the same in rc.conf and in /etc/network.d.
    Hope it helps.
    mektub
    PS: netcfg must be installed.
    Last edited by Mektub (2011-07-20 14:07:05)

  • Need help reformatting my hard drive for mac only

    Help please
    Need help reformatting my hard drive for mac only with my toshishba hard drive

    What Mac is this please, with what version of OS X?

  • Need help to redeem contact code for OS X 7

    Need help to redeem contact code for OS X 7

    Hello NOREDEEM,
    Thanks for using Apple Support Communities.
    If you have the purchase code for OS X 10.7 Lion, then you can follow the directions below to redeem it on your Mac.
    Mac App Store: Redeem gift cards and download codes
    Take care,
    Alex H.

  • I need help with downgradeing my ios for my ipod touch 4th gen

    i need help with downgradeing my ios for my ipod touch 4th gen

    As has alwys been the case, you cannot go back.
    Sorry

Maybe you are looking for

  • Animated GIFs in Aperture plug-in?

    I have searched already but the closest thing I found was an article dating back to 2010, which nobody replied to. I like GIFs and I like animated GIFs, I think it's a guilty secret/passion for a lot more than people realise (maybe even aPNG too??) s

  • IMovie and iMovie HD

    What is the difference between them. I seem to have both on my iBook. They use 50MB and 62 MB of space and if they are the same thing, one of them will have to go. Thanks Frances

  • MARC-HERKL

    HI Gurus, In which screen we can find this HERKL(country of origin) field while creating material master. Thanks in advance

  • Is the webutil is part of Devsuite 10g ?

    Hi all Is the webutil is part of Devsuite 10g ? or still we need to configure webutil in Devsuite 10g same like Devsuite 9i ? from Chirag Patel

  • Fulltime LabVIEW in Oxford UK

    Software Engineer: LabVIEW. The company is growing and has a requirement to build on its software development capability. The Role: The position is for a full-time software engineer to join a small team developing pharmaceutical / laboratory instrume