Страница 2 из 2

GRUB Mint Mate 18.1

Добавлено: 16 фев 2017, 15:38
figaro1000
achilles_85 писал(а): Установил на ноуте минт х64 рядом с Win7. GRUB отрабатывал как положено. Далее решил ставить минт 32х битный, т.к. оперативы у ноута 2Г. Не подумав о том, что будет с GRUB переустановил минт. Теперь при загрузке GRUB видит семерку, но если пытаюсь загрузить ее, то опять выкидывает в GRUB. И так постоянно. Что можно сделать?

Код: Выделить всё

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (loader) (на /dev/sda1)' --class windows --class os $menue$
        insmod part_msdos
        insmod ntfs
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint$
        else
          search --no-floppy --fs-uuid --set=root 1242CA0342C9EC13
        fi
        parttool ${root} hidden-
        chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# 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.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
http://compizomania.blogspot.com/2013/1 ... -mint.html очень хорошая программка!