Win 10 bị lỗi autochk program not found skipping autocheck

Mấy hôm nay mình khởi động máy thì thấy có báo lỗi "Turegopt program not found - skipping autocheck...". Bạn nào biết cách fix nó không chỉ mình với nhé.

Mấy hum trước sau khi cài lại windows 7, mình có xài TuneUp 2010 (...) để defrag registry, ổ đĩa, có xài EasyBCD để tạo menu dual boot. nghi là do thằng tuneup gây ra cũng nên.

I had a similar problem after buying a laptop with SSD. I wanted to free some valuable SSD drive space to dual boot Linux, so I removed the 20 GB recovery partition (sda3) and the 8 GB system partition (sda0) at the beginning of the drive.

Now I got:

autochk not found skipping autocheck

Followed by a BSoD.

Since I removed recovery partitions from many a laptop and it never was a problem, I am pretty sure this system partition held some key files.

Using a bootable USB stick with live Linux, I put the backed up SYSTEM_DRV partition back in front of all the other partitions, but as a 350 MB in stead of 8 GB one because the rest was just valuable empty space.

As you probably know, removing and creating partitions often messes up the entries in the partition table:

[1st partition] -> sda3  
[2nd partition] -> sda2  
[3nd partition] -> sda1  

So I fixed the records with fdisk:

x // expert mode
f // fix count
w // write changes

Do this at your own risk. I highly recommend an annoying amount of backups!

Now it was well again. Mark the first one as boot:

[1st partition] -> sda1 * boot
[2nd partition] -> sda2
[3nd partition] -> sda3

And after rebooting, the system repair started. An automatic reboot, and checkdisk started. An automatic reboot, and Windows started!

Mission complete.

Since I am assuming that the folks over at Lenovo are not completely retarded, I am guessing that removing the empty space from the system partition messes up something, but I am not sure what that would be. At least it's not something you'll notice in everyday use.

Also as a side-note, throughout the years I have noticed that it gets increasingly easier to install and run Linux on pretty much everything, while at the same time it gets increasingly more difficult to keep Windows running after managing your drive. Why is that? You pay for it, so it has to be annoying? Pretend like booting is rocket science?

Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He's a PC enthusiast and he... read more

Updated on October 4, 2023

Win 10 bị lỗi autochk program not found skipping autocheck

Have you received Autochk program not found – skipping autocheck message during a reboot performed by Windows setup? Actually, this error happened to a lot of users and some of them declared that they have also received this error message while trying to clone their operating system to a new drive or on the resized partition.

What to do if the autochk program isn’t found?

1. Run a check disk for the drives and let it repair them

  1. Open Command Prompt as administrator.
    Win 10 bị lỗi autochk program not found skipping autocheck
  2. When Command Prompt opens enter chkdsk /R X: (X: represents the drive letter of the volume that you want to check), and press Enter.
    Win 10 bị lỗi autochk program not found skipping autocheck
  3. If asked to schedule a scan, press Y.
  4. Restart your PC.
  5. During a reboot, your system will perform a chkdsk scan. Bear in mind that this process can take a while, so don’t interrupt it.
  6. Once the scan is finished, check if the problem is resolved. If not, be sure to scan other drives as well.

Read more about this topic

  • Solved: Memory Allocation Failure on Kyocera [6 Tested Fixes]
  • What is WbemCons.exe and How to Fix its Application Errors
  • How to Fix the Cldft.sys BSoD Error: 7 Simple Ways

2. Create a new drive

Attention: You will be asked to work now in your system registry hive, so please make sure to create a copy of it, just to be sure that you are on the safe side.

  1. Go to the Startup recovery environment and to choose Command Prompt. Type regedit and press Enter.
  2. After this, you will have to select the HKEY_Local_Machine hive, then to click on File>Load Hive.
  3. Navigate to Windowssystem32config to search the new drive/partition that you have cloned and select the file named SYSTEM.
  4. Now, you will have to put a name for the hive that will be displayed in the Registry Editor.
  5. After this, you will have to go to the HKEY_Local_MachineSYSTEMMountedDevices and now search in the list for an entry named DosDevicesC:.

If you don’t have MountedDevice, you’ll have to recreate it manually. To do that, follow these steps:

  1. Type diskpart in Command Prompt.
    Win 10 bị lỗi autochk program not found skipping autocheck
  2. Enter list disk to see all available storage disks on your PC.
  3. Look for the new disk (you can recognize it by its size) and then write sel disk X (X = this will be the number of the disk).
  4. Now, just write uniqueid disk to see the disk ID.
  5. After this, you will have to compare this ID to the volume IDs from the registry window and find one that matches.
  6. After this, just right-click on Registry, then new-binary value and name it DosDeviceC:.
  7. Then double-click the entry with ??Volume at the beginning and copy the first line.
  8. Now, just paste this into the new entry C: and repeat this for the second line.
  9. In this moment, the first volume entry should have the same Data with your new entry’s data.
  10. In order to finalize this and save your changes in the registry, you will have to select system_new hive and then click on File>Unload hive.
  11. Now you can boot into Windows.

An easier alternative would be to use a reliable partition manager that can seamlessly run separate operating systems on your hard drive and provides you with backup functionality.

⇒ Get Paragon

We hope that these solutions helped you resolve the Autochk not found error. If you found our solutions helpful, let us know in the comments section below.