Даже только для mbr, Грабу нужна linux директория для установки. 1) Маунтим нашу партицию в директорию. 2) grub-install –root-directory=/mnt/mount_sda3 /dev/sda
Для загрузки linux в консольном режиме:
linux /boot/vmlinux............ root=/dev/sda3 #вместо linux может быть vmlinux или kernel initrd /boot/initrd............ boot
Для загрузки windows в консольном режиме:
chainload (hd0,1)+1 boot
Симптом:
При bootrec /fixboot или bootrec /rebuildbcd выдает сообщение: Total identified Windows installations: 0
Лечение:
http://pcsupport.about.com/od/fixtheproblem/ht/rebuild-bcd-store-windows.htm кратко: удаляем файлы из /boot/bcs и снова bootrec /rebuildbcd
Симптом:
При bootrec /fixboot выдает сообщение "the volume does not contain a recognized file system"
Лечение:
В diskpart выбираем наш диск + партицию и проверяем, что партиция активна select disk 0 - (first disk) select partition 2 - (list partitions to be sure that number 2 is the 350 GB NTFS part.) details partition active - (this marks the selected part. as active)