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.
Asked
Active
Viewed 707 times
0
-
Do you have the Windows install DVD or USB drive? – Chai T. Rex Dec 28 '16 at 18:36
-
I have a windows usb drive with me – Revanth Reddy Dec 28 '16 at 18:44
1 Answers
0
You can just install Windows. It should erase GRUB and install its own bootloader.
- 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.
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.
- Shift + f10
- diskpart
- disk list
- select disk 0(In general hard disk will be in disk 0).
- clean.
- Exit. Close it and continue installing OS
Let Windows install.

Tshilidzi Mudau
- 4,173

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