I was trying to install Windows 10 .Windows Installer Image. I have ubuntu 20.04 at present.It has partitions 512.0 MB and 931.0 GB GParted Image. How to solve my problem.How can I get an extra partition where I will install Windows 10.
Asked
Active
Viewed 306 times
0
sudo mount /dev/sdxy /mnt
thensudo grub-install --boot-directory=/mnt/boot /dev/sdx
where sdxy is the Ubuntu partition and sdx is the Ubuntu drive. – C.S.Cameron Jun 23 '21 at 05:11