Windows 8 and windows8 VHDX UEFI dualboot

I have Windows 8.1 as main OS in UEFI environment, I wanted to have another Windows 8.1 as a VHDX (native boot).
I used EasyBCD to add entry for the VHDX but, it didn't boot the VHDX and the boot menu was without GUI (EasyBCD don't support UEFI).
I tried using BCDEdit Command-Line and added VHDX boot successfully with GUI but I noticed that, my Windows 8.1 load first then, it gives me the boot menu meaning when I chose Windows 8.1 it gives me the longing screen IMMEDIATELY and when I chose VHDX it
reboots and load the VHDX so i lose my "fast boot" to my main win8.1 with a start-up time of a few seconds .
What I need is to go straight to VHDX without booting the main Windows 8.1. How can I do that?
here is my BCDEdit output:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Windows\system32>bcdedit
Windows Boot Manager
identifier {bootmgr}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-US
inherit {globalsettings}
integrityservices Enable
default {current}
resumeobject {639e8f6b-85d9-11e3-827e-d4c9ef700a6a}
displayorder {current}
{639e8f68-85d9-11e3-827e-d4c9ef700a6a}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 8.1
locale en-US
inherit {bootloadersettings}
recoverysequence {639e8f6d-85d9-11e3-827e-d4c9ef700a6a}
integrityservices Enable
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {639e8f6b-85d9-11e3-827e-d4c9ef700a6a}
nx OptIn
bootmenupolicy Standard
Windows Boot Loader
identifier {639e8f68-85d9-11e3-827e-d4c9ef700a6a}
device vhd=[D:]\win8.vhdx
path \Windows\system32\winload.efi
description vhd boot (D)
locale en-US
inherit {bootloadersettings}
recoverysequence {639e8f69-85d9-11e3-827e-d4c9ef700a6a}
integrityservices Enable
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice vhd=[D:]\win8.vhdx
systemroot \Windows
resumeobject {c4677075-7115-11e3-aa4f-c37c6d2ea04c}
nx OptIn
bootmenupolicy Standard
hypervisorlaunchtype Auto
C:\Windows\system32>

Hi,
How to change the boot sequence for the next reboot:
At the command prompt, type:
bcdedit /bootsequence {ID} {ID} {ID} …
ID: Specifies the GUID(s) that make up the boot sequence for the next restart. After this one-time boot it will revert back to the default boot order.
Examples
The following command sets the specified operating system as the default for the next restart. After that restart, it will be reset to DISPLAYORDER.
bcdedit /bootsequence {cbd971bf-b7b8-4885-951a-fa03044f5d71}
The following command sets two operating system entries and the
legacy Windows loader (Ntldr) in the boot manager one-time boot sequence:
bcdedit /bootsequnce {802d5e32-0784-11da-bd33-000476eba25f}
{cbd971bf-b7b8-4885-951a-fa03044f5d71} {legacy}
From:
Boot Configuration Data Editor Frequently Asked Questions
Roger Lu
TechNet Community Support

