What is the function of c:\BOOT

1

There is a folder c:\boot on hard disk.

It contains files like: BOOTSTAT.DAT and BCD

What is that?

I got that when I install windows.

Basically I am looking for files and directory where windows decide which partition is C: and which partition is D:

I want to ensure that directory never changes.

user4951

Posted 2015-03-31T02:58:05.627

Reputation: 3 015

You found it. See my answer below: – SDsolar – 2017-09-19T01:55:25.977

Answers

1

That's data for the Windows bootloader; it's what gives you a recovery console.

Bandrami

Posted 2015-03-31T02:58:05.627

Reputation: 1 543

what is recovery console? – user4951 – 2015-03-31T03:24:32.740

If Windows ever has problems booting it lets you restore your computer to a previous configuration so that it can boot again. What exact options and data it has depends on your model of computer and what vendor configured it. – Bandrami – 2015-03-31T03:26:00.543

0

It is the Boot Controller/Manager configuration directory.

See below how to get into it if you have a multi-boot system.

But first, you will want to have a Repair boot disk on hand so you can get into the Recovery Console.

You can create one in the Backup and Restore utility. It gives you all the tools you need to fix the master boot record and other startup problems.

Here is an article about that:

How to Create a System Image Backup in Windows 7, 8, or 10

This article shows both how to make a full system image backup, but more importantly it shows how to make the repair disk.

Once you have the repair disk you will be ready.

If needed, boot that disk to get to this screen:

enter image description here

Then follow the instructions in this article:

HOW TO USE A SYSTEM REPAIR DISC TO RESTORE WINDOWS 7


BCD is especially interesting when you have a multi-boot system.

You can get into it using the windows bcdedit command, or download the third-party GUI front end for it here:

Visual BCD - Boot Repair Tool

SDsolar

Posted 2015-03-31T02:58:05.627

Reputation: 1 206