0

In order to change my laptop from Ubuntu to windows I changed my filesystem from ext4 to NTFS. Now it is showing error unknown file system(Grub rescue). Is there any way I can exit from that.

1 Answers1

0

You can just install Windows. It should erase GRUB and install its own bootloader.

  1. First, if you have any files you want to keep from the computer's drive, stop now and ask for help. Continuing can delete them forever.
  2. Boot your computer from the Windows install USB drive. While installing if it shows the following error " Windows Cannot be installed on this type of format" Go back to screen which shows install windows screen.

  3. Shift + f10
  4. diskpart
  5. disk list
  6. select disk 0(In general hard disk will be in disk 0).
  7. clean.
  8. Exit.
  9. Close it and continue installing OS
  10. Let Windows install.

Chai T. Rex
  • 5,193
  • I am trying to install Win 8. While I am trying to boot, it is going directly to grub rescue. Is not showing any windows install screen. – Revanth Reddy Dec 28 '16 at 18:53
  • You can usually get a boot menu by pressing F12 repeatedly while the system is first booting. If that works, choose to boot from the USB drive. – Chai T. Rex Dec 28 '16 at 18:54