Similar Messages

  • I have problem with data transfer between Windows Server 2012RT and Windows7 (no more than 14kbps) while between Windows Sever 2012RT and Windows8.1 speed is ok.

    I have problem with data transfer between Windows Server 2012RT and Windows7 (no more than 14kbps) while between Windows Sever 2012RT and Windows8.1 speed is ok.

    Hi,
    Regarding the issue here, please take a look at the below links to see if they could help:
    Slow data transfer speed in Windows 7 or in Windows Server 2008 R2
    And a blog here:
    Windows Server 2012 slow network/SMB/CIFS problem
    Hope this may help
    Best regards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Dual Booting Windows and Solaris

    Hi
    how do i dual boot windows and solaris
    Do i install windows first and then solaris or do it the other way around..?
    how do i make sure that Windows and Solaris appear in my boot options..?
    Is their a guide on doing this...?
    Thanks
    Liam

    Hey I did a quick google search for you. So I havent tried this method myself but it sounds reasonable.
    The text below is from the following link:
    http://www.hccfl.edu/pollock/AUnix1/DualBoot.htm
    "Solaris boot loader
    Partition the drive to leave at least 2GB of space available for Solaris;
    more drive space is desirable.
    As with Linux, install Windows first then Solaris.
    Do not use the Installation CD but boot and install
    from Software CD 1.
    If you accept the default partitioning scheme which
    the installer provides you will soon run out of space in
    your / and /usr partitions since only enough space is
    allocated to install the system.
    All extra space is allocated to /export/home.
    A typical installation on a 4.5GB partition might look
    something like this:
    Filesystem Size Used Avail Use% Mounted on
    /dev/dsk/c0d0s0 900M 536M 310M 64% /
    /dev/dsk/c0d0s1 334M 109M 192M 36% /var
    swap 671M 8.0k 671M 1% /var/run
    swap 671M 8.0k 671M 1% /tmp
    /dev/dsk/c0d0s5 845M 222M 565M 29% /opt
    # (FAT32 partition):
    /dev/dsk/c0d0p0:1 5.0G 3.3G 1.6G 66% /c
    /dev/dsk/c0d0s7 1.1G 92M 954M 9% /export/home
    /dev/dsk/c0d0s4 752M 225M 474M 33% /usr/local
    The Solaris boot selector enables you to choose either
    Solaris or Windows with Solaris as the default.
    (I prefer grub or lilo!)
    To mount FAT under Solaris:
    # mount -F pcfs /dev/dsk/c0d0p0:c /dos (or �:1�?)
    And the vfstab file:
    /dev/dsk/c0d0p0:c - /dos pcfs - yes -
    To create a GRUB boot floppy, follow these steps:
    $ mkfs -t ext2 /dev/fd0
    $ mount /dev/fd0 /mnt/fd0
    $ mkdir /mnt/fd0/boot /mnt/fd0/boot/grub
    $ cp /boot/grub/stage[12] /boot/grub/grub.conf \
    > /mnt/fd0/boot/grub
    $ /sbin/grub --batch <
    Hope this helps!
    /Oscar

  • What to do with message: You are running an unsupported version of Microsoft Windows.(Windows8.1)

    I got this message when I run the program DETEKT. You are running an unsupported version of Microsoft Windows.
    On my new Asus N550JV with pre-installed Windos8, I have many times a fall-out of the Network connection with WIFI since I used Windows 8 and after upgrade to Windos 8.1 Did not solve this problem.
    What to do now??

    Hi,
    Based on the description, you get message "You are running an unsupported version of Microsoft Windows.(Windows8.1)" when you use the DETEKT tool to detect Windows Server version.
    For this issue, I recommend you ask in the Windows forum which is staffed by more experts specializing in this kind of problems. You can get better help there.
    If you have problems about Exchange server, please feel free to post here for analysis.
    http://social.technet.microsoft.com/Forums/en-US/home?category=windowsserver
    Thanks for understanding.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Adding Raid drivers to Windows 8.1 VHDX

    I have a Windows 8.1 VHDX which I used to boot into prior to updating to 8.1. 
    The vhdx file sits on an SSD which is in a raid. 
    After the 8.1 update, I cannot boot into the VHDX. 
    If I move the VHDX to my non-raid drive, it boots fine.
    Looks like the vhdx cannot find the raid drivers while booting, which is suprising cause it booted fine before 8.1
    How do I add RAID drivers to my VHDX, so that I can boot to it.

    If you can boot to it when it is hosted on Hyper-V or the non-RAID drive and the RAID is attached at that point, you can simply install the RAID driver package at that point to provide support for
    the array. If you are booting to VHD natively you can just install the package but if you are doing so through Hyper-V, you will
    have to offline the RAID array in the host OS and attach it directly to the virtual machine. Either way the VHD will need to be located on the non-RAID drive for the operation.
    You can also use the registry setting to enable the RAID driver if it was previously installed and somehow switched back to AHCI, you will need to set the Start key under the driver service (probably iaStorV, but this may vary depending on storage chipset),
    located at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services, to 0 for on (from 3 for off). Check with support for the storage chipset manufacturer if you are unsure about this
    setting.
    Brandon
    Windows Outreach Team- IT Pro
    The Springboard Series on TechNet

  • Open discoverer report in new browser window and without connections page

    Hi All,
    We are using Oracle 11g Discoverer 11.1.1.4.  Requirement is to open the discoverer report in a new browser window and without connections page.
    When we are running discoverer reports with this parameters we unwantedly get the connections page of the discoverer plus which we don't want.
    Went through the documentation given in this page and followed it still the issue persists, and i see couple of threads with my issue and no updates.
    This excerpt is from the documentation available in the link
    " _plus_popup=true and framedisplaystyle=embedded launches Discoverer Plus in a new pop-up browser window that contains the Plus applet embedded in it "
    http://www.art2dec.com/documentation/docs/oas10g1012/linux/bi.1012/b13918/urlstart.htm
    and Here is what we use to invoke our reports.
    http://ipaddress:port/discoverer/plus?cn=cf_123&_plus_popup=TRUE&framedisplaystyle=EMBEDDED&wb=disc_wb_1
    Request the forum users from PRO discoverer group to help me out of this issue and expect a good discussion on this.
    Thanks in advance

    Closing the thread
    We were able to achieve by changing the browser settings in the IE 8 Browser. Disabled Tabbed browsing.

  • New ipod seen in windows and itunes but not in sync diagnostics

    I bought a second Ipod. Oldest one works fine. New one is seen in Windows and in ITunes. Diagnostics "finds" new Ipod, but on Sync diagnostics says "no Ipod found".
    Ne Ipod looks like it's staring to sync, then just stops after 30 seconds and goes to "connected" screen.
    Have done resets of Ipod and reboots of PC.
    Driver shows no error in Device Manager.
    Have tried three differenct cables and both USB ports on the pc.

    I jus tried that. Computer acknowledged Ipod and Itunes performed restore. Afterward, same situation...no sync. Screenshots:

  • I wonder to know what is the enterprise solution for windows and application event log management and analyzer

    Hi
    I wonder to know what is the enterprise solution for windows and application event log management and analyzer.
    I have recently research and find two application that seems to be profession ,1-manageengine eventlog analyzer, 2- Solarwinds LEM(Solarwind Log & Event Manager).
    I Want to know the point of view of Microsoft expert and give me their experience and solutions.
    thanks in advance.

    Consider MS System Center 2012.
    Rgds

  • Want to use a Lacie External Hard Disk with Windows and Mac? Can I?...

    Hi, I've just purchased a Lacie Extreme D2 external hard disk, I'm looking to use it to move film clips from my Mac G5 to my Sony Vaio laptop. I'll connect the Mac using Firewire 1 and the PC using USB 1.
    I understand there is an issue with setting the compaitibility of the hard disk to either Mac or Windows format but I'm wondering if I can set it to both, so it's possible to transfer these files? The hard disk is Windows and Mac compatible but does it have to be partitioned a certain way?
    Any help is much appreciated.
    Thanks,
    Alex

    Format the drive as FAT or use the Mac format (HFS Extended) and install MacDrive on the PC.

  • Running Windows XP service pack 3. Updated Firefox from 8.0 to 9.0. Now when Firefox opens "The URL is not valid and cannot be loaded" is displayed in a window and no home page appears. What's wrong?

    Running Windows XP service pack 3. Updated Firefox from 8.0 to 9.0. Now when Firefox opens "The URL is not valid and cannot be loaded" is displayed in a window and no home page appears. What's wrong?

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How do I install windows and bootcamp on my macbook Air

    Hi
    I need to install Windows and Bootcamp on my macbook Air, due to a software tool a customer needs that only runs on windows.
    The initial instructions say I cannot do this with a remote DvDplayer,
    Who has experienced this?
    Chris

    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf

  • [SOLVE] Dual Boot Windows and ArchLinux with Syslinux

    Ok, i installed ArchLinux on my laptop with Windows XP (syslinux) and I cannot find get Windows to boot or mount it. I have tried to do what i can to do this but cannot. I Installed XP first like a should and something i think might be needed to know is after i created the partitions scheme (10Gb (boot partition), 50GB (XP), 80GB(was unallocated)). The installation disk formated both 2 partitions in NTFS but i installed XP on the second and Windows reported them as C and D drives. Windows being D. Thought that was bit werid thinking Windows installed the mbr on that partition. When I installed ArchLinux, it did have the boot flag set on 10GB (or C drive).
    Since I installed ArchLinux, I have been unable to find a solution to mounting/booting to Windows. Installed NTFS-3G and that didn't work when i tried mount /dev/sda3 windows and i did created a folder named windows but got ...
    mount: wrong fs type, bad option, bad superblock on /dev/sda3,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so.
    Tried dmesg | tail and got
    [ 76.524133] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 179.468499] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_DEVICE_CHECK event: unsupported
    [ 705.472330] 8139too 0000:02:03.0 enp2s3: link down
    [ 717.380879] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 726.447184] 8139too 0000:02:03.0 enp2s3: link down
    [ 727.596128] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_BUS_CHECK event: unsupported
    [ 732.616138] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 733.848832] 8139too 0000:02:03.0 enp2s3: link down
    [ 834.062062] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 2131.449211] perf samples too long (2534 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    This is when i run sudo lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 149.1G 0 disk
    |-sda1 8:1 0 9.8G 0 part /boot
    |-sda2 8:2 0 1K 0 part
    |-sda3 8:3 0 53.6G 0 part
    `-sda5 8:5 0 85.7G 0 part /
    sr0 11:0 1 1024M 0 rom
    My syslinux is
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda5 rw
    INITRD ../initramfs-linux.img
    LABEL windows
    MENU LABEL Windows
    COM32 chain.c32
    APPEND hd0 3
    NOTE: chain is in the same directory with syslinux
    I really think Windows got corrupted but not sure. Thought about repairing the mbr on windows and booting to it then reinstall syslinux but really don't want too.
    Thanks in advance
    Last edited by jag-ster (2014-11-27 02:12:12)

    Here is the partition table:
    /dev/sda1 one HUGE linux /boot primary partition (assuming ext4)
    /dev/sda2 "name" of the extended partition
    /dev/sda3 primary Windows partition (assuming NTFS)
    /dev/sda5 logical Linux root partition (assuming ext4)
    /dev/sda1 to /dev/sda4 are either all primary, or three primary and one extended. After /dev/sda4 all partitions are logical. If you're still wondering why is there no /dev/sda4, it's because you have 2 primary and one extended, so /dev/sda4 is reserved for another primary partition.
    Windows problem:
    The /dev/sda1 which Windows named C: is Windows equivalent of linux /boot. When you told linux to place its /boot on /dev/sda1 it formated boot files of Windows. Now you have Windows OS with no kernel. In other words there is no way to boot Windows if you don't reinstall it. Actually there is a way, but you would than screw up Arch.
    Mounting problem:
    You can never mount extended partition, only logical (an extended partition is made of logical partitions). You want to do:
    sudo mount /dev/sda3 -t NTFS-3g -o rw,uid=YourUserName /path/where/you/want/this/partition/mounted
    EDIT:
    Try it this way:
    - Backup all your data
    - Delete every partition
    - Start Windows installation
    - Make only one partition (c:/ for Windows)
    - Let Windows make another partition
    - Make one more so you could have a data partition, which does not need to be formated to reinstall Windows
    - Start Arch installation
    - Get to partitioning
        =Partitioning=
        - /dev/sda4 extended (take the rest of the drive)
        - /dev/sda5 logical /boot 512MiB
        - /dev/sda6 logical /          20GiB
        - /dev/sda7 logical /home (the rest)
    Making a separate /home partition will come in handy when reinstalling Arch (any linux distribution), or switching between distros, because it is the equivalent of D:/ in Windows. Also consider LVM.
    Last edited by bstaletic (2014-02-28 23:25:33)

  • FIREFOX 26 changed the 'post crash' page with the list of windows and pages. It was a real HTML page with links for each page. Now it isn't (and blows)

    * You changed the page that comes up after a crash - the one which shows the windows and pages that were up before the
    crash.
    This used to be a real HTML page and it isn't any more. THis choice was pure isiocy consider how peopel used that page every day (try taking to your users for a change).
    The pages listed on that 'post crash page' used to be actual LINKS (you could right click them &
    manually open them in another tab - and most peope DID that every day). You could also (and I did this a lot) drag a second
    copy of the page, into a new tab (to keep track of all the pages I had not wanted to open)
    Now the pages are no longer links. You cannot right-click them.
    The thing in the probser is no longer a page that I can drag into a new tab.
    Roll the version back and throw this one in the bin...and have a good long talk with your developers about the definition of
    'STUPIDITIY'
    Then I try to type anything in the addres bar it is suppose to repoond with the history of old things I have types in the past, or
    search for what I type (and in some cases I think it tyes to convert it intoa URL). However it no longer does any of these
    things. When I type in the ADDRESS BAR ONLY, I do not get all of my letters to appear. I have to type into a notepad or
    into the search and to copy and paste to go to a URL. Nothing that is typed into the address bad responds normally at all
    anymore, and I am fairly certain there are no new addons on this machine at all. It does not matter which things I disable. It
    still does this. W of course points the finger back at a change to FIREFOX. I wich I could just sitct with one stable release
    forever but the MOZILLA folk thing it is best to force peopel awy from a working broswer release to a horrible one (due to it
    being out of date).
    FIREFOX 26.0 has 'issues' (ie new *features*/bugs)
    1) History is no longer accurate. My Proof? This machine is the primary one for the entire family (the only PC working). It is
    logged in with same user every time and never has its history cleared. It now January 7 so I ought to have a list of all of last
    months browing available to me.
    However, according to FIREFOX history, in all of December 2013, the entire family only went to 51 primary URL's. None of
    the official TV sites I use to get episodes are listed. None of the official movie sites I use are listed. The primary URL for
    ebay is not listed. Only 1 out of our 4 weather sites that I use (at least once a week) are listed. Only 1 of our 3 FINANCE
    sites is listed. There ought to be several; hundred root URLs listed.
    Please fix history as this change seriously "blows greasy chunks"
    PROBLEM (a stupid change in the new FIREFOX version)
    FOr a long time, after a crash you got a useful page (a real HTML page) which gave you a list of all of your last sessions
    'winwos and tabs' that were open when the browser crashed. there were certain ways of using this page that are no longer
    able to be done.
    The old method was wonderful as it had this behavior :
    *** The old method for displaying your 'Recovered Tabs' allowed you to :
    a) right click an individual item and open it in a tab without getting rid of that lovely window of your previous session of
    'recovered windows and tabs '.
    2) drag the URL for the entire window of 'recovered windows and tabs ' to a new tab (to make a second copy) so that you
    could select just a few of them to open as a group, and stil have the old list handy.
    You can no longer do either of these things. The 'recovered windows and tabs ' page no longer has links in it and can no longer be dragged, so you cant select a few of them to use, and keep the rest around for later. NOW - once you choose which pages to open the window is gone forever (can can't get a second copy).
    People used to make a copy of the page for later use (with a drag)
    we also used to open pages with a right click (which no longer functions
    This new method seriously blows big greasy chunks. A parge loss in function has occurred.
    Put things back as they were. 26 is full of terrible changes that NOBODY likes. It also has a lot of bugs (history is not reliable at all)

    (1) Firefox's built-in post-crash page has not been a real HTML page for a long time (for example, from the time of Firefox 22, see: [https://support.mozilla.org/en-US/questions/968212 Want to save LOTS of versions of "Restore Session.xht" from the "oops ..." page for later use]). If you had this working differently with Firefox 25, that might have been created by an extension.
    You can check to see whether extensions are disabled or need an update on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. The disabled extensions cluster toward the bottom of the list. To poll for updates, use the "gear" button above the list and choose Check for Updates.
    If you used the Reset feature (or Firefox automatically did a reset due to some problem during upgrading), you will need to reinstall missing extensions. The reset feature creates a folder on the desktop named Old Firefox Data. Do you have that folder? There may be data you can recover from it.
    (2) There are many ways for history to get cleared, both internal to Firefox and external. Could you double-check your Privacy settings?
    orange Firefox button (or Tools menu) > Options > Privacy
    * The "Firefox will" drop-down says Remember History: Firefox shouldn't be clearing history, but an add-on or external software could do it
    * The "Firefox will" drop-down says Use custom settings for history: inspect the "Clear history when Firefox closes" setting to make Firefox isn't set to clear history. Also check your add-ons and consider external software.
    Firefox normally accumulates months of history. However, some of Firefox's database sizes are based on disk space available. If your hard drive is very full, Firefox might reduce the amount of history stored.

  • By subscribing to Creative Cloud(Photoshop and Lightroom), does it come with more than one license, and is it possible to install it on both Windows and Apple(if it comes with two licenses)? Thank you.

    By subscribing to Creative Cloud(Photoshop and Lightroom), does it come with more than one license, and if it does, is it possible to install on both Windows and Apple's OX? Thanks.

    A Cloud subscription provides for installing working installations on two machines.  You can have mixed operating systems (both Windows and Apple's OX).

  • Windows and AMD 64 X2

    Hi
    I don't really know if I can get away with posting this here, but this is the only forum I know where people are technically competent enough to help me out. Recently I've put together my own computer, I had a few issues to start off with but then everything worked fine. However one day when I loaded Windows it said "new hard ware found", then something along the lines of "x64 based processor found" and "multicore processor detected and installed" followed by "new hardware installed but may not work until computer is restarted".
    So I though, o..k, and restarted the computer, when I did I checked my performance panel in windows and noticed it was no longer detecting my 2nd core. After reading about on this forum for a bit I messed about with drivers, installing them, uninstalling them, updating them, rolling back them and finally I got it to work again. However windows did the same thing again a few days later (today in fact) and now after messing about a lot I've not been able to resolve the issue at all. Can someone please help me out or point me in the right direction to get help.
    -Motherboard type and model (MSI K8N Neo4)
    -Bios (1.6)
    -CPU type and model (AMD Athlon 64 X2 3800+)
    -Memory quantity (2 x 1 GB)
    -Video card name (nVidea 6600)
    -Hard Drives: 200GB IDE0 they are located on
    -Optical Drives: Samsung IDE1 and IDE2, DVD writter and DVD reader
    -Windows XP Pro x64 SP1 (equivalent to SP2 for most XPs)

    Quote from: utwo229 on 10-September-05, 00:43:49
    I assume you are using the performance monitor in the task manager. Under VIEW.....CPU HISTORY you should get the option to display ONE GRAPH ALL CPU's or ONE GRAPH PER CPU. On a single CPU system it only gives the option ONE GRAPH PER CPU. This may help determine if windows is in fact not seeing the second processor.
    I already knew that thanks, I also had AMD Power Monitor running which doesn't have this option and just shows however many cores are running. O.K, the problem seems to have kind of  gone away and I don't know why...
    But thanks for the help, if I figure out why it's working again I'll post it to hopefully help other people.

Maybe you are looking for

  • Idoc in status 03 - not received by receiving system

    Hello All, I have researched a lot on this topic on the forum - but what I am facing is something peculiar - so posting the complete scenario. I have three interfaces based on change pointers mechanism where change pointers have been activated for me

  • ADF BC problem

    Hi, I just got the Oracle Jdeveloper 10g Handbook by Oracle Press. When trying the first example I run into some problem. I am supposed to create a JSP page based on ADF BC. The problem is I cant find the wizard for setting up this. The book says I s

  • Using Dynamic Text to tell a Hyperlink where to go.

    So I am having a little trouble on my site, and this community seems like a good place to go for help, and I am sure someone out here can help me. I have a webpage that uses dynamic text and images, and it serves as my user profile page. I know the d

  • Adobe Form -Interactive -Subform dissappear after Click

    Hi. I have a Interactive form with a Native submit button with single MAIN view . I am poupulating the form intially in WDOINIT method & I am trying to do some calculations on the form using submit click. Here is what i am doing onclick.After I click

  • Smart View version 11.1.1.2 link

    Hi All, Some one kindly post me the links to download the older versions of Smartview - 11.1.1.2 please. I am not finding it over net and searched a lot. Its urgent so if any one is readily aware please send me. Many thanks in advance, Avishek