Windows 10 にアップグレードするまで、Kali Linux、Ubuntu、Windows 7 を GRUB ブートローダーとともに並べてインストールし、それぞれを起動していました。これでブートローダーが上書きされると思っていましたが、そうはなりませんでした。その後、Windows から Ubuntu パーティションを削除しましたが、Kali パーティションでは削除できません。Ubuntu パーティションを削除しても、GRUB ブートローダーにはまだエントリが残っています。Linux ブート修復を何度か実行してみましたが、効果はありませんでした。GRUB ブートローダーをアンインストールして、Windows 10 ブートローダーに置き換えたいだけです。
そこで、私は答えの手順を試してみましたこのスレッドただし、コマンドを実行すると、bootrec.exe /fixmbr
指定されたファイルが見つからないというエラーが表示されます。
コマンドを実行すると、bootrec.exe
コマンドとその実行内容を示す正しいダイアログが表示されます。ただし、bootrec.exe /fixboot
指定されたファイルが見つからないというエラーも表示されます。
また、コマンドを実行するbootrec.exe /scanos
と、bootrec.exe /rebuildbcd
それぞれ0のWindowsインストールが見つかります
答え1
最初のダウンロードブートセクト.exeダウンロードディレクトリに。
Windows キーを押して、cmd.exe と入力し、結果 (コマンド プロンプト) で cmd アイコンを右クリックして [管理者として実行] を選択し、「管理者」として起動します。
新しい cmd.exe ウィンドウで、ダウンロード ディレクトリに cd します。たとえば、ユーザー名が「Lalu Patel」であると仮定すると、cd C:\Users\Lalu Patel\Downloads になります。
次に、このコマンドを入力します。bootsect.exe /nt60 ALL /force /mbr。システムを再起動すると、Windows が grub なしで自動的にロードされることがわかります。
そしてWindowsでは
Open the Control Panel (All Items view), and click on the Administrative Tools icon. then close the Control Panel window
Click on Computer Management in Administrative Tools, then close the Administrative Tools window.
In the left pane under Storage, click on Disk Management. see this.
Select the the partition with unknown type. it is the Ubuntu partition. Right Click -> Delete partition.
Now the former Ubuntu partition becomes an unallocated space.
Select the left partition of the new unallocated space.
Right click on the partition -> click on Extend Volume.
Click on the Next button.
Type in how many MB (1 GB = 1024 MB) you want to use from the unallocated space to extend the selected partition (step 5) into, then click on the Next button.see this.
Note: If you want to use all of the unallocated space to extend into, then type in the maximum available space shown for the unallocated space.
Click on the Finish button. You're done.
ソース:ブートセクト、 ディスクの管理