Добрый день.
На одном диске, которые разделен на 2 части стояли Linux Mint & Windows 10 и соответственно, при загрузке через grub можно было выбрать систему.
Сегодня снес Windows 10 по этой инструкции -
https://lifehacker.com/how-to-uninstall-windows-or...
Keep Linux and Remove WindowsKeep Linux and Remove Windows
If you're the adventurous type and have decided to go to Linux full time, then your job is pretty easy. Instructions may vary by distro and your specific setup, but for the traditional Ubuntu setup, it should look something like this:
Insert a live CD or USB for your Linux distribution and start up its partition manager (like Gparted). Find your Windows partition in Gparted's menu—it'll be listed as an NTFS drive.
Right-click on that Windows partition and choose "Delete" from the menu. Your machine may have other Windows-related partitions as well, like "System Reserved" and recovery partitions. If you want, you can delete these as well (but make sure you have recovery discs handy if you're going to delete a recovery partition).
Right-click on your Linux partition and choose "Resize/Move." Resize it so it takes up the rest of the now-free space on your drive.
Click the "Apply All Operations" button in the toolbar to perform the selected tasks. It may give you a warning saying that your computer may not boot, but with most Linux instalations this shouldn't be a problem (though if it is, check out this article to fix it). This process may take some time, so let it be!
После перезагрузки системы получаю такую ошибку:
Invalid Partition Table. После нажатие на enter система успешно загружается и все работает.
В BIOS выбран Legacy mode.
Эта команда также показывает Legacy mode
[ -d /sys/firmware/efi ] && echo "UEFI mode" || echo "Legacy mode"
Вот, скрин из gparted
Вот, результат fdisk
Диск /dev/sda: 223,6 GiB, 240057409536 байт, 468862128 секторов
Единицы: секторов по 1 * 512 = 512 байт
Размер сектора (логический/физический): 512 байт / 512 байт
Размер I/O (минимальный/оптимальный): 512 байт / 512 байт
Тип метки диска: dos
Идентификатор диска: 0x747c164f
Устр-во Загрузочный начало Конец Секторы Размер Идентификатор Тип
/dev/sda3 2048 468860927 468858880 223,6G 5 Расширенн
/dev/sda5 4096 468860927 468856832 223,6G 83 Linux
Почему у меня 2 раздела диска? sda3 & sda5. И что за тип - extended (расширенный)?
Сейчас скачиваю Boot-Repair Disk и просканирую им. Может быть что-то с разделом /boot не так... или он вовсе отсутствует)