Black Screen with curser When Installing Windows 7 on Mavericks

I have been trying to install windows on my macbook pro via bootcamp all day today, i have put about 7 hours into it and i am very frustrated. I have followed the guides. I have updated my mac, installed the windows support drivers, i have the most recent bootcamp, I have windows 7 on a DVD with a usb optical drive.
So my problem comes when I get to installing windows. after i make the partion on bootcamp it trys to reboot to windows but instead goes to a black screen with curser. i have gone online and read through tons of forums that talk about this exact problem. i have attempted what they suggest such as booting while the usb with the windows support drivers is connected and boot to the windows disk using the option at boot. (Still black screen with curser) I have tried booting to the windows disk with no other external usbs attached but the optical drive. (still black screen). i have tried booting to another disk part of the DVD callled " EFI Boot" that pops up when holding option at boot up. When doing this windows 7 actually does start up  and starts the install process but when choosing the bootcamp disk to install to, it says it is the wrong format. so i tried to format it in the windows install as people have said but that did work. But people have also said on other forums that you cant boot windows using the EFi Boot or what ever its called so i dont think that is an option. I have repeatedly deleted the bootcamp partion and tried to partition it again but still get the black screen when booting up.
My mac is a Macbook pro mid 2012. It also is a mavericks whitch i have seen caused many others problems with bootcamp. so i have seen many answers to the black curser screen but none have worked with me. Do you guys have any suggestions or questions for me that would help me get this figured out? Thanks for the Help!

Simple fact is IF you have replaced the original built in DVD drive with a second HDD you will never be able to install Windows on your Mac, or at least not easily.
Apple has restricted Mac computers that originally come with a built in DVD drive to only install Windows from that built in drive When It Is Installed Inside the System.
These Mac's will not boot from the Windows installer from any other source, not USB stick or USB connected DVD drive no matter what make or model DVD drive it is.
So there are only three option.
1) Reinstall the original DVD Super drive in the Optical bay and whatever drive you want Windows install on to the main bay, install OS X on that drive in the main bay then use Boot Camp Assistant to install Windows. Once that has completed you can then switch around the drives to your liking.
2) Reinstall the Super drive to the Optical bay and whatever drive you want Windows install on to the Main bay. Do not install OS X and install Windows natively on the drive in the Main bay. The Windows 7 (and maybe a Win 8) DVD will boot the Mac computer from the DVD drive and you should be able to run the Windows installer, Partition and Format the drive for Windows only, MBR partition table, and complete the install of Windows on that drive. Then load the Apple Supplied Windows Support files you downloaded once Windows has finished the install.
Then move your drives around where you want them and install OS X on the other drive.
3) There are reports of being able to copy the Windows install files to a partition on one of the drives you will be using and then run the Windows setup, installer, from that partition. I have no information on exactly how to do that.

