This is a lsblk output from a live USB with pop_OS used to access to my files, sda and nvme0n1 are the important disks.:
NAME FSTYPE SIZE MOUNTPOINT loop0 squashfs 2.5G /rofs sda 232.9G ├─sda1 ntfs 223.1G ├─sda2 vfat 513M ├─sda3 ext4 8.3G └─sda4 swap 977M [SWAP] sdb 931.5G ├─sdb1 16M ├─sdb2 ntfs 442.5G └─sdb3 ntfs 489G sdc 1.8T └─sdc1 ntfs 1.8T /media/pop-os/C++ sdd 14.5G ├─sdd1 exfat 14.4G └─sdd2 iso9660 32M /media/pop-os/Pop_OS 22.04 amd64 Intel nvme0n1 232.9G ├─nvme0n1p1 vfat 100M ├─nvme0n1p2 16M └─nvme0n1p3 ntfs 232.8G I already had windows installed and used it normally on nvme0n1, and I just installed Debian on sda, exactly, I reduced 10GB of sda which in the installation was partitioned into:
- 513M for /boot
- 977M for linux-swap
- 8.3G for /
When Debian installation finished, my Windows booted like nothing happened and I got no GRUB to choose what OS run. During Debian installation GRUB was installed, but the installer did not give me the choice for where to install it.
I suspect this is the problem. My PC is booting from Windows bootloader located in nvme0n1, and not from sda2 where I think GRUB where installed.
Am I right? Is it possible to fix it or even possible to do a dualboot in this way without having to format?? Can I install and use debian on only 10GB??
I have tried to copy the Windows EFI partition to the linux EFI partition created in /dev/sda2 by accessing from a Live USB with pop OS, but I have not been successful :(
I am a complete newbie to linux but I would like to learn and use it regularly, thanks for reading.