I decided that it would be a good idea to know how to do this, so I
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 95/98/ME:
Press F8: Restart your computer and repeatedly press the F8 key
right before the Windows logo appears.
Select Safe Mode: Choose Safe Mode from the boot menu.
Windows 2000:
Press F8: Similar to Windows 95/98/ME, restart your computer and
press F8 before the Windows logo appears.
Select Safe Mode: Pick Safe Mode from the boot options.
Windows XP:
Press F8: Restart and press F8 key before the Windows logo shows up.
Select Safe Mode: Navigate to and select Safe Mode from the Advanced Options menu.
Windows Vista and Windows 7:
Press F8: Restart your computer, and before the Windows logo
appears, press F8.
Select Safe Mode: Choose Safe Mode from the Advanced Boot Options menu.
Windows 8 and 8.1:
Shift + Restart:
Open the Charm Bar with Win + C.
Click on Settings > Power while holding the Shift key, and
select Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > Update & Security > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
System Configuration:
Press Win + R, type msconfig, and press Enter.
Go to the Boot tab and check Safe boot.
Click Apply and then OK.
Restart your computer.
Windows 11:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > System > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above. ______________________________________________________________________________
Hmmm....
I decided that it would be a good idea to know how to do this, so I
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 95/98/ME:
Press F8: Restart your computer and repeatedly press the F8 key
right before the Windows logo appears.
Select Safe Mode: Choose Safe Mode from the boot menu.
Windows 2000:
Press F8: Similar to Windows 95/98/ME, restart your computer and
press F8 before the Windows logo appears.
Select Safe Mode: Pick Safe Mode from the boot options.
Windows XP:
Press F8: Restart and press F8 key before the Windows logo shows up.
Select Safe Mode: Navigate to and select Safe Mode from the Advanced Options menu.
Windows Vista and Windows 7:
Press F8: Restart your computer, and before the Windows logo
appears, press F8.
Select Safe Mode: Choose Safe Mode from the Advanced Boot Options menu.
Windows 8 and 8.1:
Shift + Restart:
Open the Charm Bar with Win + C.
Click on Settings > Power while holding the Shift key, and
select Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > Update & Security > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
System Configuration:
Press Win + R, type msconfig, and press Enter.
Go to the Boot tab and check Safe boot.
Click Apply and then OK.
Restart your computer.
Windows 11:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > System > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above. ______________________________________________________________________________
Hmmm....
On 25/02/12 06:06 AM, Allan Higdon wrote:
On Wed, 12 Feb 2025 07:51:24 -0600, John C. <r9jmg0@yahoo.com> wrote:
I decided that it would be a good idea to know how to do this, so I
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 95/98/ME:
Press F8: Restart your computer and repeatedly press the F8 key
right before the Windows logo appears.
Select Safe Mode: Choose Safe Mode from the boot menu.
Windows 2000:
Press F8: Similar to Windows 95/98/ME, restart your computer and
press F8 before the Windows logo appears.
Select Safe Mode: Pick Safe Mode from the boot options.
Windows XP:
Press F8: Restart and press F8 key before the Windows logo shows up. >>>
Select Safe Mode: Navigate to and select Safe Mode from the Advanced >>> Options menu.
Windows Vista and Windows 7:
Press F8: Restart your computer, and before the Windows logo
appears, press F8.
Select Safe Mode: Choose Safe Mode from the Advanced Boot Options
menu.
Windows 8 and 8.1:
Shift + Restart:
Open the Charm Bar with Win + C.
Click on Settings > Power while holding the Shift key, and
select Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode >>> with Networking.
Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode >>> with Networking.
Settings:
Go to Settings > Update & Security > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
System Configuration:
Press Win + R, type msconfig, and press Enter.
Go to the Boot tab and check Safe boot.
Click Apply and then OK.
Restart your computer.
Windows 11:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode >>> with Networking.
Settings:
Go to Settings > System > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
______________________________________________________________________________
Hmmm....
This how I do it.
To enable Safe Mode, I use a batch file with these 2 lines.
bcdedit /set {default} safeboot minimal
shutdown /r /t 0
To disable Safe Mode and return to normal boot, I use a batch file with
these 2 lines.
bcdedit /deletevalue {default} safeboot
shutdown /r /t 0
Thanks for replying, Allan, but what about trying to get into Safe Mode
from a cold boot?
On Wed, 12 Feb 2025 07:51:24 -0600, John C. <r9jmg0@yahoo.com> wrote:
I decided that it would be a good idea to know how to do this, so I
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 95/98/ME:
Press F8: Restart your computer and repeatedly press the F8 key
right before the Windows logo appears.
Select Safe Mode: Choose Safe Mode from the boot menu.
Windows 2000:
Press F8: Similar to Windows 95/98/ME, restart your computer and
press F8 before the Windows logo appears.
Select Safe Mode: Pick Safe Mode from the boot options.
Windows XP:
Press F8: Restart and press F8 key before the Windows logo shows up. >>
Select Safe Mode: Navigate to and select Safe Mode from the Advanced >> Options menu.
Windows Vista and Windows 7:
Press F8: Restart your computer, and before the Windows logo
appears, press F8.
Select Safe Mode: Choose Safe Mode from the Advanced Boot Options
menu.
Windows 8 and 8.1:
Shift + Restart:
Open the Charm Bar with Win + C.
Click on Settings > Power while holding the Shift key, and
select Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > Update & Security > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
System Configuration:
Press Win + R, type msconfig, and press Enter.
Go to the Boot tab and check Safe boot.
Click Apply and then OK.
Restart your computer.
Windows 11:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > System > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
______________________________________________________________________________
Hmmm....
This how I do it.
To enable Safe Mode, I use a batch file with these 2 lines.
bcdedit /set {default} safeboot minimal
shutdown /r /t 0
To disable Safe Mode and return to normal boot, I use a batch file with
these 2 lines.
bcdedit /deletevalue {default} safeboot
shutdown /r /t 0
I decided that it would be a good idea to know how to do this, so I
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 95/98/ME:
Press F8: Restart your computer and repeatedly press the F8 key
right before the Windows logo appears.
Select Safe Mode: Choose Safe Mode from the boot menu.
Windows 2000:
Press F8: Similar to Windows 95/98/ME, restart your computer and
press F8 before the Windows logo appears.
Select Safe Mode: Pick Safe Mode from the boot options.
Windows XP:
Press F8: Restart and press F8 key before the Windows logo shows up.
Select Safe Mode: Navigate to and select Safe Mode from the Advanced Options menu.
Windows Vista and Windows 7:
Press F8: Restart your computer, and before the Windows logo
appears, press F8.
Select Safe Mode: Choose Safe Mode from the Advanced Boot Options menu.
Windows 8 and 8.1:
Shift + Restart:
Open the Charm Bar with Win + C.
Click on Settings > Power while holding the Shift key, and
select Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > Update & Security > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
System Configuration:
Press Win + R, type msconfig, and press Enter.
Go to the Boot tab and check Safe boot.
Click Apply and then OK.
Restart your computer.
Windows 11:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > System > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above. ______________________________________________________________________________
Hmmm....
One of the first tweaks I perform after installing Windows 10 is to
disable Fast Startup. While I already have Fast Startup disabled on my
Win10 setup, I'll wait to see if the #4 method above works to let you
cold boot into Safe Mode using the F8 key. If you try it, please reply
if it worked for you, or not. I'm interested since if it works then
I'll use it, too.
On Wed, 12 Feb 2025 07:51:24 -0600, John C. <r9jmg0@yahoo.com> wrote:Great idea if you only have one boot option, but I have 4. Which become default when you
I decided that it would be a good idea to know how to do this, so I
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 95/98/ME:
Press F8: Restart your computer and repeatedly press the F8 key
right before the Windows logo appears.
Select Safe Mode: Choose Safe Mode from the boot menu.
Windows 2000:
Press F8: Similar to Windows 95/98/ME, restart your computer and
press F8 before the Windows logo appears.
Select Safe Mode: Pick Safe Mode from the boot options.
Windows XP:
Press F8: Restart and press F8 key before the Windows logo shows up. >>
Select Safe Mode: Navigate to and select Safe Mode from the Advanced >> Options menu.
Windows Vista and Windows 7:
Press F8: Restart your computer, and before the Windows logo
appears, press F8.
Select Safe Mode: Choose Safe Mode from the Advanced Boot Options menu.
Windows 8 and 8.1:
Shift + Restart:
Open the Charm Bar with Win + C.
Click on Settings > Power while holding the Shift key, and
select Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > Update & Security > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
System Configuration:
Press Win + R, type msconfig, and press Enter.
Go to the Boot tab and check Safe boot.
Click Apply and then OK.
Restart your computer.
Windows 11:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > System > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
______________________________________________________________________________
Hmmm....
This how I do it.
To enable Safe Mode, I use a batch file with these 2 lines.
bcdedit /set {default} safeboot minimal
shutdown /r /t 0
To disable Safe Mode and return to normal boot, I use a batch file with these 2 lines.
bcdedit /deletevalue {default} safeboot
shutdown /r /t 0
I decided that it would be a good idea to know how to do this, so I
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 11:...
Shift + Restart:
Hmmm....
I decided that it would be a good idea to know how to do this, so I
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 95/98/ME:
Press F8: Restart your computer and repeatedly press the F8 key
right before the Windows logo appears.
Select Safe Mode: Choose Safe Mode from the boot menu.
Windows 2000:
Press F8: Similar to Windows 95/98/ME, restart your computer and
press F8 before the Windows logo appears.
Select Safe Mode: Pick Safe Mode from the boot options.
Windows XP:
Press F8: Restart and press F8 key before the Windows logo shows up.
Select Safe Mode: Navigate to and select Safe Mode from the Advanced Options menu.
Windows Vista and Windows 7:
Press F8: Restart your computer, and before the Windows logo
appears, press F8.
Select Safe Mode: Choose Safe Mode from the Advanced Boot Options menu.
Windows 8 and 8.1:
Shift + Restart:
Open the Charm Bar with Win + C.
Click on Settings > Power while holding the Shift key, and
select Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > Update & Security > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above.
System Configuration:
Press Win + R, type msconfig, and press Enter.
Go to the Boot tab and check Safe boot.
Click Apply and then OK.
Restart your computer.
Windows 11:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
Settings:
Go to Settings > System > Recovery.
Under Advanced startup, click Restart now.
Follow the same steps as above. ______________________________________________________________________________
Hmmm....
Yep. It's annoying. I am trying to get away from Windows to Linux. macOS
is OK, but Apple also is doing crazy stuff these days. :(
Yep. It's annoying. I am trying to get away from Windows to Linux. macOS
is OK, but Apple also is doing crazy stuff these days. :(
On Wed, 2/12/2025 8:51 AM, John C. wrote:
I decided that it would be a good idea to know how to do this, so I...
looked it up and... my God... what an absolute clusterfuck.
Gone are the simple days of pressing F8 while starting your computer.
This is a history (according to CoPilot) of the process:
Windows 11:...
Shift + Restart:
Hmmm....
Is that really necessary ?
Administrator window (Command Prompt only):
bcdedit /set {bootmgr} displaybootmenu True
That changes the menu type from "tile" to "text".
In addition, in text mode, an F8 option is offered.
You just press F8 then, and you are in Safe Mode menu.
I turn off hibernation, to reduce the complexity of using Windows.
This eliminated Fast Boot, and having problems editing things later,
in an offline mode. For example, if a disk is running Tiles and
has no F8, I can use the Troubleshooting part of the installer DVD,
and the command prompt in there will allow me to add:
bcdedit /store C:\boot\BCD /set {bootmgr} displaybootmenu True # assumes there is a C:\boot\BCD file
and then the next boot of the hard drive I just edited,
I get the text menu with the F8 option offered on the screen.
[Picture] Now the menu includes an F8 at startup, fallthru after 30 seconds
https://i.postimg.cc/KYsbFCsC/display-boot-menu-windows-11.gif
Ant wrote:
Yep. It's annoying. I am trying to get away from Windows to Linux. macOS
is OK, but Apple also is doing crazy stuff these days. :(
This is wonderful. Linux has a very easy way to get into safe mode. The
rest of the time you can watch porn videos and Microsoft won't even know
what the heck you are doing on Linux.
Why do you have to try? Is it difficult to get away from Windows? John C might have a solution for you. He hates Indians and Chinese and I am not saying he is racist bigot.
Gone are the simple days of pressing F8 while starting your computer.
On 25/02/12 06:06 AM, Allan Higdon wrote:[...]
This how I do it.
To enable Safe Mode, I use a batch file with these 2 lines.
bcdedit /set {default} safeboot minimal
shutdown /r /t 0
To disable Safe Mode and return to normal boot, I use a batch file with these 2 lines.
bcdedit /deletevalue {default} safeboot
shutdown /r /t 0
Thanks for replying, Allan, but what about trying to get into Safe Mode
from a cold boot?
</you>Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
John C. <r9jmg0@yahoo.com> wrote:
On 25/02/12 06:06 AM, Allan Higdon wrote:[...]
This how I do it.
To enable Safe Mode, I use a batch file with these 2 lines.
bcdedit /set {default} safeboot minimal
shutdown /r /t 0
To disable Safe Mode and return to normal boot, I use a batch file with
these 2 lines.
bcdedit /deletevalue {default} safeboot
shutdown /r /t 0
Thanks for replying, Allan, but what about trying to get into Safe Mode
from a cold boot?
Without any preparation, you can do:
Cold boot while pressing the get-into-BIOS key (in my case, for HP computers, the 'esc' key). This will give a BIOS Startup Menu which has several choices, probably including 'F11 System Recovery' (or similar wording), selecting that, will bring you in the UEFI part of your
computer, which gives the same as 'Navigate to Troubleshoot' in:
<you>
</you>Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
I.e. in 'old'(er) computers it was simple because they only had the
BIOS, but they had limited functionality. In 'new'(er) computers, it's
more complicated, because the UEFI (and its (sort-of) legacy BIOS) has
much, much more functionality.
Just to note, Windows' safe mode is not a cure-all state. It has limitations, like:
- Cannot install drivers, or anything at ring 0.
- Loads with only essential drivers and services (i.e., what Microsoft
deems essential). Only core drivers and system files are loaded.
- No network connectivity, by default.
- Can't run most applications. You can run Windows-bundled programs,
but not externally installed programs.
- Cannot install new programs in safe mode, but you can uninstall.
- Basic user interface. Advanced features and visual elements are
missing.
- Malware can still function in safe mode, but not if for an infected
externally installed app since those don't run in safe mode (so an
infected app can't run, but will when you resume normal startup mode).
OS vulnerabilities still exist in safe mode.
It's for a restricted version of the OS to help with troubleshooting,
but without loading the drivers or software that may be potentially
causing problems. Safe mode can help, but it is not a comprehensive solution, and when you reboot into normal mode the problems can
reappear.
Safe mode hasn't helped me much. There were times I installed software
that caused Windows to hang or crash on every boot. I could boot into
Safe Mode, and then reboot into normal mode to correct the problem. If
that didn't work, I'd boot into Safe Mode to elect to restore old good configuration data (the registry stores this under HKLM\ControlSetxxx,
where xxx is a number, and CurrentControlSet reflects whichever is the current one). If the registry is corrupted, you may not have old
configs to restore back to. If the boot manager is corrupt or missing,
you can't load an OS or its boot menu.
Instead I rely on image backups: monthly full, weekly differential,
daily incremental. These are scheduled, and cover all partitions for
the OS. Relying on humans to do backups means they don't get done, are
too far apart (too much lost in a restore), or not saved at the proper moment. Humans are unreliable. When there is a problem that I cannot correct within the existing load of the OS, yep, time to restore from an image backup which can run as a BCD entry (often a .dat file containing WinPE), or booted from a CD or USB drive. And, NO, System Restore
snapshots are not a suitable substitute for image backups. I turn off
System Restore as it is unreliable and very incomplete. I don't want to
mend the OS. I want to restore it to a prior state. Mending often
fails. Get a new pair of socks just like you ones you had before they
got damaged, or mend them and suffer with walking on the mend.
I wouldn't rely on System Restore which disable it since image backups
are far more reliable. I don't rely on Safe Mode, but it has helped,
like maybe twice in 4 years. Those are stopgap mends that might work,
are simple to do, and quick. My image backups get me backup to the same state when the setup was working, but take a little longer. In fact,
before I install any software, or do Windows updates, I save an image
backup (incremental). Instead of uninstalling the software (where I
often have to perform remnant registry and file cleanup), or using
system restore snapshots (to mend the OS, but doesn't touch installed
apps), I restore from the image backups, and, poof, I'm back to the
prior state before any of those changes. Restoring from an incremental
image takes about 5 minutes -- less time than rebooting into Safe Mode, troubleshooting, and rebooting into normal mode.
System Restore and Safe Mode are there to compensate for users that
don't schedule image backups (at a granularity of what to lose between
the backups, so shorter intervals means less loss on restore, but more backups to save). Don't start me on the crappy MS Backup program,
unless you're the type that thinks MS Paint is the end-all app versus a
far more robust 3rd-party app. Paint, Notepad, System Restore, Safe
Mode are uber-basic tools. There are much better solutions.
On 25/02/16 06:02 AM, Frank Slootweg wrote:[...]
Thanks for this info, Frank. However, my desktop dates back to *ahem*
*cough* about 2010. No UEFI.
<you>
</you>Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
I just found:
https://www.tenforums.com/tutorials/22455-enable-disable-f8-advanced-boot-options-windows-10-a.html
which mentions using Paul's bcdedit command line specifying the bootmgr object, but uses yes instead of True to enable the boot-time menu. It
also shows using the bcdedit command line specifying the default object
that the Minitool article suggested.
It turned out that what was causing my problem was a data cable to one
of my internal hard drives that wasn't pushed all the way in. I
unplugged all my drives by the SSD when I reinstalled W10 Pro, but when
I plugged the drives all back in after the reinstall, I must not have
pushed that cable all the way in. Regardless, the problem is fixed now.
John C. <r9jmg0@yahoo.com> wrote:
On 25/02/16 06:02 AM, Frank Slootweg wrote:[...]
Thanks for this info, Frank. However, my desktop dates back to *ahem* *cough* about 2010. No UEFI.
Are you sure that your desktop doesn't have UEFI? UEFI started in 2005
and by 2007 already had its third spec (version 2.0). UEFI can be quite 'invisible if you don't know it's there and don't know how to enter it.
An easy way to tell one or the other is just try the recipe you
posted:
<you>
</you>Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode
with Networking.
If where it says 'Navigate to Troubleshoot' you get a screen labeled 'Choose an option' which includes the mentioned 'Troubleshoot' option,
you *do* have UEFI.
Alternatively, you can use Computer Management -> Storage -> Disk Management. If that lists an 'EFI' partition, you have UEFI.
Even simpler if you have Macrium Reflect, that will say '[EUFI]' on
the top bar.
VanguardLH <V@nguard.lh> wrote:
I just found:
https://www.tenforums.com/tutorials/22455-enable-disable-f8-advanced-boot-options-windows-10-a.html
which mentions using Paul's bcdedit command line specifying the
bootmgr object, but uses yes instead of True to enable the boot-time
menu. It also shows using the bcdedit command line specifying the
default object that the Minitool article suggested.
I tried using "yes" and "True", but neither worked for me.
I press F8 repeatedly, but all I see on bootup is "Press ESC for the Startup Menu".
Earlier today, I wrote:
John C. <r9jmg0@yahoo.com> wrote:
On 25/02/16 06:02 AM, Frank Slootweg wrote:[...]
Thanks for this info, Frank. However, my desktop dates back to *ahem*
*cough* about 2010. No UEFI.
Are you sure that your desktop doesn't have UEFI? UEFI started in 2005
and by 2007 already had its third spec (version 2.0). UEFI can be quite
'invisible if you don't know it's there and don't know how to enter it.
An easy way to tell one or the other is just try the recipe you
posted:
<you>
</you>Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings.
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode >>>>>>> with Networking.
If where it says 'Navigate to Troubleshoot' you get a screen labeled
'Choose an option' which includes the mentioned 'Troubleshoot' option,
you *do* have UEFI.
Alternatively, you can use Computer Management -> Storage -> Disk
Management. If that lists an 'EFI' partition, you have UEFI.
Even simpler if you have Macrium Reflect, that will say '[EUFI]' on
the top bar.
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
"John C." <r9jmg0@yahoo.com> wrote:
It turned out that what was causing my problem was a data cable to one
of my internal hard drives that wasn't pushed all the way in. I
unplugged all my drives by the SSD when I reinstalled W10 Pro, but when
I plugged the drives all back in after the reinstall, I must not have
pushed that cable all the way in. Regardless, the problem is fixed now.
I take it that the SSD is not your boot drive. If an HDD was the boot
drive, but had its cabling incomplete, I wouldn't think the problem was
not having F8 to get into the boot menu, but instead a message from the
BIOS that boot drive was not found.
Allan Higdon <allanh@vivaldi.net> wrote:
VanguardLH <V@nguard.lh> wrote:
I just found:
https://www.tenforums.com/tutorials/22455-enable-disable-f8-advanced-boot-options-windows-10-a.html
which mentions using Paul's bcdedit command line specifying the
bootmgr object, but uses yes instead of True to enable the boot-time
menu. It also shows using the bcdedit command line specifying the
default object that the Minitool article suggested.
I tried using "yes" and "True", but neither worked for me.
I press F8 repeatedly, but all I see on bootup is "Press ESC for the Startup Menu".
Which bcdedit command did you use? Presumably since you mention yes or
True as attribute values, you used:
bcdedit /set {bootmgr} displaybootmenu True
bcdedit /set {bootmgr} displaybootmenu Yes
Did you then try the other suggestion?
bcdedit /set {default} bootmenupolicy legacy
After using one of those, run bcdedit (no arguments) to list the
configs. For the first command (displaybootmenu), you should see one of
the boot entries list displaybootmenu. Since the command specifies the {bootmgr} config entry, bcdedit should show:
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume4
path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {93db0b77-b7b0-11e9-8457-c422263ccb27}
displayorder {current}
{79ec5fd5-9799-11ee-91c7-48f17fd1afaa} toolsdisplayorder {memdiag}
timeout 10
displaybootmenu Yes
The other parameters may be different for you, but after using bcdedit
to enable the displaybootmenu attribute then it should show up. Notice
my timeout (to show the boot menu) is 10 seconds before the bootmgr
selects the active (default) boot config. Make sure your timeout is set
to something that lets you see the boot menu, so it doesn't just flash
past too quickly to see or read. You can change the timeout with:
bcdedit /set {bootmgr} timeout 30
Mine is 10 seconds (which is actually 7 seconds when measured). Use
whatever timetout you like for how long you want the boot menu to stay
on the screen before it automatically selects the default boot config (typically the one with {current} identifier).
Is Fast Startup disabled? It will be disabled if you already disabled hibernation mode. If you kept hibeneration enabled, you need to
separately disable Fast Startup. To ensure that you are not shutting
down into [hybrid] hibernate mode, run "shutdown /r".
When cold booting, and *before* the OS begins to load (i.e., at the POST screen), can you hit F5 (or whatever your BIOS recognizes at the POST
screen) to get into the BIOS settings? With USB-attached keyboards,
I've encountered some setups where the keyboard is dead until the OS
loads. Whether PS/2 or USB, the LEDs on the keyboard should flash to
show it got a reset signal on a cold boot.
After using bcedit to enable the boot menu, and after a cold boot, what
do you see if you hit Esc as prompted? What does the "Startup Menu"
look like? From the article:
https://www.tenforums.com/tutorials/22455-enable-disable-f8-advanced-boot-options-windows-10-a.html
under the Contents section, the Advanced Startup Options screen should
get replaced with the example screens where you see listed or enumerated choices which include Safe Mode (no networking), Safe Mode with
Networking, and Safe Mode with Command Prompt.
VanguardLH <V@nguard.lh> wrote:
... my timeout (to show the boot menu) is 10 seconds before the
bootmgr selects the active (default) boot config. Make sure your
timeout is set to something that lets you see the boot menu, so it
doesn't just flash past too quickly to see or read. You can change
the timeout with:
bcdedit /set {bootmgr} timeout 30
That was the problem. For some reason, the value for mine was 0. I
changed it to 15, and pressing F8 does work now.
On 25/02/16 10:30 AM, VanguardLH wrote:
"John C." <r9jmg0@yahoo.com> wrote:
It turned out that what was causing my problem was a data cable to one
of my internal hard drives that wasn't pushed all the way in. I
unplugged all my drives by the SSD when I reinstalled W10 Pro, but when
I plugged the drives all back in after the reinstall, I must not have
pushed that cable all the way in. Regardless, the problem is fixed now.
I take it that the SSD is not your boot drive. If an HDD was the boot
drive, but had its cabling incomplete, I wouldn't think the problem was
not having F8 to get into the boot menu, but instead a message from the
BIOS that boot drive was not found.
No, the SSD *is* the boot drive. The cable was pushed in enough to make
a partial connection, because I was able to use the drive for a while.
Then the connection failed. I discovered the cable was loose by checking
all of the drives. When I pushed it all the way in, the problems ended.
The problem was that booting was often very slow and so was shutting
down. I think the system was confused about whether or not the drive was actually there. I don't know. All I know is that pushing in the data
cable all the way solved the problem.
On 25/02/16 11:15 AM, Frank Slootweg wrote:
Earlier today, I wrote:
John C. <r9jmg0@yahoo.com> wrote:
On 25/02/16 06:02 AM, Frank Slootweg wrote:[...]
Thanks for this info, Frank. However, my desktop dates back to *ahem*
*cough* about 2010. No UEFI.
Are you sure that your desktop doesn't have UEFI? UEFI started in 2005 >>> and by 2007 already had its third spec (version 2.0). UEFI can be quite
'invisible if you don't know it's there and don't know how to enter it.
An easy way to tell one or the other is just try the recipe you
posted:
<you>
</you>Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings. >>>>>>>>
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode >>>>>>>> with Networking.
If where it says 'Navigate to Troubleshoot' you get a screen labeled
'Choose an option' which includes the mentioned 'Troubleshoot' option,
you *do* have UEFI.
Alternatively, you can use Computer Management -> Storage -> Disk
Management. If that lists an 'EFI' partition, you have UEFI.
Even simpler if you have Macrium Reflect, that will say '[EUFI]' on
the top bar.
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
Thanks for the info, Frank. I tried Disk Management and there's no
lsting of an efi partition.
Ran bcdedit at a command prompt, and no mention of efi.
System was purchased on June 25, 2011.
On Sat, 15 Feb 2025 08:56:03 -0600, VanguardLH <V@nguard.lh> wrote:
I just found:
https://www.tenforums.com/tutorials/22455-enable-disable-f8-advanced-boot-options-windows-10-a.html
which mentions using Paul's bcdedit command line specifying the bootmgr
object, but uses yes instead of True to enable the boot-time menu. It
also shows using the bcdedit command line specifying the default object
that the Minitool article suggested.
I tried using "yes" and "True", but neither worked for me.
I press F8 repeatedly, but all I see on bootup is "Press ESC for the Startup Menu".
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
"John C." <r9jmg0@yahoo.com> wrote:
On 25/02/16 11:15 AM, Frank Slootweg wrote:
Earlier today, I wrote:
John C. <r9jmg0@yahoo.com> wrote:
On 25/02/16 06:02 AM, Frank Slootweg wrote:[...]
Thanks for this info, Frank. However, my desktop dates back to *ahem* >>>>> *cough* about 2010. No UEFI.
Are you sure that your desktop doesn't have UEFI? UEFI started in 2005 >>>> and by 2007 already had its third spec (version 2.0). UEFI can be quite >>>> 'invisible if you don't know it's there and don't know how to enter it. >>>>
An easy way to tell one or the other is just try the recipe you
posted:
<you>
</you>Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings. >>>>>>>>>
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode >>>>>>>>> with Networking.
If where it says 'Navigate to Troubleshoot' you get a screen labeled >>>> 'Choose an option' which includes the mentioned 'Troubleshoot' option, >>>> you *do* have UEFI.
Alternatively, you can use Computer Management -> Storage -> Disk
Management. If that lists an 'EFI' partition, you have UEFI.
Even simpler if you have Macrium Reflect, that will say '[EUFI]' on
the top bar.
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
Thanks for the info, Frank. I tried Disk Management and there's no
lsting of an efi partition.
Ran bcdedit at a command prompt, and no mention of efi.
System was purchased on June 25, 2011.
Just because UEFI got adopted by mobo makers doesn't mean sellers
weren't still selling their old MBR stock of mobos. That was a
transition period.
"John C." <r9jmg0@yahoo.com> wrote:
On 25/02/16 10:30 AM, VanguardLH wrote:
"John C." <r9jmg0@yahoo.com> wrote:
It turned out that what was causing my problem was a data cable to one >>>> of my internal hard drives that wasn't pushed all the way in. II take it that the SSD is not your boot drive. If an HDD was the boot
unplugged all my drives by the SSD when I reinstalled W10 Pro, but when >>>> I plugged the drives all back in after the reinstall, I must not have
pushed that cable all the way in. Regardless, the problem is fixed now. >>>
drive, but had its cabling incomplete, I wouldn't think the problem was
not having F8 to get into the boot menu, but instead a message from the
BIOS that boot drive was not found.
No, the SSD *is* the boot drive. The cable was pushed in enough to make
a partial connection, because I was able to use the drive for a while.
Then the connection failed. I discovered the cable was loose by checking
all of the drives. When I pushed it all the way in, the problems ended.
The problem was that booting was often very slow and so was shutting
down. I think the system was confused about whether or not the drive was
actually there. I don't know. All I know is that pushing in the data
cable all the way solved the problem.
That also solved the original problem as per Subject that you could not
use F8 to get the boot menu?
Just because UEFI got adopted by mobo makers doesn't mean sellers
weren't still selling their old MBR stock of mobos. That was a
transition period.
On 16 Feb 2025 19:15:23 GMT, Frank Slootweg <this@ddress.is.invalid>
wrote:
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
Or not. My home-built PC uses UEFI but the output of bcdedit doesn't
mention "efi" anywhere.
msconfig also lets you do a reboot into Safe Mode without all the
whoopla of the other manipulations noted by John. However, you still
need to be booted into Windows to run msconfig to reboot into Safe Mode.
If there is a problem loading Windows, msconfig may not be accessible.
On 25/02/16 04:46 PM, VanguardLH wrote:
"John C." <r9jmg0@yahoo.com> wrote:
On 25/02/16 10:30 AM, VanguardLH wrote:
"John C." <r9jmg0@yahoo.com> wrote:
It turned out that what was causing my problem was a data cable to one >>>>> of my internal hard drives that wasn't pushed all the way in. II take it that the SSD is not your boot drive. If an HDD was the boot >>>> drive, but had its cabling incomplete, I wouldn't think the problem was >>>> not having F8 to get into the boot menu, but instead a message from the >>>> BIOS that boot drive was not found.
unplugged all my drives by the SSD when I reinstalled W10 Pro, but when >>>>> I plugged the drives all back in after the reinstall, I must not have >>>>> pushed that cable all the way in. Regardless, the problem is fixed now. >>>>
No, the SSD *is* the boot drive. The cable was pushed in enough to make
a partial connection, because I was able to use the drive for a while.
Then the connection failed. I discovered the cable was loose by checking >>> all of the drives. When I pushed it all the way in, the problems ended.
The problem was that booting was often very slow and so was shutting
down. I think the system was confused about whether or not the drive was >>> actually there. I don't know. All I know is that pushing in the data
cable all the way solved the problem.
That also solved the original problem as per Subject that you could not
use F8 to get the boot menu?
No, but I don't need to get into the safe mode at this point. I've
archived the replies for future reference should I need to do so.
The morning, the W10 problem of the day was Windows Security's
Ransomware Protection Protected folder alerts. I activated Ransomware protection yesterday and it started blocking installed programs that
I've been using for years. Adding those programs to the "Allowed apps"
list took care of that, so problem resolved.
VanguardLH <V@nguard.lh> wrote:
[...]
msconfig also lets you do a reboot into Safe Mode without all the
whoopla of the other manipulations noted by John. However, you still
need to be booted into Windows to run msconfig to reboot into Safe Mode.
If there is a problem loading Windows, msconfig may not be accessible.
As I described [1], on an UEFI system there should be no problem to do a cold boot into Safe mode, because you should be able to do it via the BIOS-to-UEFI route.
Why John can't (now: couldn't; he's no longer interested in trying)
get into Safe mode on his non-UEFI system, remains a mystery. I don't
think that Safe mode was ever disabled by default on those BIOS(-only) systems, but perhaps the timeout was set to zero, making it hard/
impossible to press/detect F8.
[1] Message-ID: <vosulh.5q4.1@ID-201911.user.individual.net>
Frank Slootweg <this@ddress.is.invalid> wrote:
VanguardLH <V@nguard.lh> wrote:
[...]
msconfig also lets you do a reboot into Safe Mode without all the
whoopla of the other manipulations noted by John. However, you still
need to be booted into Windows to run msconfig to reboot into Safe Mode. >> If there is a problem loading Windows, msconfig may not be accessible.
As I described [1], on an UEFI system there should be no problem to do a cold boot into Safe mode, because you should be able to do it via the BIOS-to-UEFI route.
Why John can't (now: couldn't; he's no longer interested in trying)
get into Safe mode on his non-UEFI system, remains a mystery. I don't
think that Safe mode was ever disabled by default on those BIOS(-only) systems, but perhaps the timeout was set to zero, making it hard/ impossible to press/detect F8.
[1] Message-ID: <vosulh.5q4.1@ID-201911.user.individual.net>
That's what Allan reported when he tried using bcedit to enable the
legacy boot menu. He couldn't see it. Turns out his timeout was zero.
Once he upped it to 15 seconds, he had plenty of time to see the menu.
The OP didn't report back if he ever tried enabling the legacy boot
menu. His problem was with a partially disconnect HDD that caused a
timeout in the POST detect. Once he reseated the HDD's data cable, his problem was over, and had no need anymore to get into Safe Mode.
However, if he wants to get into Safe Mode later, he'll have to go
through the hell he noted in his starter post, or maybe remember this discussion to try using bcdedit.
Not sure why you think there is a mini-OS in the UEFI firmware. Safe
Mode is not a function of UEFI.
[1] Message-ID: <vosulh.5q4.1@ID-201911.user.individual.net>
Char Jackson <none@none.invalid> wrote:
On 16 Feb 2025 19:15:23 GMT, Frank Slootweg <this@ddress.is.invalid>
wrote:
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit' >>>(without options/arguments). That will say 'efi' (ignore case), in >>>several places, if you have an UEFI system.
Or not. My home-built PC uses UEFI but the output of bcdedit doesn't
mention "efi" anywhere.
Hmmm!? On my (HP) system, the Windows Boot Manager and Windows Boot
Loader 'path' names end in '.efi'.
What about Disk Management, does that list an 'EFI' partition?
N.B. I have only HP systems, so I'd be interested if (some of) these
things are HP-specific.
Frank Slootweg <this@ddress.is.invalid> wrote:
Char Jackson <none@none.invalid> wrote:
On 16 Feb 2025 19:15:23 GMT, Frank Slootweg <this@ddress.is.invalid>
wrote:
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit' >>>(without options/arguments). That will say 'efi' (ignore case), in >>>several places, if you have an UEFI system.
Or not. My home-built PC uses UEFI but the output of bcdedit doesn't
mention "efi" anywhere.
Hmmm!? On my (HP) system, the Windows Boot Manager and Windows Boot Loader 'path' names end in '.efi'.
What about Disk Management, does that list an 'EFI' partition?
N.B. I have only HP systems, so I'd be interested if (some of) these things are HP-specific.
Since the OP says bcdedit doesn't list any .efi boot destinations, he
doesn't have UEFI. WMI and DAT are used with MBR, and physical
enumeration in boot.ini before that. He might have some BCD entries specifying .wim files, or .dat files.
Intel was supposed to phase out CSM by around 2020, but the
OP's (Allan's) computer is much older.
Char Jackson <none@none.invalid> wrote:
On 16 Feb 2025 19:15:23 GMT, Frank Slootweg <this@ddress.is.invalid>
wrote:
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
Or not. My home-built PC uses UEFI but the output of bcdedit doesn't
mention "efi" anywhere.
Hmmm!? On my (HP) system, the Windows Boot Manager and Windows Boot
Loader 'path' names end in '.efi'.
What about Disk Management, does that list an 'EFI' partition?
N.B. I have only HP systems, so I'd be interested if (some of) these
things are HP-specific.
VanguardLH <V@nguard.lh> wrote:
Frank Slootweg <this@ddress.is.invalid> wrote:
Char Jackson <none@none.invalid> wrote:
On 16 Feb 2025 19:15:23 GMT, Frank Slootweg <this@ddress.is.invalid>
wrote:
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
Or not. My home-built PC uses UEFI but the output of bcdedit doesn't
mention "efi" anywhere.
Hmmm!? On my (HP) system, the Windows Boot Manager and Windows Boot
Loader 'path' names end in '.efi'.
What about Disk Management, does that list an 'EFI' partition?
N.B. I have only HP systems, so I'd be interested if (some of) these
things are HP-specific.
[...]
Since the OP says bcdedit doesn't list any .efi boot destinations, he
doesn't have UEFI. WMI and DAT are used with MBR, and physical
enumeration in boot.ini before that. He might have some BCD entries
specifying .wim files, or .dat files.
Sigh! It's not the OP (who is John C.), but Char Jackson, and Char
says (see quote above) "My home-built PC uses UEFI", so he *does* have
UEFI. You're not suggesting that Char doesn't know what he's talking
about, are you!?
On 17 Feb 2025 18:57:43 GMT, Frank Slootweg <this@ddress.is.invalid>
wrote:
VanguardLH <V@nguard.lh> wrote:
Frank Slootweg <this@ddress.is.invalid> wrote:
Char Jackson <none@none.invalid> wrote:
On 16 Feb 2025 19:15:23 GMT, Frank Slootweg
<this@ddress.is.invalid> wrote:
Yet another method mentioned by VanguardLH elsewhere in this
thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case),
in several places, if you have an UEFI system.
Or not. My home-built PC uses UEFI but the output of bcdedit
doesn't mention "efi" anywhere.
Hmmm!? On my (HP) system, the Windows Boot Manager and Windows
Boot Loader 'path' names end in '.efi'.
What about Disk Management, does that list an 'EFI' partition?
N.B. I have only HP systems, so I'd be interested if (some of)
these things are HP-specific.
[...]
Since the OP says bcdedit doesn't list any .efi boot destinations,
he doesn't have UEFI. WMI and DAT are used with MBR, and physical
enumeration in boot.ini before that. He might have some BCD entries
specifying .wim files, or .dat files.
Sigh! It's not the OP (who is John C.), but Char Jackson, and Char
says (see quote above) "My home-built PC uses UEFI", so he *does*
have UEFI. You're not suggesting that Char doesn't know what he's
talking about, are you!?
He's probably right, actually. I apparently don't know what I'm
talking about in this case. It happens!
Msinfo.exe shows "bios mode - legacy", which I don't remember setting,
and during cold boot, if I enter what we used to call BIOS, the screen
says UEFI, but that could just be a Gigabyte thing.
I'm not sure how disk size and format play into it, but in addition to
the system drive, I have 5 data disks in this system, all formatted
GPT, with capacities of 12TB, 14TB, 14TB, 18TB, and 18TB.
Apologies for leading you astray. Please carry on. :)
[snipping the rest]
However, my desktop PC, built from scratch in about 2018, doesn't have
'efi' in the path name, and in fact, the Windows Boot Manager section of bcdedit doesn't even include a 'path' line. The Windows Boot Loader
section says "path \WINDOWS\system32\winload.exe".
On 25/02/16 04:48 PM, VanguardLH wrote:
"John C." <r9jmg0@yahoo.com> wrote:
On 25/02/16 11:15 AM, Frank Slootweg wrote:
Earlier today, I wrote:
John C. <r9jmg0@yahoo.com> wrote:
On 25/02/16 06:02 AM, Frank Slootweg wrote:[...]
Thanks for this info, Frank. However, my desktop dates back to *ahem* >>>>>> *cough* about 2010. No UEFI.
Are you sure that your desktop doesn't have UEFI? UEFI started in 2005 >>>>> and by 2007 already had its third spec (version 2.0). UEFI can be quite >>>>> 'invisible if you don't know it's there and don't know how to enter it. >>>>>
An easy way to tell one or the other is just try the recipe you
posted:
<you>
</you>Windows 10:
Shift + Restart:
On the sign-in screen, press and hold the Shift key while
selecting Power > Restart.
Navigate to Troubleshoot > Advanced options > Startup Settings. >>>>>>>>>>
Click Restart and then choose 4 for Safe Mode or 5 for Safe Mode >>>>>>>>>> with Networking.
If where it says 'Navigate to Troubleshoot' you get a screen labeled >>>>> 'Choose an option' which includes the mentioned 'Troubleshoot' option, >>>>> you *do* have UEFI.
Alternatively, you can use Computer Management -> Storage -> Disk
Management. If that lists an 'EFI' partition, you have UEFI.
Even simpler if you have Macrium Reflect, that will say '[EUFI]' on >>>>> the top bar.
Yet another method mentioned by VanguardLH elsewhere in this thread: >>>>
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
Thanks for the info, Frank. I tried Disk Management and there's no
lsting of an efi partition.
Ran bcdedit at a command prompt, and no mention of efi.
System was purchased on June 25, 2011.
Just because UEFI got adopted by mobo makers doesn't mean sellers
weren't still selling their old MBR stock of mobos. That was a
transition period.
Yeah, that's what I figured too. And the system was purchased at a
Costco store. It was given to me by a relative. Still a good computer
though IMO.
On 17 Feb 2025 15:42:31 GMT, Frank Slootweg <this@ddress.is.invalid>
wrote:
Char Jackson <none@none.invalid> wrote:
On 16 Feb 2025 19:15:23 GMT, Frank Slootweg <this@ddress.is.invalid>
wrote:
Yet another method mentioned by VanguardLH elsewhere in this thread:
In a 'Run as administrator' Command Prompt window, run 'bcdedit'
(without options/arguments). That will say 'efi' (ignore case), in
several places, if you have an UEFI system.
Or not. My home-built PC uses UEFI but the output of bcdedit doesn't
mention "efi" anywhere.
Hmmm!? On my (HP) system, the Windows Boot Manager and Windows Boot
Loader 'path' names end in '.efi'.
My Dell laptop, circa 2012 and running Windows 8.1, does show 'efi' in
both of those path names, so I can see what you're talking about.
However, my desktop PC, built from scratch in about 2018, doesn't have
'efi' in the path name, and in fact, the Windows Boot Manager section of bcdedit doesn't even include a 'path' line. The Windows Boot Loader
section says "path \WINDOWS\system32\winload.exe".
What about Disk Management, does that list an 'EFI' partition?
On the Dell laptop, yes. On the desktop PC, no.
N.B. I have only HP systems, so I'd be interested if (some of) these
things are HP-specific.
I have no idea but thanks for bringing it up.
Uncle Sam trolled:
Ant wrote:
Yep. It's annoying. I am trying to get away from Windows to Linux. macOS >>> is OK, but Apple also is doing crazy stuff these days. :(
This is wonderful. Linux has a very easy way to get into safe mode. The
rest of the time you can watch porn videos and Microsoft won't even know
what the heck you are doing on Linux.
Why do you have to try? Is it difficult to get away from Windows? John C
might have a solution for you. He hates Indians and Chinese and I am not
saying he is racist bigot.
Sure you're not. So... playing the "racism" card, eh?
1. how is it that you think that all people from India are the same race?
2. how is it that you think that all people from China are the same race?
If anything, I'm guilty of "countryism".
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 507 |
Nodes: | 16 (2 / 14) |
Uptime: | 211:35:41 |
Calls: | 9,970 |
Calls today: | 1 |
Files: | 13,828 |
Messages: | 6,358,090 |