Someone sold me a computer that used to run ubuntu (16.04?). I am trying to install Windows 10 on it (NOT dual boot)
The original owner removed (reformatted?) the partitions before handing it to me so that I wouldn't see their data.
I am able to boot from the windows USB install media, go through the install but when the install restarts, I get:
error:unknown filesystem
Entering rescue mode
grub rescue>
something/grub is remaining on the harddrive even though it shows no partition.
I can't boot in windows, I can't boot in ubuntu. I'm not trying to recover/rescue anything. The only solution I see at this point is to buy a new SSD that doesn't have grub/mbr whatever
I tried to google for it but most solutions appear to be geared at dual booting and recovering existing installations.
From How to delete GRUB entirely from GRUB rescue and boot Windows only I tried booting from the windows 10 usb install media, SHIFT+F10 to get the command line, ran
bootrec /mbr
(successful),
bootrec /fixboot
(access denied)
But when windows tries to install and reboot I get back to grub rescue
When I type ls
from grub rescue I see:
(hd0) (hd0, msdos1) (hd1) (hd1, msdos1) (hd2) (hd2, msdos1)
I believe there are only 2 physical disks an SSD (or NVRAM) and a large spinner. At least in windows install that's all I see. I'm guessing hd1 and hd2 are due to the MS install splitting the large disk into two partitions?
help?