Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


bendud

313 posts

Ultimate Geek

ID Verified
Lifetime subscriber

#306150 1-Jul-2023 13:39
Send private message

Thanks to some excellent advice on here, we have a new PC! With the full approval of the CFO as the case is very attractive...  https://www.fractal-design.com/products/cases/north/north/chalk-white/  on such details do such decisions balance!

 

This was a long overdue upgrade (old Dell Optiplex 9010 with a 1Gb 1050i card) and the new one is a beauty - at least until today. Now it's a heavy paperweight as I seem to have broken it :-( 

 

Aorus X570S Pro AX with Ryzen 5 5600 and a Radeon R7600 Speedster 8Gb, windows 11 Home.

 

Was fine last week. Sparks were here on Wednesday and probably got a hard power off, not sure if that is relevant though. Certainly had some odd Bluetooth behaviour since. Reinstalling drivers didn't fix. 

 

Seemed to be a conflict between Windows Update and the AMD video drivers - according to AMD error messages anyway. Normal office stuff fine but whenever the lad wanted to run FIFA would crash after about 5-10 minutes. 

 

Found the gpedit fix for disabling the W11 Update pulling in drivers to overwrite the AMD ones.

 

Disabled automatic driver updates and reinstalled AMD drivers from their website.

 

Then a bunch of error messages on restart, and ever since there has been no way I can find to boot windows.

 

I suspect there's a boot drive problem. If I run a command prompt it says X:/ rather than C:/ 

 

The BIOS settings should load with pressing ESC but it seems to be in a W11 "automatic repair loop" and so when the POST occurs there's no "press ESC" appearing and it says "Diagnosing PC" instead. USB keyboard, tried Del and Backspace too. 

 

Won't reinstall from Windows startup or over Ethernet / cloud reinstall (presumably as no boot drive to repair)

 

Have tried holding power to reset the loop behaviour but still happening.

 

I am of course a simple soul who usually uses Macs and hasn't had to troubleshoot a PC for some years, so please be gentle but any ideas how to at least get in the BIOS to set the boot drive? I haven't had issues with accessing the BIOS before using ESC but back then it gave it as an option...

 

Thanks in advance

 

b

 

 





From the Antarctic Riviera

Create new topic
bendud

313 posts

Ultimate Geek

ID Verified
Lifetime subscriber

  #3098158 1-Jul-2023 13:52
Send private message

For clarity, when I boot the machine instead of being able to hit ESC to access the BIOS, the splash screen says "Preparing PC repair" and as yet I can't work out a combination of power etc that stops this always happening.

 

cheers

 

b





From the Antarctic Riviera



gzt

gzt
17157 posts

Uber Geek

Lifetime subscriber

  #3098159 1-Jul-2023 13:52
Send private message

Windows 11 recovery diagnostic boot might be interesting.

bendud

313 posts

Ultimate Geek

ID Verified
Lifetime subscriber

  #3098161 1-Jul-2023 14:07
Send private message

Windows-R? Doesn't do anything differently - same loop. Any other way of accessing it? 

 

Pondering CLR CMOS but seems a bit worrying, poking the board with a screwdriver!

 

b





From the Antarctic Riviera



gzt

gzt
17157 posts

Uber Geek

Lifetime subscriber

  #3098164 1-Jul-2023 14:19
Send private message

Oh, bad. You'll need to create a windows 11 USB recovery thingy using a different machine.

bendud

313 posts

Ultimate Geek

ID Verified
Lifetime subscriber

  #3098165 1-Jul-2023 14:21
Send private message

I'm guessing here that I can't make a W11 recovery USB on a W10 machine then...? 

 

Inevitably the only other machines I have access too (apart from a W11 ARM install on a Mac) are W10...

 

b





From the Antarctic Riviera

gzt

gzt
17157 posts

Uber Geek

Lifetime subscriber

  #3098166 1-Jul-2023 14:28
Send private message

Probably ok for some diagnostics.

mrdrifter
579 posts

Ultimate Geek

ID Verified
Trusted

  #3098212 1-Jul-2023 14:31
Send private message

If you create a Windows 11 install USB (https://support.microsoft.com/en-us/windows/create-installation-media-for-windows-99a58364-8c02-206f-aa6f-40c3b507420d) and you can boot to it, it should let you select the option for repair when you get to the screen with the 'Install' option, if I recall it has a repair option near the bottom of the screen.


 
 
 

Move to New Zealand's best fibre broadband service (affiliate link). Free setup code: R587125ERQ6VE. Note that to use Quic Broadband you must be comfortable with configuring your own router.
bendud

313 posts

Ultimate Geek

ID Verified
Lifetime subscriber

  #3098381 1-Jul-2023 16:32
Send private message

Ok have managed to reinstall windows 11. And this time I’m not installing anything weird :-)
Thanks everyone
B




From the Antarctic Riviera

bendud

313 posts

Ultimate Geek

ID Verified
Lifetime subscriber

  #3098488 1-Jul-2023 22:24
Send private message

If I want to keep the W11 equivalent of Time Machine backups on a spare 3Tb drive that I can put in (ex-NAS) should I use Windows own backup stuff or a third party bit of software?

 

b





From the Antarctic Riviera

fe31nz
1232 posts

Uber Geek


  #3098502 2-Jul-2023 00:45
Send private message

Whenever a PC gets a power off or crash (eg BSOD) without a proper shut down, it is very important to do full filesystem checks before rebooting into your normal operating system.  If you fail to do this and simply start using your system as normal, you run the risk of getting serious filesystem corruption, which is what appears to have happened to the OP.  And in the worst case, you can have to reinstall and will have lost all the data on the affected partitions.  Windows is supposed to do a chkdsk /f automatically on boot for any partition is marked as "dirty" (failed to be shut down properly).  But it does not always do that, even when you have made sure the option to do it automatically turned on (it defaults to on).  So you really should be doing it manually when ever a system did not shut down properly.  Every time.  Always.

 

You can do chkdsk /f manually by having an alternative boot partition where you have a minimal Windows install.  Or you can boot into recovery mode and go to the command prompt option there.  Or you can boot from a Windows install DVD or USB stick then go through the menus to get to a command prompt.  You should do "chkdsk /f /x <drive letter>:" for each drive.  If you have drives which do not have a drive letter (eg mounted via a junction), you need to use a tool like the mountvol command to find the volume GUID string and use that instead of "<drive letter>:".  These look like:

 

\\?\Volume{9975187d-aba4-4895-b3a7-1de87c9625ae}\

 

For Linux the same applies - do "fsck -C -f" on all partitions.  Boot from an alternative partition or live boot image, as it is not possible to do fsck -f on the boot partition, even when using Grub to boot into repair mode.

 

For both Windows and Linux, if the chkdsk/fsck command reported any errors being fixed, you always need to run the command repeatedly until it reports no errors. 

 

Yes, I am aware that it is very tedious to do this, but the risk of filesystem corruption is too great if you do not do it every time.


bendud

313 posts

Ultimate Geek

ID Verified
Lifetime subscriber

  #3098735 2-Jul-2023 18:21
Send private message

Thanks - that sounds tedious but wise. I'm hoping chances of interruptions will drop steeply when the renos are all done. In the meantime I will try and do the above if it happens again.

 

Thinking about backup duties, I have a NAS running that has some space on it for backups from a PC (currently used mostly for Time Machine, plus music and photos). Any recommendations for an easy to use Synology backup app for the W11 machine please? Suitable for use by a simpleton. Ta

 

b

 

 





From the Antarctic Riviera

Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.