I already had it installed.You did not follow them quite as perfectly as you thought. To start with, looks like you did not install VirtualBox.
I already had it installed.You did not follow them quite as perfectly as you thought. To start with, looks like you did not install VirtualBox.
Try "sudo VirtualBox" in Terminal.I already had it installed.
This is not for you. Search forum for, and use, another method.I’d really like to not have to do it a fifth time.
This is not for you. Search forum for, and use, another method.
All right, never mind. Same problem as all the other ways I’ve tried. Black screen, flashing cursor. No matter what version of Windows, no matter type of ISO, no matter what method. I’m done. Thanks anyway, everyone.![]()
Installing Windows 10 in Legacy/BIOS mode in cMP with Boot Camp Assistant
Installing Windows 10 in Legacy/Bios mode in classic Mac Pro is easy. You will have to use a modified Bootcamp assistant, which I attached to this post or make your own using this guide. The installation has been tested on High Sierra partition with HFS+ partitioning scheme. The only limitation...forums.macrumors.com
Windows Install - Browse Files at SourceForge.net
Installing Windows from macOS. Suitable for Hackintosh and Macintoshsourceforge.net
Black screen, flashing cursor. No matter what version of Windows, no matter type of ISO, no matter what method. I’m done. Thanks anyway, everyone.
It wouldn't here given that the installation has not been completed.You'll need to wait until Windows Update downloads the GPU drivers
I did everything ...
Correct. I won’t be called incompetent or illiterate again, so don’t bother. I tried multiple ISOs directly from Microsoft’s servers. I tried “totally legitimate” ISOs. I used the baseline hardware configuration with which my Mac Pro shipped. Same results every time. I know what I’m ****ing doing. It’s pretty simple to read and follow instructions when they’re all laid out. But when even regular websites barely even mention a black screen with a flashing cursor, there’s little to be done afterward. If it’s a Windows Update problem, those IPs are blocked on my network and so I’ll just wash my hands of the whole affair.Surely, there is no way anyone would ignore repeated instructions and when things do not work afterwards, conclude that something else must be the reason.
It's not a Windows Update issue, or one of which ISO you used, but one of whether you ensured that you have a Pre-Boot Config Screen available, as listed as the every first requirement here, before you started the process.If it’s a Windows Update problem, I’ll just wash my hands of the whole affair.
Good thing I’m immune to gaslighting, because otherwise I’d be questioning my sanity with this continually being said in the face of what I’ve tried. This good enough? Or do people not call this the pre-boot screen anymore? Every single time, every single method, every single ISO. Same result. Plugged into a GT 120 explicitly so that I’d be able to see the boot picker instead of having to do it blind.…whether you ensured that you have a Pre-Boot Config Screen available…
…if you do not have a display after this reboot…
…the Pre-Boot Screen AKA "BootScreen"…
…you need to hold the OPTION key when booting and select the Windows option there to complete the installation. This is required regardless of which method you use.
What type of disk are you trying to install to and how/where is it connected to your Mac?
Also, is there anything else on the disk?
Use the script at https://gist.github.com/joevt/a99e3af71343d8242e0078ab4af39b6c to gather info about your disks and partitions. Zip the result and attach to a new post so we can examine it.Standard HDDs. Mac drive is in slot 1, spare data’s in slot 2, Windows in slot 3, and my Time Machine drive is slot 4. They’re all SATA II drives in the Mac Pro’s SATA II ports. Only one partition on the Windows drive, and I reformatted it manually as MBR+ExFAT before every attempt with Windows Install (even after the failed ones, where it seemingly wrote nothing to the drive but clearly did), and as MBR+FAT for the VirtualBox tutorial (this thread).
##
# Run "diskutil list" to verify "/dev/disk??" first --- IMPORTANT!
# Change "/dev/disk??" to match as needed
##
sudo gpt destroy /dev/disk??
##
# Assumes you named the VM as "WIN10" in the configuration step
##
sudo VBoxManage setextradata "WIN10" "VBoxInternal/CPUM/ResetBehavior" "powerOff"
sudo VBoxManage getextradata "WIN10" "VBoxInternal/CPUM/ResetBehavior"
. Should return "powerOff" if set.You got it, boss. The HDD in question in the report is disk1. This file with my most recent (failed) Windows install (black screen, flashing cursor)–using Windows Install–still partitioned. I can run it again after clean wiping the disk with nothing on it if you need that, or I can run the VirtualBox tutorial and do it.Use the script at https://gist.github.com/joevt/a99e3af71343d8242e0078ab4af39b6c to gather info about your disks and partitions. Zip the result and attach to a new post so we can examine it.
I’m running all of this off the GT120 that shipped with my Mac Pro, which I keep around for troubleshooting any OS so I can get a pre-boot screen and access to install discs or the recovery partition. I’ve left my GTX 980 installed for convenience’s sake, though nothing is connected to it (so no OS should be trying to output video to it). Other than that, no. Should I just pop the 980 and try again?Do you have any PCI cards installed besides the GPU?
I’ve thought about that quite a bit, with the trial and error I’ve had to do. For example, after accidentally invoking Windows Install with SIP still on (it turns itself back on between reboots and I forget about that…), I’ve noticed that the application always errors out if I don’t do a clean disk wipe with Disk Utility before attempting to reinstall. I was guessing the same thing–the previous format “kept its data” even though the utility said it was wiping it on its own.Now, there is an underlying issue where an existing previously working installation could no longer be booted and this has apparently extended to attempts to reinstall on the same HDD. A potential fix would be to nuke the disk before remounting and then formatting for whichever installation method you prefer.
Does that signal get sent at the start of the 10 second countdown during Windows’ installation program, or only at the end? I know I’m asking about Microsoft knowledge now…This setting will make the VM automatically power off on receiving a reboot signal.
Will do; good idea. I hadn’t been doing that because these methods were “safer” than what I’m used to. Years ago, when I’d be installing various older Windows directly from a DVD, I would always pop all my other drives so that there’d be no way for Windows to say, “Hey, this looks like a good disk to use!” and delete something I didn’t want deleted. Worse, because I had identical models of drives back in the day, so they’d all report bare names with the same manufacturer and same size.Disconnect the Time Machine and Data disks as well as any external disks and any disks on PCI Slots.
So you’re saying it might be possible to boot from a Windows install USB drive and run troubleshooting to restore them? But won’t those EFI files write incorrectly to the NVRAM/BootROM and cause the problem I’ve just reconstructed my BootROM to avoid?On a PC with improper boot files, to avoid having to reinstall you would restore the MS EFI boot files from Windows Recovery or use tools like EasyBCD to verify / create the boot paths.
I Would also mention PRAM reset if the Mac is not easily switching EFI/CSM contexts
Oh, goodie. Guess what didn’t work and restarted on its own anyway while I wasn’t paying attention. **** my life.sudo VBoxManage setextradata "WIN10" "VBoxInternal/CPUM/ResetBehavior" "powerOff"
Check "ResetBehavior" status withsudo VBoxManage getextradata "WIN10" "VBoxInternal/CPUM/ResetBehavior"
. Should return "powerOff" if set.
In the current output, I don't see anything strange but there's some missing info that I'm looking for (to detect boot code in the MBR and VBR). Looks like there's a bug in the script. What version of macOS did you run it on? I might need to make a fix for your OS.You got it, boss. The HDD in question in the report is disk1. This file with my most recent (failed) Windows install (black screen, flashing cursor)–using Windows Install–still partitioned. I can run it again after clean wiping the disk with nothing on it if you need that, or I can run the VirtualBox tutorial and do it.
One graphics card might be better. Try running with just the GT120.I’m running all of this off the GT120 that shipped with my Mac Pro, which I keep around for troubleshooting any OS so I can get a pre-boot screen and access to install discs or the recovery partition. I’ve left my GTX 980 installed for convenience’s sake, though nothing is connected to it (so no OS should be trying to output video to it). Other than that, no. Should I just pop the 980 and try again?
10.13.6What version of macOS did you run it on?
I will tell you that whatever ancient method I used to update to High Sierra back in the day, I’ve never undone it. It’s not OpenCore, it’s whatever people used before that. And my previous Windows install was almost certainly EFI-based, but that hard drive has been completely wiped at least 30 times in the course of me trying to do this now.there's some missing info that I'm looking for (to detect boot code in the MBR and VBR)
Sure. Try VirtualBox, Windows Install, or both?One graphics card might be better. Try running with just the GT120.
Can’t I just do it blind, like I’ve been doing for years? It uses a display shared with a Mac mini (I just switch inputs), so I have the display plugged into the good card all the time rather than needing to switch back and forth between cards. I hold Option, wait 15 seconds (how long, I’ve discovered, it takes the Mac Pro to pull up the menu), tap right arrow twice (for my old install; it’s showing up as just once now), and then hit Return. Screen’s black (off black, not on and black) the whole time I do this, but Windows always recognized itself and booted right up afterward.Except you can't choose the boot disk with the option key at startup with a GPU that doesn't have EFI support for your Mac. In that case, you would have to choose the startup disk with the Startup Disk preferences panel…
This was it. I removed my GTX 980 and did the VirtualBox install again. Booting to the raw drive flashed the cursor for two seconds before moving on to “Getting things ready…” It rebooted itself, I went back to Windows, and now I’m on the “Just a moment…” screen. So it’s still stuck, but this is no longer a tutorial problem or a me problem, it’s a Windows problem. And I know what to do with those! Blame Microsoft!Do you have any PCI cards installed besides the GPU?
Having an unconnected GPU present was a potential misconfiguration ... Cannot really cover such.Add: “Make sure you have no PCIe cards installed other than the GPU you’re using to get a boot screen" to the General Preparation Section.
Even if it does, a "Lowest Common Denominator" target is best ... Ditching this.Forcing VirtualBox to power itself off didn’t work for me but might for others.
Did you nuke the disk at any point?OH, I CAN SET UP NOW!