LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Bought a new laptop, installed Win 10, and then installed Kubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/bought-a-new-laptop-installed-win-10-and-then-installed-kubuntu-4175693234/)

puppymagic 04-06-2021 06:28 PM

Bought a new laptop, installed Win 10, and then installed Kubuntu
 
It was running Win 10 fine for a few days.

I installed Kubuntu to have a dual-boot laptop

but the problem is

After installing Kubuntu 20 LTS

the GRUB 2 show when I turn my laptop on

but it does not show Windows

And when I enter Kubuntu, Kubuntu does not recognize Windows partitions

berndbausch 04-06-2021 06:44 PM

Perhaps you overwrote your Windows installation? Which partitions does Kubuntu recognize, and how did you check that?

TB0ne 04-06-2021 06:54 PM

Quote:

Originally Posted by puppymagic (Post 6237991)
It was running Win 10 fine for a few days.

I installed Kubuntu to have a dual-boot laptop but the problem is After installing Kubuntu 20 LTS the GRUB 2 show when I turn my laptop on but it does not show Windows And when I enter Kubuntu, Kubuntu does not recognize Windows partitions

Haven't we been here before??
https://www.linuxquestions.org/quest...ed-4175561639/

...where you also didn't follow up. If it's a new laptop, you can either do a full restore of Windows and wipe out Linux. And do an install where you actually follow an installation guide (here is one of MANY you can look up for yourself):
https://www.ubuntubuzz.com/2020/09/h...nal-drive.html

Or you can post some details about your partition structure, what you've done/tried so far, etc. Typically the Linux installers will automatically set up dual-boot, but you don't say how you did the install, what you see on the menu, or give any details. Since you've now been using Linux for *TEN YEARS*, you should be easily able to provide these things.

rnturn 04-06-2021 07:01 PM

Quote:

Originally Posted by puppymagic (Post 6237991)
It was running Win 10 fine for a few days.

I installed Kubuntu to have a dual-boot laptop

but the problem is

After installing Kubuntu 20 LTS

the GRUB 2 show when I turn my laptop on

but it does not show Windows

And when I enter Kubuntu, Kubuntu does not recognize Windows partitions

Caveat: I'm not a dual-booter anymore. The problem could be as simple as a missing section in the Grub config file that corresponds to the Windows OS.

Before performing surgery on the Grub configuration, try issuing the following to get a report of what partitions you actually have on disk:
Code:

$ script fdisk-command.log
Script started, file is fdisk-command.log
$ sudo fdisk -l
[sudo] password for root: <whatever>

<fdisk output>

$ exit
exit
Script done, file is fdisk-command.log
$

You should see the partition tables for all attached disks. One disk should have a Windows partition listed (in the far right-hand column) of one of the partition tables. On a laptop, there's likely only one disk/one partition table.

Either upload/attach that log file (see the "Additional Options / Attach Files" pane) or issue "cat fdisk-command.log" and paste the results into the Message pane, highlight it, and enclose it within "code" tags. (See the "#" above the Message pane.)

Good luck...

colorpurple21859 04-06-2021 07:40 PM

opne a terminal post the ouput of the following:
Code:

sudo parted -l
cat /sys/firmware/efi


yancek 04-07-2021 06:30 AM

More information is required as suggested above but 2 common reasons for this scenario are installing in different modes, windows likely UEFI and Kubuntu Legacy or having left windows hibernated so that the windows partitions will not be mounted/accessible.


All times are GMT -5. The time now is 08:39 PM.