1

I natively had Windows 10 on my SAGER gaming laptop. However, I installed Ubuntu 20.04 alongside windows 10. I cannot access Windows upon reboot as it is not shown in grub/boot options.

Here's what I see in GParted. Is there any hope I could still access Windows or the data on it?

enter image description here

enter image description here

Mona Jalal
  • 4,545
  • 21
  • 68
  • 99
  • 4
    I don't see Ubuntu. All I see is Windows, MS partitions and the EFI. – Nmath Sep 29 '20 at 05:49
  • Does this answer your question? Unable to boot into Windows after installing Ubuntu, how to fix? or How do I recover my accidentally lost Windows partitions after installing Ubuntu? I think the first link is the true duplicate because you have Windows 10 installed on /dev/nvme0n1p4 – karel Sep 29 '20 at 06:40
  • What does show up in your grub/boot options? I wonder if your Ubuntu.iso is corrupted. Did you verify your ISO? – hoatzin Sep 29 '20 at 12:40
  • The Microsoft Reserved is a required small unformatted partition that needs to be before main Windows partition. Since unformatted it often shows as an error. Order on drive is important: msftres http://en.wikipedia.org/wiki/Microsoft_Reserved_Partition Can you boot Windows directly from UEFI boot menu, often f12, but varies by vendor? – oldfred Sep 29 '20 at 15:20
  • @Nmath I wrote this post from Ubuntu. My question is why at the boot time I can only boot to Ubuntu and can't boot to Windows? – Mona Jalal Sep 29 '20 at 16:58
  • @hoatzin only Ubuntu – Mona Jalal Sep 29 '20 at 16:59
  • Unless you have another hard drive, I don't see how it's possible that Ubuntu is installed. Did you remove the installation media? Please read the links that were shared with you, make some attempts to fix this using those links, and if you still are lost, come back and edit your question with the details. Right now you've presented an impossible situation. You're incorrect about something you've posted - or you're missing info. We need a whole and accurate picture to help you. – Nmath Sep 29 '20 at 18:16

2 Answers2

1

Based on your "Gparted" data, there is no Ubuntu OS installed, and no free space for you to install it.

  1. Windows Task: Free some space (say 100G from the Windows "Basic data partition"), using Windows "Disk Management" -- shrink it! And you should be able to see the availbale free space. From my (limited) experience, you don't even need to format it.
  2. Ubuntu task: Boot your system through a bootable Ubuntu USB disk; follow the prompt. And let Ubuntu do the rest, including fixing your boot up sequence.

It worked for me. Hope it does for you too. Good luck.

0

Download a fresh Ubuntu ISO and perform the checksum verification. Reinstall Ubuntu using the new verified ISO image. A successful installation of Ubuntu would resolve your booting issues. There is probably nothing wrong with your Windows10.

hoatzin
  • 568