Прошу помощи, windows 10 обновился, затёр загрузку, вначале менял что-то руками, потом через USB-flash загрузился, установил boot-repair
Линукс уже грузится, а виндоус 10 никак завести не могу 8((
GPT + UEFI на современном биосе
http://paste.ubuntu.com/p/ZyK62cN2FZ/
GUID Partition Table detected.
Partition Attrs Start Sector End Sector # of Sectors System
/dev/sda1 2,048 206,847 204,800 EFI System partition
/dev/sda2 206,848 239,615 32,768 Microsoft Reserved Partition (Windows)
/dev/sda3 239,616 1,842,355,017 1,842,115,402 Data partition (Windows/Linux)
/dev/sda4 R 1,842,356,224 1,843,439,615 1,083,392 Windows Recovery Environment (Windows)
/dev/sda5 1,843,441,664 1,906,929,663 63,488,000 Data partition (Linux)
/dev/sda6 1,915,736,064 1,952,604,159 36,868,096 BIOS Boot partition
автоматически не подцепил Win10
пытался по всякому руками, но не полчилось.
=================== /etc/grub.d/40_custom :
menuentry "win-old"{
insmod part_gpt
insmod chain
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 3C0A8BD90A8B8F18
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry 'Windows 10' {
search --fs-uuid --no-floppy --set=root 3C0A8BD90A8B8F18
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}