I had a workstation setup with Server 2008 that I was running some testing on, somewhere along the line the computer became confused and thought multiple OS's were on the computer, but when looking at their partitions they were empty. So I wanted to delete them. Come to find out there is no boot.ini file, and that I have to go in through something called bcdedit.
So after some googling, I found the command I needed.
Bcdedit /delete {boot loader identifier}
Enter CMD as admin, and type BCDEDIT, this will give you the list of your boot loaders. The loader you're currently in is listed as {current}, if this is the load you want to keep, don't delete that one.
Located the identifiers and type them into the boot loader identifier portion of the above script. Rinse and repeat as necessary.
Boom, all done.
Subscribe to:
Post Comments (Atom)
Pulling local admin accounts on a windows system WITH POWERSHELL
There’s a couple ways to get them, I’m sure you’ve been around the internet looking. The Powershell scripts I use: Get-LocalGroupMember -Gr...
-
Situation: Vizio sound bar works. But all of a sudden, no sound. The movie is playing fine, but no sound. On the sound bar itself, two ind...
-
I have a customer that would like 3 monitors, for whatever reason. The Dell 9020 is capable of this, and this is how I got it to work. No ...
No comments:
Post a Comment