0

How To Unistall Ubuntu 18.04 If I have no access to Windows 10?

If I succeed, next steps would be to restore the UEFI in BIOS and to reinstall Ububtu in UEFI mode.

Actually, I have Win10 in UEFI and Ubuntu in legacy mode, but Windows is not starting anymore from grub.

  • Your Windows in UEFI mode and Ubuntu is in BIOS mode? Have you not tried changing the boot mode to see Windows is booting in UEFI mode? – PRATAP Oct 25 '18 at 14:42
  • You have both systems on separate disks, then? – Paul Benson Oct 25 '18 at 14:45
  • Hi both so are on same disk. From the bios I can only change the boot order but no uefi partition is available. Besides I cannot disable Legacy mode and come back to uefi because the option is locked. thanks –  Oct 25 '18 at 14:49
  • If you deleted the UEFI partition then OSes in UEFI mode won't boot. –  Oct 25 '18 at 14:59
  • The partition was not deleted it's still there but when selecting win10 from Grub it doesn't boot –  Oct 25 '18 at 15:04
  • You could always boot from an Ubuntu live USB, and delete non-Windows partitions. Windows has never been a requirement for this. – mikewhatever Oct 25 '18 at 15:46
  • And if the partition is still there then you should be able to boot Windows directly from UEFI boot menu, if that's the problem. You can't boot it from Grub because Ubuntu was installed in a different mode. And you don't necessarily need to delete Ubuntu partitions to reinstall in the correct mode (UEFI) either but you can if you want and no additional OS is required for that. Windows and Ubuntu have installers that can perform all the basic operations independently. More info: https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-alongside-a-pre-installed-windows-with-uefi –  Oct 25 '18 at 15:56
  • Hi,I'll try as suggested to delete non-win partitions from an Ubuntu Live dvd. –  Oct 25 '18 at 17:00
  • My Bios is locked in legacy mode and have no uefiusb boot option available. for same reason I cannot use bootrepair in uefi mode nor try ubuntu live in uefi mode. If I can restore windows I hope I'll be able to tahe bios back in uefi mode –  Oct 25 '18 at 17:04
  • Hi Gabriela thanks for the link you also suggested it to me in my previous question(on same issue), maybe answer for me is in it but I probably " can't get it". I tried all adviced but with no sucess –  Oct 25 '18 at 17:13
  • Does this answer your question? Boot partition not detected in Bios Please read the instructions for "Converting Ubuntu into UEFI mode". – karel Nov 27 '21 at 00:33

1 Answers1

0

There is a solution to your problem, however you will wipe grub. Note that you can install it later. First, make a windows 10 installer in ubuntu. Follow this guide: https://itsfoss.com/bootable-windows-usb-linux/ Then, boot into it. Next, follow this guide except for steps 1-3. https://pureinfotech.com/repair-master-boot-record-mbr-windows-10/ After that's done, you can reinstall grub.

oli2
  • 1
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review – Pilot6 May 10 '22 at 09:46