Similar Messages

  • Just tried setting up bootcamp on MacPro. Computer now boots to white screen before going to black screen with curser in upper left corner. Can anyone get me back to Mac operating system so I can start over again?

    Just tried setting up bootcamp on 2014 MacPro 13" laptop. Computer now boots to white screen before going to black screen with curser in upper left corner. Can anyone get me back to Mac operating system so I can start over again?

    Hi there rjr25350,
    You may find the information in the article below helpful.
    Boot Camp: Windows installation boots to black screen with blinking cursor
    http://support.apple.com/kb/TS4536
    -Griff W. 

  • Laptop black screen with mouse when booting from shutdown [solved]

    Ok I am kind of at a loss at the moment. I have done a fresh install of arch for a friend. When I boot the laptop from a shutdown status it boots and I see systemd proccessing, but as soon as it reaches the desktop it is just a black screen with the mouse cursor. To reach the desktop I have to press ctl alt f1 than ctl alt f2.  Here are some things I have done to tryand fix it.
    The laptop
    Dell
    pentium M T2060, mobile 945GM
    ~/.xinitrc
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval "$(dbus-launch --sh-syntax --exit-with-session)"
    fi
    export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
    exec openbox-session
    Openbox autostart.sh
    compton -CGb &
    pcmanfm --desktop &
    tint2 &
    sleep 4 && wbar
    slim.conf
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    xauth_path /usr/bin/xauth
    authfile /var/run/slim.auth
    numlock on
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    sessiondir /usr/share/xsessions/
    screenshot_cmd import -window root /slim.png
    welcome_msg Welcome to %host
    shutdown_msg The system is blowing up
    reboot_msg There is a virus...
    default_user tim
    auto_login yes
    current_theme default
    lockfile /var/lock/slim.lock
    logfile /var/log/slim.log
    I edited my hooks to look like this thinking that adding resume would help
    HOOKS="systemd modconf block resume filesystems keyboard fsck"
    Here is my syslinux.cfg
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    UI menu.c32
    #UI vesamenu.c32
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda1 rw
    INITRD ../initramfs-linuxY.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda1 rw
    INITRD ../initramfs-linux-fallback.img
    LABEL arch-ck
    MENU LABEL Arch Linux-ck
    LINUX ../vmlinuz-linux-ck
    APPEND root=/dev/sda1 ro init=/usr/lib/systemd/systemd elevator=bfq
    INITRD ../initramfs-linux-ck.img
    I have also tried linux-ck to try a different kernel with no luck. When I reboot the computer it goes to the desktop.
    Last edited by mich04 (2013-12-03 22:01:37)

    ok, so I think I have foud a solution that works for me.
    I created this file and added the following lines
    /etc/X11/xorg.conf.d/20-intel.conf
        Section "Device"
            Identifier  "Intel Graphics"
            Driver      "intel"
            Option      "AccelMethod"  "uxa"
          EndSection
    I have shutdown 3 times and it has booted to the desktop everytime. When I remove this file and go back to sna it reproduces the error of the black screen.

  • Boot Camp: Early 2011 MacBook Pro boots to black screen with blinking cursor after windows 7 installation.

    I bought and downloaded the windows 7 ultimate edition 64 bit iso, then proceeded to perform a correct burn to a DVD one at the slowest speed and one at the fastest. all went well. so I open Boot Camp assistant and follow the instructions to the letter, downloaded the driver support to the flash drive. partitioned my drive with more than enough room 150 gb. its starts its install. I get through everything seamlessly where I put in my info all with the exception of my activation code. yet it still continues to finalize the install and does another restart. boots back up to either A. black screen saying press any key to boot to my install disk. B. if I take it out just a white curser. also I read it may be because I had the flash drive in while I was trying to boot so I removed it as well, same result. any input would be much appreciated.

    Boot Camp- Windows installation boots to black screen with blinking cursor.

  • Sleep mode wakeup with black screen with curser for a few seconds

    when the computer goes to sleep, sometimes when i click anybutton, it gives me a black screen with a curer and then it apparing everything normally. whats the problem causing this

    I have the same problem but I do not know of any solutions. I am searching for one as well.
    Let me rephrase the issue I experience. After the display goes off because of the energy saving settings, and after moving the mouse (or pushing a key) to wake it up, the screen appears black (but with the presence of the mouse cursor, which can move and even change shape---to a hand or a hyphen---if the pad is clicked) and stays black for a couple of seconds, from 3 to 10 seconds I believe.
    The computer is not responsive after that but not before. The previous and normal behavior is intead for the screen to turn on immediately and the computer being responsive right away. Instead, now there is a window of 3-10 seconds where the screen is black with a cursor and the computer unresponsive.
    Of course, it is very frustrating. Please help.

  • K9N2 SLI Platinum Blue Screen of Death when installing Windows XP

    My hardware includes:
    •   MSI K9N2 SLI Platinum Motherboard
    •   Corsair XMS2 TWIN2X4096-6400C5
    •   GeForce 9800 GT 512MB GDDR3
    •   AMD Phenom X4 9850 Quad Core Processor, Black Edition 2.5GHz
                    4MB Cache 2000MHz [4000 MT/s] FSB
    •   Thermaltake  Ruby Orb Aluminum Core CPU Cooler
    •   UltraX3 850 Watt ATX Modular Power Supply
    •   [1] Western Digital 200MB7200 ATA133 [Not connected yet]
    •   [1] Maxtor 80MB ATA133 Drive  [Not connected yet]
    •   [1] Western Digital 500GB 7200RPM 16MB SATA II HARD DRIVE
    •   [2] Seagate 7200.11 ST3500320AS 500GB SATA Hard Drives With 32 MB Cache   
                    [Not connected yet]
    •   LG DVD-RW
    •   Toshiba DVD-ROM  [Not connected yet]
    •   AMI Bios  v02.61
    •   Antec Full Tower case
    After partitioning my drive with Fdisk I tried to install Win Xp. My plan was to format the drive with XP. XP starts up and runs through the initial system check then when it prepares to install I get the blue screen that says [my words] "Windows has shut down to prevent damage to your system. If drivers are mentioned try disabling them in the BIOS or get the latest bios update from the equipment manufacturer..."  The error is:
    Stop 0x0000007E  on the next line
    pci.sys - address f7480BFbase  at  f7487000  Datestamp 3b7d855c     
    Just never had these problems setting up a system and soon I will be able to say it took me 2 years to get this running.  Hope someone can help. Thanks

    Use XP Installation disk with SP2 or SP3 included to fix the BSOD.
    Simple your XP installation disk is outdated and cause troubles with latest hardware.

  • Black screen with white texts before Windows start in Boot Camp

    I just bought my Macbook 13" and installed Windows Vista in Boot Camp. Everything went fine, Windows run seamlessly with the native speed that's said. My only problem is when I start Windows, it goes through a black screen first with a lot of white texts. One is the message "Unrecognized partition table drive 80. Please rebuild using Microsoft Fdisk Tool." Among others, this message repeats a number of times before Windows start. I don't have any problem after that, except that it delay the start up. I have tried to change a lot of settings that is associated with start up, so far nothing work. Can somebody out there help.

    Highlight the phrase and add "Mac" to it, and do a look-up in Google.
    "Unrecognized partition table drive 80. Please rebuild using Microsoft Fdisk Tool."
    That error is listed on other threads and Microsoft, just easier to find and link thru Google than Apple forum search.
    Hopefully that will help. But I would boot from Vista DVD and go through the automatic system repair too.

  • Problem with black screen and crashes after installing windows 7 and bootcamp

    K, so I partitioned my internal HD using Bootcamp, installed a new copy of Windows 7 Home, put in my Mac OSX disk and installed the additional stuff. I can successfully log in to Windows and open the browsers I have installed: Comodo dragon and Mozilla FF. McAfee auto installed with FF and I have Comodo Antivirus installed.
    However, within minutes of use, my screen goes black, the computer does not shut down and reboot, I have to press the power button and wait a few secs for it to shut down then reboot. This has happened from both browsers while in Windows on Facebook in a game; while trying to save an attachment from an email via webmail and also while checking the inbuilt Windows settings for the display.
    The latter produced the following report (below) on reboot and when I hit the "look for a solution" button, the actual window vanished after a few secs.
    2 additional bits of info which may or may not be related:
    a) running windows troubleshooter I discovered I have prob with:
    driver for Inter (r) 5 series /3400 series chipset Family USB Universal Host Contoller - 3B3B
    - I Googled this and it seems a common prob. Tried the reinstall, didn't work, so disabled it as suggested on some of the forum posts.
    b) The OSX side of my computer seems to run fine most of the time, tho I have had the odd back screen, then wait, press reboot to power on and off in past as related in this post last month: https://discussions.apple.com/thread/4844797 (maybe a kernal panic..???)
    Would anyone know what is causing these probs or what I can do about them? My computer is no longer under warranty and the couple of times I had probs while it was, I was told the probs were to do with the power supply and given a new one, I'm not sure if they looked at the logic board. The OSX side has also had an ongoing prob to do with sudden shrinkage of the image content, which I mentioned to the geniuses at the Apple store b4, but as it wasn't acting up there they couldn't do anything about it... ( looks as tho sm1 changed the screen resolution and whatever is in the browser window shrinks, tho desktop, is never effected - if that makes sense!.) 
    All in all tho, does make me wonder if the prob is based in the graphics switching..???
    Problem signature:
      Problem Event Name:    BlueScreen
      OS Version:    6.1.7601.2.1.0.768.3
      Locale ID:    2057 Additional information about the problem:
      BCCode:    333
      BCP1:    0000000000000001
      BCP2:    0000000000000002
      BCP3:    0000000000000003
      BCP4:    0000000000000004
      OS Version:    6_1_7601
      Service Pack:    1_0
      Product:    768_1 Files that help describe the problem:
      C:\Windows\Minidump\032413-20872-01.dmp
      C:\Users\KittyH\AppData\Local\Temp\WER-166952-0.sysdata.xml Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt 

    When booting up hold down the option key and pick the Mac startup disk.  To make it automatic, once in your Mac side go to preferences, startup disk and pick the Mac disk.  Next time you boot up it will boot up to Mac OS.

  • Black Screen with Cursor (Tried most solutions)

    To save your time and mine, I’ve tried all options in “press f8” and “recovery disk”. Over the past 3 days, I read almost all threads, videos, articles, and official MS help containing any mention of this problem. I also applied many commands, created few
    “SystemRescue CDs” and “Kaspersky Rescue 10” on a usb drive. I follow instructions very well, and have never been stumped by a windows problem like this before. If someone solves this, you are a wizard!
    Nothing has worked so far, but I really want to figure this out and not ‘reinstall’. It appears to be a simple and popular problem: “Right after Win 7 boot Logo, I get black screen with white mouse cursor,
    no matter if I boot in safe mode, last good configuration, or normal startup”, but all the solutions that worked for most people are not working for me.
    TL;DR: (answers to any of the 7 questions in the end will help me out)
    Custom System: Win 7 64 bit (updated consistently), 4gb ram, Quad Core 2.66, 64GB SSD (Crucial M4) and 4 hard other drives. Only windows installations/updates have been installed onto the SSD, no other programs. Only 1 OS has ever been installed
    on this computer. Never dual booted.
    Mobo: Asus Maximus Formula. GPU: AMD HD7870LE
    2014-04-19
    I haven’t installed or downloaded any programs in the past 3 weeks, and did not notice anything unusual up until this incident.
    In the morning the computer went into hibernation because I was away, it couldn’t wake up (usually happens), so I turned off the power supply. Turned it back on, and computer resumed, I was concerned as it may have run out of hard drive space on my 64GB
    SSD (4GB free), but it booted fine.
    Later during the day, I decided to restart the computer, and as it booted up again, it went into “start up repair”. I let it run and restart, and it arrived at the dreaded Black screen with mouse cursor, of death, right before logon screen.
    Symptoms while on this black screen.
    Ctrl alt del doesn’t work, power off doesn’t work, cursor can move, pressing ‘shift’ many times doesn’t bring up the ‘sticky key’. No task manager.
    Hard drive is not loading anything, just idle.
    Computer falls asleep after 15 minutes or so, and can wake up back to this black screen, so it remembers my power settings
    Safe mode loads the drivers fine, but also gets stuck on the same ‘black screen with cursor’ forever
    I tried every option in the ‘advanced boot’, including ‘safe with command prompt, safe with networking, last known configuration, etc’
    Last known configuration, and all of the above, all boots to ‘black screen with cursor’, this means windows believed it booted fine the last time, so it remembered this configuration. That’s because all the drivers loaded without issue. While loading
    Safe Mode, I can see windows loading all the drivers ok.
    No restore or backups (I know, I do not deserve to live, lesson learned)
    I tried all applicable functions from the ‘recovery cd command prompt’, bcdedit, bootrec, diskpart, and still couldn’t get it to boot.
    Commands applied in Elevated Command Prompt from Installation DVD: (very careful with backups and overwriting)
    Diskpart -> list volume, tells me that 100mb is system reserved, the other 59GB has no label, and is a different partition
    Bootrec -> scanos, tells me that I have 0 windows installations, used fixboot, /fixmbr, /rebuildmbr, all successful. Mounting the drive later on RescueDisk’s TestDisk shows no problems with either partition.
    BCDedit: shows both boot manager and winloader to be on the same drive, and I referenced it with a typical BCDedit enum output, and nothing is out of place.
    I went into Regedit by typing “regedit” in command prompt in Win7 recovery cd, and confimed that ‘Shell=explorer.exe’ under:
    HKEY_local machine/software/microsoft/WindowsNT/Currentversion/winlogon.
    Sfc /scannow couldn’t run due to “Pending repairs/restart”
    So I used: SFC.EXE /scannow /offbootdir=c:\  /offwindir=c:\windows
    Which ran and repaired some errors the first time. I ran it more just to make sure, with restarts in between, it gave me
    Win resource protection did not find any integrity violations.
    So the system files appears to be fine and not corrupted.
    Bootrec /scanos does not detect any windows installations. “0 Windows installations identified”, yet “Diskpart -> Detail Disk” and bcdedit both detects the windows directory.
    From windows recovery disk:
    Startup Repair diagnosis: (Show Details)
    All tests completed successfully
    Boot status indicates that the OS booted successfully
    It seems that the system and the OS boots successfully, and windows believes it boots successfully (that’s why last know good configuration gives me the black screen also, and Win Startup Diagnosis all says it booted successfully”
    It’s the second before it enters into the logon screen, the black screen and movable cursor appears, and hangs here forever. What programs load during this step, and how can I find out this info? Is there a diagnosis tool that allows me to see the programs
    as they load during windows start up?
    Other attempts:
    Then I read it could be windows using “winresume.exe” instead of winloader.exe, since I have “hiberfil.sys” in C:\windows, so I backed it up and deleted it using SystemRescue.
    Another thread said “winevt” bad logs, in C:\windows\system32\winevt were causing this black screen, so I backed it up and deleted that also, and it still won’t boot.
    I plugged in the devices that were attached (just 1 ext hard drive, through a 10 port usb hub) that was connected while it went into hibernation on April 19th, and it didn’t help.
    The files on that disk and the file system is not corrupt; I tested it by taking it out and docking it on a usb Blax Duet, and my laptop did a scan disc, and it’s fine. The Sfc Scan also shows that it is ok.
    I also unplugged all the other sata drives, switched the SSD sata cable around to other sata ports to no prevail.
    So far I know:
    Very unlikely that it’s a virus problem, I haven’t installed or downloaded anything this month, scans from Kaspersky 10 rescue disk shows nothing, Farbar scan shows nothing. I also never install anything suspicious, like toolbars or junk. I scan regularily.
    Not a driver problem, since I haven’t changed or updated anything. I unplugged all devices, and starting in 640x480 mode also gives the black screen with cursor. Drivers all loaded fine while starting windows and safe mode
    Boot files are intact, windows system files are in the right place since windows actually boots into a shell? Both bootloader and boot manager show up in bcdedit enum scans
    Not due to system file corruption, since file integrity are confirmed ok by above CMD commands, and windows diagnostic tool, and testdisk.
    My questions:
    What could be the cause of this? I didn’t make any changes to BIOS, windows settings, perform any updates, suspicious activities, installations, or crashes, before this. The files on that disk and the file system are not corrupt either, I tested it by
    taking it out and docking it on a usb Blax Duet, and my laptop did a scan disc, and it’s fine.
    Which program (classpnp.sys? explorer.exe? winlogon.exe?) is being loaded right before “windows logon screen” that would cause it to hang with a black background and cursor?
    How can I find out this information? Is there a tool that can record all programs that are being loaded by windows at boot?
    I only have access to regedit, elevated command prompt, and I can change files through SystemRescue or Kaspersky recue, how can I get the computer to boot past that black screen with a mouse cursor? The answer seems so close.
    From the Rescue Disks, what could I really do to get past the black screen?
    Those who are computer technicians could tell me: If I take it to a computer shop or technician, what could they do in a situation like this aside from all of the above? Do they have some ‘next level’ access tools or are they just going to waste my time
    and tell me I have to reinstall?
    At the very worst, I will obviously reintall. On my 64gb SSD, I didn’t install any important softwares. All my important software installations are on a separate drive. However, will they still work if I did a ‘Inplace Upgrade’ install of windows? Does
    registry get wiped?

    Hi,
    Have you tried to take startup repair when booting with the rescue disk?
    Startup Repair
    And we'd better bring the PC to the vendors, then take an examination of the hardware health.
    How does the Bootrec /scanos show 0 installation identified? We may take a try with chkdsk from command line to check if there are any disk errors:
    Run Check Disk from a Command Line to Check for and fix Disk Errors
    Please also take a check if the system reserved partition is stay in health:
    Understand (and Get Rid of) the Mysterious Small Partition
    Another shoot, please try to rebuild BCD:
    Use Bootrec.exe in the Windows RE to troubleshoot startup issues
    Regarding the repair install, detailed information please take a check with the article below:
    How to do a repair install to fix Windows 7
    Hope this may help
    Best regards
    Michael Shao
    TechNet Community Support
    Did you read his post at all as it does not look like it.
    As to take it to a vendor "Custom System:"" Win 7 64 bit (updated consistently), 4gb ram, Quad Core 2.66, 64GB SSD (Crucial M4) and 4 hard other drives. Only windows installations/updates have been installed onto the SSD,
    no other programs. Only 1 OS has ever been installed on this computer. Never dual booted."
    As to your other suggestions he has tried them all as have thousands of us out here , all you have to do is search the internet  and you see millions of hits about this.
    And glad to see a moderator can mark a non answer as an answer.

  • While i was running boot camp to install windows 7 i had to cancel operation. Now my mac comes up black screen with a curser at top

    while i was running boot camp to install windows 7 i had to cancel operation. Now my mac comes up black screen with a curser at top

    First of all, start your Mac with the Alt key pressed until the boot manager apears. If your keyboard is wireless probably you should press the power button at the same time you start the Mac.
    After, go to Bootcamp Assistant and remove the windows partition and do all the process again.
    Remember to remove all the USB/Firewire/Thunderbolt devices that are attached to the Mac during the windows installation.
    Once windows boots for first time, install windows support software with all the drivers.
    IMPORTANT: If the windows partition doesn't boot correctly (Black screen with white blinking cursos at the left top corner) do this steps to boot windows:
    1- Start the Windows Installation DVD at system start.
    2- Click on Repair System, not install.
    3- Select Command Prompt
    4- Run these 3 commands: (Press enter for each command)
         Bootrec.exe /FixMbr
         Bootrec.exe /FixBoot
          Bootrec.exe /RebuildBcd
    5- Exit command line (type exit)
    6- Click on Restart button.
    7- Boot the Mac and you will see that It automaticaly loads windows
    Tell us how it goes!!
    PS: Sorry for my bad english!!!

  • Just bought a msi gtx 750 ti OC edition.when installed wont boot,ends in black screen and curser

    As stated in the title,i bought a gtx 750 ti.
    N750Ti-2GD5/OC
    The machine had a gt 620 in it,and runs great with it in.When i install the gtx 750 ti though,the system boot hangs on a black screen with underscore/curser,and a single beep.
    The system is an h8 1203,with a 460 power supply.
    I also have a gts 250,which also installs and works fine.Ive read a bit,and there is some problem with this card and the hp system ?something about bios type ? I couldnt quite follow what was being said.
    This question was solved.
    View Solution.

    Hi,
    If you upgrade to Windows 8 (install in UEFI mode) and apply the posted BIOS update then you should be able to get to video card to work.
    Be sure to create a set of the external HP recovery media before installing a new operating system.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • Black screen with blinking cursor when installing win 7/vista x64 osx 10.6

    i am using bootcamp 3 to install windows 7/vista x64 on osx 10.6.6.when i select install mac reboots and then all i get is a black screen with white cursor.
    i have created a 20gb partition with disk utility in fat32 and i had installed windows successfully when i was on osx 10.5.i tried erasing and creating new partition but same problem.
    any help will be appreciated

    This solved it for me!
    From another forum:
    "1. Put the Windows 7 installation disc in the disc drive, and then start your computer.
    2. Hold down Option key till all available disks are displayed and select DVD. Press a key when you are prompted.
    3. Select a language, a time, a currency, a keyboard or an input method, and then 4. click Next.
    5. Click Repair your computer.
    6. Click the operating system that you want to repair, and then click Next.
    7.In the System Recovery Options dialog box, click Command Prompt.
    Type (these commands are safe)
    Code: Bootrec.exe /FixMbr
    Code: Bootrec.exe /FixBoot
    Code: Bootrec.exe /RebuildBcd
    *Press ENTER after each command.*
    *Restart your computer.* "

  • Windows xp install -- black screen with no cursor

    I've seen a number of posts about Boot Camp installation problems involving a black screen with a blinking cursor, but my problem is simply with a black screen. On my MacBook Pro 15" Core 2 Duo (graphics card: ATY,RadeonX1600) I'm able to partition the HD, but then after I'm prompted in Boot Camp to insert the Windows XP install disk, the computer attempts to restart and install, but after a flash of grey screen, the screen goes totally black, and eventually the optical drive powers down (after whirring for a while) -- no cursor, no nothing. I've tried a number of suggestions I've seen elsewhere: my firmware seems up-to-date (at least that's what I'm told when I try to run both EFI and SMC firmware updates); the Windows XP is a brand-new, single-disk, SP2 install disk; I've tried holding down the option key upon reboot and selecting windows start-up. I've used Parallels with no problem under 10.4.X, but recently upgraded to 10.5.2, and thought I'd try a Boot Camp installation for better access to peripherals. Any suggestions?
    Model Name: MacBook Pro 15"
    Model Identifier: MacBookPro2,2
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.16 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 1 GB
    Bus Speed: 667 MHz
    Boot ROM Version: MBP22.00A5.B07
    SMC Version: 1.12f5

    Hello to all and it wanted to request aid to them on this subject, days ago I acquired a Imac 24"2.4GHZ Aluminum (generation previous to the last ones sent for a month),then it is that I have years with my macbook pro and always I have used bootcamp since was beta in Tiger, so installation experience I believe that I have a little.
    The problem is that in it is new machine I have partition my disc with the assistant without no problem, but when it is going to install Windows XP or Vista (the 2 I have them original) and boot the machine, it remains in gray screen and no nothing happens, reason why boot with option pressed and they leave systems both to me, followed this I select Windows and it is hoisted in the screen that nor the leader of the mouse moves.
    I have made the procedure as 10 times and proven with different sizes from partition (with its respective disc repair with the DVD of Leopard and the disc assistant) and nothing.
    Finally uses WinClone in my macbook pro and clone my partition of Vista Windows, recovers it in the Imac without no problem and it appears to me in startup but the same, I select Windows and there it remains. Fiirmware of the updated machine this and I am in OSX 10.5.3. I have proven everything until changes to the memories and nothing. Them request if somebody has had east problem and to most erudite of the forum I request aid to them to see if they can give me.
    Beforehand a million thanks to all,

  • My MacBook Pro just turned itself off while installing Windows 7. It has now got a black screen with a white flashing bar in the top left corner...what can I do?

    I was just installing windows 7 onto my MacBook Pro. I selected to have 200GB for Windows and the rest leave for Mac.
    I clicked install and the bar filled up as it should do. However, once the install had completed, my MacBook turned itself off. I assumed this was normal. Now, my MacBook has a black screen with a white flashing underscore in the top left corner.
    What is wrong and what should I do?

    Hold down the Option key when starting up then on the sceen that comes up select Mac OS X to boot from.
    The Win 7 install didn't go well and is hung in some way. You should use boot camp assistant to remove the win partition and start over.
    Make sure you are using a Retail version of Win 7. A Branded OEM version, like ones from Dell and HP, will NOT work to install Windows 7 on your Mac.

  • Black screen with no cursor after installing Windows 7 through Boot Camp on Retina MBP

    Hey all.
    So, I have a Retina Macbook Pro (15", late 2013). A couple weeks ago I tried to install Windows 7 on it through Boot Camp.
    After some struggles with trying to repair my disk with Disk Utility and having to recover the system etc, I finally managed to actually install Windows 7. However, after the installing was ready, when Windows was supposed to boot, it just gave me a black screen with no cursor. I really had no idea what to do there, I tried to do some research from google but only found answers regarding a black screen with a cursor DURING the installation. However, I managed to launch Windows in safe mode. I deleted graphics drivers that bootcamp assistant had installed, and then it worked and I got to boot Windows succesfully.
    However, as probably all of you know, you can't do much without those drivers. Games, videos, overall performance of the system is kinda horrible.
    After that, I wiped the whole system, Mac and Windows, and reinstalled Mac. During the Windows installation I was running on Mavericks, now I've got Yosemite. I might try installing Windows again next week, does anyone have any clue why the black screen happened? What could I have done wrong? And the most important question in my mind, in case that happens, is there any way to install the graphics drivers manually from somewhere? After I uninstalled 'em earlier, I tried to find them manually, but couldn't find any.
    Thanks!

    Yes, that's exactly what was the problem in the first place, I had a USB3 device. Switched to USB2 device and the installation progress started flawlessly.
    The later part I didn't quite get. What are those installation methods, how could they cause the problem there? I had no problems during the installation, but after installation when launching Windows I had the black screen, and that I suppose was GPU drivers problem if I'm not totally wrong? I could hear the basic Windows system beeps etc when I tried clicking everywhere (had no cursor either, just clicking randomly), so the system was running there, but just didn't draw the picture at all.

Maybe you are looking for