11-06-2017
08:54 PM
- last edited on
03-05-2024
08:23 PM
by
ROGBot
11-06-2017 09:59 PM
11-06-2017 10:49 PM
11-07-2017 04:53 AM
SlackROG wrote:
I tried to disabled CSM in the bios of 2202, but when I try to start Win7 it just restarts...
Is it possible to disable CSM and boot Win7 x64?
I remember that in rufus I had it set to the mbr/gpt settings, so I just went back to rufus and installed Win7 this time as only the uefi/gpt mode and I noticed the install completed looking different, creating the bootx64.efi which I didn't have before, I added it in manually before, so maybe now it's going to work.
11-07-2017 07:00 AM
11-07-2017 03:45 PM
11-07-2017 06:46 PM
SlackROG wrote:
@haihane, I didn't just read that you tried to defrag an SSD did I? LOL Cause if I did, you don't defrag an SSD.
From what I read Windows 7 only supports UEFI 2, which is why supposedly I can't get it installed, and need CSM enabled.
@ThrashZone, Secure Boot from my understanding has nothing to do with getting Win7 installed, or working with EFI.
The disk is GPT partition... So not sure why I need to disable Secure Boot since the BIOS is set as Other OS and everything boots up fine, I don't see that Secure Boot is getting in the way of anything.
Yes Linux is on the same drive, different partition of course... 🙂
GRUB works just fine dual booting and Linux works easy/great with EFI.
11-07-2017 07:19 PM
11-07-2017 07:50 PM
SlackROG wrote:
AHHHHH THESE CMDS WORK! WoOT 🙂
I started Win7 as normal with CSM enabled, then I ran each command one at a time, then rebooted, went into the BIOS and disabled CSM and it works!
Be sure to run the cmd prompt as Admin to do this! 😉
The only thing, I no longer see the Windows 7 startup screen, so I rebooted and unchecked the "No GUI boot" option and it works, not sure why someone removed this with these cmds I found online... Hmm
Click the Start button and in the Run or Search for programs and files text box, type msconfig and press Enter. ...
Click on the Boot tab. ...
On the Boot tab, uncheck the "No GUI boot" option.
Click OK.
It does boot a little faster with it disabled. 😉
Now to be honest this is a bit confusing, because the point of what I read online is that what is causing the issue is a lack of support for the VGA, so it's all be disabled. Now if that was 100% true, I personally don't get how I'm able to have the GUI boot enabled? Maybe someone can shed some light on this?
So bcdedit /set quietboot on doesn't have to be used if you still want the Boot Windows 7 Start Screen...
So try it and profit, just be sure to make a backup first! 😉
rem disable vga.sys 640x480 16 colors
rem ren %SystemRoot%\system32\drivers\vga.sys *.off
set Services=HKLM\SYSTEM\CurrentControlSet\Services
reg.exe add "%Services%\Vga" /f /t REG_DWORD /v "Start" /d 4
reg.exe add "%Services%\VgaSave" /f /t REG_DWORD /v "Start" /d 4
rem disable VGA at bootmgr
bcdedit.exe /set {current} bootlog yes
bcdedit.exe /set {current} bootstatuspolicy IgnoreAllFailures
bcdedit.exe /set {current} novesa on
bcdedit.exe /set {current} quietboot on