Выполняю инструкцию:
http://wiki.rosalab.ru/ru/index.php/Вос ... чика_Grub2
live@localhost ~ $ su -
localhost ~ # fdisk -l
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x3f633f62
Partition 1 does not start on physical sector boundary.
Partition 8 does not start on physical sector boundary.
Device Boot Start End Blocks Id System
/dev/sda1 * 63 245762369 122881153+ 7 HPFS/NTFS
/dev/sda2 245764096 976751999 365493952 f W95 Ext'd
/dev/sda5 245766144 287705087 20969472 83 Linux
/dev/sda6 287707136 295897087 4094976 82 Linux swa
/dev/sda7 295899136 411617279 57859072 83 Linux
/dev/sda8 411617489 976751999 282567255+ 7 HPFS/NTFS
Disk /dev/sdb: 7.2 GiB, 7744782336 bytes, 15126528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7a210f38
Device Boot Start End Blocks Id System
/dev/sdb1 * 204 10271 5034 ef EFI (FAT-12/16/3
Disk /dev/mapper/live-rw: 8.5 GiB, 9114222592 bytes, 17801216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/live-base: 8.5 GiB, 9114222592 bytes, 17801216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
localhost ~ # su
localhost ~ # mkdir /chroot
localhost ~ # mount /dev/sda5 /chroot
localhost ~ # mount --bind /dev /chroot/dev
localhost ~ # mount --bind /sys /chroot/sys
localhost ~ # mount --bind /proc /chroot/proc
localhost ~ # chroot /chroot
localhost / # grub2-install /dev/sda5
/usr/sbin/grub2-bios-setup: warning: File system `ext2' doesn't support embedding.
/usr/sbin/grub2-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
/usr/sbin/grub2-bios-setup: error: will not proceed with blocklists.
Ничего не получилось!