Достался комп от виндузятников, на который была установлена генточка.
# grub2-install /dev/sda
...
Sector 32 is already in use by the program `FlexNet'; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track.
Ну ок:
# dd if=/dev/zero of=/dev/sda bs=512 count=1 seek=32
# grub2-install /dev/sda
Installation finished. No error reported.
Через некоторое время обновился grub2 и я решил переустановить его загрузчик (не знаю зачем, захотелось):
# grub2-install /dev/sda
Sector 32 is already in use by the program `FlexNet'; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track.
# fdisk -l /dev/sda
Disk /dev/sda: 74.5 GiB, 80026361856 bytes, 156301488 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: 0xc6a640b7
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 8390655 8388608 4G 82 Linux swap / Solaris
/dev/sda2 8390656 156301487 147910832 70.5G 83 Linux