На ноуте диск гибридный. 320 HDD и 20 SSD.
На твердотел установил Вин 7-ку.
Потом на HDD поставил Linux Mint 14.
Естественно загрузчик винды улетел в никуда(
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=15
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=«»
GRUB_CMDLINE_LINUX=«»
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry «Windows 7» {
set root=(hd0,0)
chainloader +1
}
Вместо (hd0,0) какие только не писал комбинации... нивкакую(
Первый диск - это HDD
Второй - SSD
Раздел на SSD всего один и там винда.
Как добавить загрузчик этого засранца в GRUB?