[GE60 0ND] Add Boot Mode option UEFI with CSM

Hi,
I have the GE60 0ND pre-installed with Windows 8.
BIOS version : E16GAIMS.514
EC version : 16GAEMS1 Ver5.04
Currently in Boot Mode, I have "UEFI" and "Legacy".
Is it possible to add the third option "UEFI with CSM" (in order to install Windows 7 on a GPT partition table) ?
Donation number : 0W026222JN3488454
Thank you very much !
Damien

Quote
Ok thanks.
What unlock BIOS exactly means ?
to unlock all possible hidden bios options for your BIOS
Quote
Do you think I can flash my BIOS to the Windows 7 version : E16GAIMS.10F
nope, this bios isn't for your notebook you can't flash it
with cross flash by special way could be possible,
but i don't know how this bios will works for your NB, there are possible side effects
else there is UEFI Boot which is disabled and separated CSM Support option which is enabled
also switching to .1xx will lost your W8 key, because win7 bios don't have such
for your bios[514]
there is "CSM parameters"
but i don't know how this can be activated or what parameters will be there[if any]

Similar Messages

  • Dual boot Arch / Windows 8 with grub, uefi and gpt

    hi,
    (my aplogies for my bad english)
    after a fresh installation without worries I have one last problem : starting w8
    Partitions :
    [root@ToshCM christian]# gdisk -l /dev/sda
    GPT fdisk (gdisk) version 0.8.7
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 1465149168 sectors, 698.6 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): BAE3660C-FC6F-11E1-9C45-C6B1BB081CD7
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1465149134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 3757 sectors (1.8 MiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 923647 450.0 MiB 2700 Basic data partition
    2 923648 1456127 260.0 MiB EF00 Basic data partition
    3 1456128 1718271 128.0 MiB 0C01 Basic data partition
    4 1718272 1230518271 585.9 GiB 0700 Basic data partition
    5 1445343232 1465147391 9.4 GiB 2700 Basic data partition
    6 1230518272 1250998271 9.8 GiB 8200
    7 1250998272 1291958271 19.5 GiB 8300
    8 1291958272 1445343231 73.1 GiB 8300
    2 = efi (fat32)
    4 = Windows (ntfs)
    6 = swap
    7 = /
    8 = /home
    EFI partition is mounted in /boot/efi
    [root@ToshCM christian]# grep efi /etc/fstab
    UUID=7CD3-EE8E /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    For now I have a grub that works perfectly without Windows
    Now I try to follow this page
    [root@ToshCM christian]# grub-probe --target=fs_uuid /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
    7CD3-EE8E
    [root@ToshCM christian]# grub-probe --target=hints_string /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
    --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2
    I put the result in /etc//grub.d/40_custom
    [root@ToshCM christian]# cat /etc/grub.d/40_custom
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Microsoft Windows Vista/7/8 x86_64 UEFI-GPT" {
    insmod part_gpt
    insmod fat
    insmod search_fs_uuid
    insmod chain
    search --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 7CD3-EE8E
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    I regenerates grub.cfg
    grub-mkconfig -o /boot/grub/grub.cfg
    I check the result in /boot/grub/grub.cfg
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Microsoft Windows Vista/7/8 x86_64 UEFI-GPT" {
    insmod part_gpt
    insmod fat
    insmod search_fs_uuid
    insmod chain
    search --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 7CD3-EE8E
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    ### END /etc/grub.d/40_custom ###
    After reboot I can see a fine line with Windows but it has no effect, neither start nor error message
    The computer is a Toshiba Satellite C855-1TM
    In the BIOS Advanced page "Boot Mode" is [UEFI Boot]
    In the Security page "Secure Boot" is [Disabled]
    Thanks in advance

    vintherine wrote:
    the.ridikulus.rat wrote:
    @vintherine: Everything you mentioned in the 1st post is correct. In your case the correct commands should be:
    grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck
    grub-mkconfig -o /boot/grub/grub.cfg
    Thanks. I've tried that, get now a single line with Windows, which does not work
    EDIT: Are you able to boot Windows independent of GRUB, ie. directly from the firmware boot menu?
    I've tried F12 key, found a menu, started on the HD, found a new menu corresponding with the EFI directories (arch_grub, Microsoft....). Microsoft entry sent me on... grub menu
    EDIT: Can you try (note the extra line : "set gfxpayload=keep")
    It's time for diner (i'm in France). I'll see this in the next hour.
    Many thanks
    Seems like the actual Windows bootmgfw.efi was overwritten by grubx64.efi or something else. In the boot menu Windows's entry (created by Windows installer) is usually titled "Windows Boot Manager".
    EDIT:
    Try this. Copy the files from Windows's C:\Windows\Boot\EFI to <EFISYS>/EFI/Microsoft/Boot/ . Overwrite any exisitng files, and make sure <EFISYS>/EFI/Microsoft/Boot/BCD file exists. That is the Windows equivalent of grub.cfg (although BCD cannot be read easily since it is not a text file). Try your menuentry again.
    Last edited by the.ridikulus.rat (2013-09-27 18:29:09)

  • BIOS update, GE60 0ND-296NE

    Hi,
    I´m have some questions when it comes to upgrading BIOS on my GE60 0ND-296NE.
    My notebook came with win8 pre-installed, but when i check my current BIOS version it says: E16GAIMS.10E, which I think is kind of strange. As I understand it, this version is for notebooks that doesn´t come with win8 pre-installed?
    I´m guessing that i have to use the BIOS version for win7, but I would really like to be able to have the BIOS for win8, is there any way i can flash win8 BIOS if I´m currently using the win7 version (E16GAIMS.10E)?   
    Thanks in advance.

    Thanks for the reply.
    No, there is no windows key on a sticker at the bottom of my notebook, neither on the adapter where they sometimes put it, but I have a windows 8 sticker on the top (just a sticker that says Windows8).
    I don´t know if the information below matters, but it probably doesn´t hurt.
    I bought the notebook refurbished, and I believe that they have changed the motherboard (but it´s the same model as the original, MS-16GA). They had also forgotten to format the hard drive, so I had to do a reset (Remove everything and reinstall Windows, in windows 8) and when I had windows installed again it said that the serial code for windows was invalid, so i had to use a new windows key.

  • Satellite C50-B with Win 8.1 - PXE error appeares using UEFI boot mode

    I have a C50-b laptop running Win 8.1 and recently needed to boot it from a usb key so eventually found the way to do that (miss the bios first boot menu) and managed to do that.
    My problem is even when I have returned to uefi and set the boot order to be local disk, cd, network it asks everytime do I want to boot for PXE IP4,IP6 then IP4 and IP6 again. I have also disabled secure boot
    I think some value is missing when I switched to BIOS and back to UETI boot option but where is the laptop getting the setting to tell it to PXE/Network boot when its down the list and wake on LAN is disabled.

    According to the automated support on the site I should do the following for Win 8
    Switch on the notebook and immediately begin tapping the F2 key continuously.
    When the system setup (BIOS) appears, stop tapping F2. Tap F9 once, select 'Yes', and press Enter.
    Use the cursor keys to move to the Advanced menu.
    Choose System Configuration and press Enter.
    Ensure that Boot Mode is set to UEFI Boot.
    Press Escape to return to the Advanced menu and choose the Security menu.
    Set Secure Boot to Enabled.
    Press F10 once, select 'Yes', and press Enter.

  • Problem/issue of nVidia GTX660M on GE60 0ND-298 with Windows 8.1

    Hi folks,
    I am newbie here, so please forgive me,
    if my post is too long and ugly.
    I have "almost" the same problem as the user called "Ghost", but in my case there
    are few differences. I am too user of MSI GE60-0ND notebook, but the version is 298CZ (MSI GE60 0ND-298CZ).
    some short info about me:
    I am sort of experienced in PC maintenance, driver repairs, and software installing and setting up.
    I had successfully and correctly helped at least  ca. 35+ people (including few relatives and friends)
    with some problems regarding their desktop PCs or notebooks,
    mainly they needed from me to solve some specific problem - some reinstall or
    correct install/set up of the OS and drivers and etc. or other software programs they need to use in everyday life.
    I had correctly updated/reflashed BIOS or firmware on more than 25 PCs (on ca. 4-5 PCs in last 4 months).
    but I am not very skilled in PC HW reparation and assembly.
    The problem I had is possibly simple (or not), but until now I couldn't find the working solution written
    on the MSi Forum/thread or anywhere on the internet.
    I have everything up to date, including Windows OS (8.1), drivers, BIOS and EC/FW from MSI
    (as you can see from specs taken from Speccy 1.25, DxDiag, nVidia control panel and other software).
    Well (or not?), the problem is that high demanding apps, like modern games or some CAD software/benchmarks i had recently
    tested shown that my notebook is only using
    the Intel HD4000 Graphics (in all situations even when it shouldn't) and not the dedicated high-performance
    nVidia GTX660M graphic.
    I even used the nVidia Inspector 1.7.2 from the thread of Ghost's problem with the same nb/graphic card.
    I played HL2 Ep Two and One, Garrys Mod 14.022 (latest), IL-2 Sturmovik: 1946 with Ultrapack 2.1 + SAS1946 updates
    (with tweaked settings to use high-quality perfection/perfect settings)
    to test and look if the dedicated graphics card is working or not. In all cases it shown that the nVidia GTX 660M
    didn't even heat up some grade or load up the textures, and it appeared as non active against the HD4000 that run like wild.
    In some of the above mentioned games it wasn't sufficient and the games crashed and/or closed suddenly-
    that happened in Garrys Mod 14,
    something same happened in that modded IL-2 Sturmovik: 1946 - but with it it crashed by saying that
    "il2fb.exe has stopped working".
    To tell you more, before when i had plain windows 8, it didn't happened even once
    (for the IL-2 Sturmovik was and is still set in the compatibility mode for Win XP SP3 - so everything should work),
    in the case of HL2 Ep. Two it happened almost same as in Garrys mod 14.x . The game simply shut down and quit,
    and closed without saying anything.
    By playing those games, i saw in the taskbar only the icon of Intel HD graphics 4000 looking as active. 
    The icon of nVidia in the taskbar panel stayed there or sometimes it completely disappeared,
    and that indicates that pc was using only the Intel HD4000.
    I tried to check for all updates, uninstall and reinstall Intel VGA HD4000 driver with latest official from Intel support,
    and also after it by uninstall and reinstall of nVidia GTX660M driver with latest stable driver from nVidia page
    with hope that the new drivers would do the thing and repair the errors/issues.
    Until now I tried to solve my problem by myself,
    but as nothing helped to solve the issue with dedicated nVidia card i had to visit this forum.
    The current state of my pc to sum the facts together - to see what could be wrong there:
    PC/Name-type: MSI GE60 0ND-298CZ (late summer 2013)
    OS: Windows 8.1 (64-bit)
    Tech specs: CPU - Intel Quad Core i7-3630QM Ivy Bridge 22nm,
    RAM- 8GB DDR3/1600 MHz, HDD- 750GB (7200 rpm),
    1. VGA (on chip)- Intel HD4000, 2. VGA- GTX 660M (2GB DDR5)
    Motherboard: MS-16GA (HM76, rev. 1.0)
    MB-BIOS version: E16GAIMS.514 (12/3/2013, installed 29.11.2013)
    EC Firmware version: 16GAEMS1.506 (installed 30.11.2013)
    Intel HD Graphics 4000 driver: v10.18.10.3412
    NVIDIA GeForce GTX 660M driver: 334.89 (9.18.13.3489)
    nVidia VGA BIOS Version:   80.07.27.00.05
    Other drivers version
    (which may cause the in-activity/problems of GTX 660M card)
    - Intel Control Center v1.2.1.1008 **
    - Intel Management Engine Components (ME) v8.1.0.1281 **
    - Intel Management Engine Interface (MEI) v9.0.0.1287 **
    - Intel SDK for OpenCL-CPU Only Runtime Package v2.0.0.37149
    - NVIDIA PhysX System Software v9.13.1220
    (** I have found some info that outdated (buggy) Intel ME and MEI drivers, could be the cause why the PC
    uses only on board HD Graphics 4000 and can't switch to dedicated GTX 660 M when some app needs it,
    could this be the thing or not?
    I am really not sure, if it is cause why my PC is sticking on use of only HD4000 VGA.
    Should i update the ME or MEI driver to latest stable as mentioned*** or not?
    (*** on win-raid com in thread about latest Intel Management Engine Drivers-Firmware and Tools)
    I am aware that a careless update of Intel ME or MEI can brick your PC or installed OS and make it unstable,
    that is why i don't want to do that thing,
    i want do some other way how to solve the correct vga switching issue.
    Could you please help me, to detect where is the cause of the problem
    and then to help me to solve it somehow ??
    Please tell me also, if you need some other info
    (i can send the DxDiag report if needed or something similar).
    I know that my problem looks same way as had the user called "Ghost",
    but in my case the details are a bit different and specific.
    I will wait patiently for your advices.
    Thanks in advance.

    Thank you, for that little advice.
    Sorry i didnt answered sooner, was kinda busy last weeks.
    I will specify the problem more - explain my investigation about the issue.
    But I have GE60 0ND, and i somewhere read (on this forum but in other thread/topic)
    that on GE 60 0ND the power button doesnt change its color from blue, either it actually uses Intel HD4000 or nVidia GPU GTX660 M.
    If i am not wrong in that, i hope so / i can say that on my lap the power button never changed its color to some other.
    It was and still is blue.
    What i found from Speccy or from Nvidiainspector soft v1.9.7.2 was that my nVidia is generally
    never used - even in games which were more demanding and were set in nVidia control panel to use nVidia GPU only
    and NOT the HD4000.
    But i think there is also there some other, far deeper and worser problem.
    In last few days I was checking the possible issues with current Intel chipset driver (Intel INF driver - currently v9.3.1025) and also with Intel Mangement Engine drivers (currently ME Components driver 8.1.1281 and ME Interface driver 9.0.1287).
    To tell you more, the problem with GPU drivers started shortly after i updated the Win8 to 8.1, but other confusing symptom is that shortly after the pc boots up in to OS environment,
    the screen flicker one time and then the nVidia's control panel icon in taskbar will dissapear.
    That happens around one to five times in halfhour or hour, after the laptop was turned on. I am very confused, from it, because it looks like the pc is unstable or the Windows Explorer is crashing. After the holfhour it stops doing it, but some time ago i tried to fix it by comletely uninstalling and then reinstalling both of VGAs (HD4000 and nVidia GTX660M) with latest stable and official drivers - but it didnt solved the issue.
    Also the icons on the desktop and in taskbar dissapear for a second and then reappear.
    I tried to figure it out many times, but found that it wasnt Windows Explorer error. What is this problem?
    Is it in INF chispet driver and ME/MEI driver or it is caused by some other corrupted driver?
    I even wrote some notes about what I found out.
    So there are my findings. The ME and MEI driver are responsible
    for deciding the use of and handling interaction between the system's low- and high- performance/importance and on motherboard installed components.
    If they are wrong or incompatible it causes some errors or that some of the used component will be not used because of the error.
    Also same role, but sorta a bit different has the INF chipset driver, which is sorta above the ME and MEI driver and governs over them and over use of the other
    CPU and MB components and periipheral devices, like USB2-3 controllers, Cardreader, charging function etc.
    So my question is, i have found on  Intel support Chipset INF driver for 7 series - the v9.4.1027 (November 2013), about which i read
    that is also suitable for 7 series express chipsets like HM76/77 (my is 76)- should i try to install these drivers ?
    Same, i had a hard work to find more current ME and MEI driver for notebook with Intel's 7 series express chipset
    which should solve my problem. I found on Lenovo support webpage ME driver v9.0.1310 (components driver) and MEI driver v9.0.1287(interface),
    they are both in one installer.
    I read about that installer in description and found out that,
    that drivers are useful on any lap with the 7 series chipset.
    Just the Lenovo added note that those drivers and higher are usable on some other newly adde types of notebooks.
    The provider of the driver was Intel.
    I carefully read also some other info, and just few days ago i read also
    if someone want/really neeeds to update
    Intel INF chipset driver and after it the ME/MEI driver - one should unistall all drivers that are managed by that INF and ME/MEI drivers.
    That means both VGA drivers (CPU GPU and dedicated GPU), Cardreader driver, LAN and WLAN drivers,
    audio driver, all intel drivers - like Rapid storage, SCM driver and so, and manually uninstall the ME Interface driver through Device Manager too.
    My other question is, could someone of you help with this by telling me some other information/advice i possibly completely overlooked.
    Currently, my PC is working poorly - not slow, but the blicking of the icons on desktop and taskbar shortly after the system's start up
    is totally horrible and the nVidia GPU GTX660M is unable to work (by crashing the Nvidia control panel).
    I feel now really lost on this GE60 laptop altough i have good experience how to set PC or notebook.
    I never faced this kind of problem - i would be happy if i knew the way how to fix it for once/definitely and use the fullpotential of that notebook.
    Every advice or your experience will be very welcomed.
    Thanks

  • Request BIOS to fix an USB flash drive boot problem in EFI (GE60 0ND-265FR)

    Hello,
    I'm currently trying to install Ubuntu on my MSI GE60 0ND notebook but I'm having troubles to boot on my USB flash drive in EFI mode.
    I've disabled Fast Boot and Secure Boot options but the only thing I can have is the GRUB menu of the liveUSB and whatever option I try I always get a blank screen. On the other hand everything works fine when I set the BIOS on Legacy mode.
    It's the same problem they have on this thread : https://forum-en.msi.com/index.php?topic=165756.0 but with an other notebook.
    The problem is  I want to keep Windows 8 side by side with Ubuntu so I must have them both installed in EFI mode.
    I asked for help on a specialized forum (french Ubuntu's community) and they believe this problem is related to the BIOS. Do you think an unlocked BIOS will help with that ?
    Here are my current BIOs and EC infos :
    BIOS Version : E16GAIMS.514
    BIOS Build : 03/12/2013
    EC Version : 16GAEMS1 Ver5.05
    EC Build : 02/21/2013
    Thanks for your help, and sorry if I've made English mistakes.

    i don't know if unlocked BIOS can help you with this

  • B570 - Booting in Legacy-BIOS-Mode (without UEFI)??

    hi folks,
    do you know how to boot a dvd in legacy-mode (without UEFI)?
    my lenovo B570 UEFI has very little options, so i assume the other options (e.g. booting in legacy mode) are hidden somewhere.
    i also found a guide from lenovo for the thinkpad series, but the option (see step 3) clearly is missing with my notebook.
    any ideas??
    thank you very much in advance..
    -benni

    Hi,
    i got my new T420 in may this year. As I am a student i get the new Windows 8 out of Dreamspark one month ago. Before I installed Windows 8 x64 I made all bios and firmware updates i can get. 
    After the successfull installation I got some startup hangs, not regular, but most of the boots. A few days ago a new bios was available, so I hope this one will get me rid of the problem. But the same thing happens, well I think it is the powermanagement, because the hang always happens at this point, when the display is going to dim. If I have the power plugged in, I don't get this problem. 
    Hope this will be fixed in later versions of bios / powermanagement.
    Best Regards

  • 7850 Twin Frozr III UEFI bios doesn't work with CSM mode off

    Hello, everyone! I'm using two 7850 twin frozr III with both having the 050 serial numbers and I've flashed both of my cards with the 050 uefi bios provided somewhere in this forum. The system works fine on legacy boot mode but the problem is that, whenever I turn off the CSM option in the bios to try and boot in fast boot, the system just won't boot. Kinda like no video or something.
    Here's my system specs:
    Asus m5a99x evo r2.0 motherboard (with the latest bios)
    2x 7850 Twin Frozr III in crossfire
    Phenom II 965 Processor
    8gb of ram (dual channel)
    650w 80+ bronze PSU
    2x 500gb WD Hard disk

    clear cmos of your mainboard, else contact mainboard vendor to have ask

  • Satellite Pro C50: Installation of Win 7 using UEFI boot mode

    I want to install Windows 7 Pro 64 bit on Sat Pro C50 (downgrade if you like - supplied with Win 8), but I want it UEFI booting, with GPT partitioning.
    I am happy to wipe existing partitions if that solves problem.
    I _have_ disabled Secure Boot.
    Booting Win 8 install DVD works;
    Setting CSM boot and booting from Win 7 DVD works - but this isn't what I want.
    Setting back to UEFI boot and boot Win7 install media - locks up at "Starting Windows" screen.
    Media _is_ good, works OK on other manufacturers' PCs.
    I am not convinced this is a Microsoft problem.

    Hi
    On Toshiba notebooks where UEFI BIOS is available, its necessary to disable secure boot and to change the boot mode to CSM in order to boot from external sources and to install other systems than Win 8 or Win 8.1
    Some workarounds in the internet describes the installation of Windows 7 in UEFI mode but I doubt this will be possible on Toshiba notebooks since the BIOS is different and modified for each notebook series.

  • My Mac Book pro recently started in safe boot mode and ever since I have had endless problems - To start with the keyboard will only input capitals and symbols althougth no locks are on and now I have a green wave on all white backgrounds! HELP!

    My Mac Book pro recently started in safe boot mode and ever since I have had endless problems - To start with the keyboard will only input capitals and symbols althougth no locks are on and now I have a green wave on all white backgrounds! HELP!

    Hi it's puzzled of Evesham....I didn't ask the question but have experienced exactly the same. I switched the computer on and it went straight to safe mode

  • My iphone keeps blocking in a "boot" mode... blackscreen with apple logo... the restarting (home and power button for 10 sec) doesn't work.

    my iphone keeps blocking in a "boot" mode... blackscreen with apple logo... the restarting (home and power button for 10 sec) doesn't work. when i get it in DFU mode and try restoring with itunes it remains the same... provider already "fixed" this problem twice with a "software update" only to get the same problem again... it just "reboots" this time it happened @ night while charging... previous time in my jacket pocket... this is the 3th time it happens, and my provider (Mobistar belgium) doesn't wish to exchange or refund my iphone witch clearly has something wrong 3 times same problem in 3 months...

    imanfromsweden wrote:
    Please apple support do you people have a convincing answer for us? Is there a solution? My phone is only 2 years old and was (2 hours ago), in top condition!!
    Please help....
    On belhalf of my fellow volunteers, the answer is, "We'll try our best." 
    My advice is to try not to treat this like it is a paid service provided by compensated professionals.  Ask nicely and one of the nice folks here might take some time out of their weekend to offer advice.

  • I have a macbook 2011 and its booting to the apple with a loading bar. it gets halfway and changes to a screen with the apple and a spinning circle. It spins untill it dies. will not boot to safe mode. Do not have orriginal osx disk either.... HELP :(

    i have a macbook 2011 and its booting to the apple with a loading bar. it gets halfway and changes to a screen with the apple and a spinning circle. It spins untill it dies. will not boot to safe mode. Do not have orriginal osx disk either.... HELP

    It happened after an update

  • Why did they take out the add all songs option with IOS7

    Why did they take out the add all songs option with IOS7

    I can not read the minds of the Adobe engineers or Marketing people. Nesting a sequence is not much more trouble than applying an effect.
    If you are creating a PIP, then a nested sequence is probably your solution. If you are not nesting, scale and crop, then put a white matte under it.
    This is not a great place for asking questions that have no answers outside of internal Adobe decisions. This is, however, a great place to get workarounds.

  • MSI GE60 0ND problems with graphics

    Hi everybody.
    I bought my MSI GE60 0ND about half a year ago, and I've recently restored it. This isn't the first time I've done that.
    This time though, my graphics are really terrible. I've installed the proper drivers and even tried to use older drivers for the GPU just in case the driver was the trouble maker. According to notebookcheck.net my GeForce GTX 660m should be able to run a game like Counter-Strike: Global Offensive really smooth. This isn't the case, tough. When first starting it out, it runs with around 80-120fps, but after a few minutes, it's down to 30-50fps.
    The power setting is set to "gaming". The driver is set to use the Nvidia graphics card both global and in-game. I've tried all kinds of different settings in-game.
    Another thing worth mentioning is, that when I disable the integrated graphics (Intel HD Graphics 4000), the Nvidia driver suddenly can't find the GeForce gfx-card.
    Does any one have an idea what is wrong? If you need more information, please just ask for it :-)
    Thanks in advantage!

    Quote from: Xandour on 26-November-13, 11:35:29
    Are you playing while plugging in and charging?
    It's charging :-)
    Quote from: darkhawk on 26-November-13, 11:52:44
    What are your temperatures when the FPS drops? Use CoreTemp to measure the CPU and MSI Afterburner to measure the GPU. That's a good place to start. Report what the temperatures are when the FPS drops and we'll see if high temperatures are your issue or not.
    Here is a screenshot .
    The CPU-temperatur seems way too high, but I'm setting with the laptop on my lap, and it doesn't seem almost 100degrees to me :-D Could it be wrong?
    BTW, does anything else seem weird to you?
    And thanks for the help both of you! :-)

  • MSi GE60 0ND - Fan has started to randomly speed up slow down

    MSi GE60 0ND-463UK
    I7 3630QM
    GTX660M
    Windows 8 64 bit
    As of yesterday, my laptop has started to weirdly (under no loading on GPU or CPU, CPU 20% max during HD video watching on Youtube/Twitch.tv) causing my fan to go from being quiet to shoot up in speed, this seems to stop when plugged in but when on battery power it's becoming more frequent. The only thing that is being done on the laptop when this happens is internet browser use.
    I cleaned my laptop 2 days before yesterday so it can't be a heat issue or dust issue. I'm quite clueless right now. I'm not what else to tell you, as that's all I've done. No updates to windows, no software updates on anything for over a week now I believe. Cable issue maybe?
    Hope I can get some info on this.

    Quote from: Svet on 06-February-14, 04:13:12
    Yes, indeed the MSI download servers seems to be crapped out right now.
    But i have a backup of wanted firmware at my PC,
    im attach it here for you.
    For flashing you can use >>Clear CMOS Guide<<
    point to mode 1 then point to archive file.
    wait the USB key to be prepared, then reboot your notebook.
    go in BIOS setup, then set boot mode to legacy,
    then save and exit, and press F11 at bios post/logo screen for BBC popup with storages,
    when USB key appear choose it to boot from it and proceed with update
    USB prepared properly according to the Software. Restarted my laptop
    Legacy mode engaged, saved ad exited, pressed F11, found my USB Kingston, and this is the message I received when selected. Not quite sure what it meant but clearly something is wrong.
    Intel UNDI, PXE 2-0 (build 083)
    Copyright (c) 1997-2000 Intel Corporation
    For Bigfoot PCIE Ethenet Controller v2.1.1.1(02/09/12)
    Check Cable Connection!
    PXE-N0F: Exiting PXE ROM
    Reboot and select proper boot device
    or insert Boot Media in selected boot device and press any key.
    (I did want ot upload the picture but it's taking forever for some reason)
    I did select my "Kingston" USB option in boot device options.

Maybe you are looking for

  • 'Stop' icon (no text) will not display if beside address on left side.

    I customized Nav tool bar by moving all icons to left end and in 'Show' picked icons only (no text). The 'Stop' icon is there while Customize is open but when 'Done' is clicked, 'Stop' icon disappears. You can put the 'Stop' icon anywhere else and it

  • Oracle 11g  PL/SQL---- OCP exam

    hai everyone, i am preparing for an oracle exam 1z0-146,ORACLE PL/SQL Developer Professional(ocp)...the sylabus hasbeen explained at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_146...but i am ignore abou

  • How do I install Fonts in FM12?

    Hello everyone, I've got the following problem: A customer has updated his PC to Windows 7. So he reinstalled FM12 on his new system. After that he wanted to install his fonts he had before on his old pc. I dont know how I could help him, so I would

  • Crashing like mad -  KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

    All of a sudden my Logic Pro is crashiing like crazy after years of running just fine. error report always has kern protection failure like the one listed in header. Anyone have any ideas? Job due in 2 days and it's killing me. Thanks for any help.

  • I have just ordered a mac pro , will this be ok for some app development work ?

    I am very new , had pc's all my life and expecting my first mac next week , I have wanting to get into app development and really wanted to know if the mac pro will be able to cut it ?