После востановления загрузчика grub, при загрузке выходит строка: Grubgt;. И дальше не загружается. Пробывал набрать help, но ничего не понял. Подскажите, как восстановить загрузчик?
Вот весь фаил вместе с описаниями: DO NOT EDIT THIS FILE It is automatically generated by /usr/sbin/grub-mkconfig using templates from /etc/grub.d and settings from /etc/default/grub BEGIN /etc/grub.d/00_header if [ -s 036;prefix/grubenv ]; then load_envfiset default=0if [ 036;{prev_saved_entry} ]; then set saved_entry=036;{prev_saved_entry} save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=truefifunction savedefault { if [ -z 036;{boot_once} ]; then saved_entry=036;{chosen} save_env saved_entry fi}function recordfail { set recordfail=1 if [ -n 036;{have_grubenv} ]; then if [ -z 036;{boot_once} ]; then save_env recordfail; fi; fi}if [ 036;{recordfail} = 1 ]; then set timeout=-1else set timeout=10fi END /etc/grub.d/00_header BEGIN /etc/grub.d/05_debian_theme set menu_color_normal=white/blackset menu_color_highlight=black/light-gray END /etc/grub.d/05_debian_theme BEGIN /etc/grub.d/10_linux menuentry 39;Ubuntu, with Linux 2.6.32-22-generic39; --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root=39;(hd0,6)39; search --no-floppy --fs-uuid --set a0980dba-e949-412c-9126-7752e1052a4a linux /boot/vmlinuz-2.6.32-22-generic root=UUID=a0980dba-e949-412c-9126-7752e1052a4a ro quiet splash initrd /boot/initrd.img-2.6.32-22-generic}menuentry 39;Ubuntu, with Linux 2.6.32-22-generic (recovery mode)39; --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root=39;(hd0,6)39; search --no-floppy --fs-uuid --set a0980dba-e949-412c-9126-7752e1052a4a echo 39;Loading Linux 2.6.32-22-generic .39; linux /boot/vmlinuz-2.6.32-22-generic root=UUID=a0980dba-e949-412c-9126-7752e1052a4a ro single echo 39;Loading initial ramdisk .39; initrd /boot/initrd.img-2.6.32-22-generic}menuentry 39;Ubuntu, with Linux 2.6.31-21-generic39; --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root=39;(hd0,6)39; search --no-floppy --fs-uuid --set a0980dba-e949-412c-9126-7752e1052a4a linux /boot/vmlinuz-2.6.31-21-generic root=UUID=a0980dba-e949-412c-9126-7752e1052a4a ro quiet splash initrd /boot/initrd.img-2.6.31-21-generic}menuentry 39;Ubuntu, with Linux 2.6.31-21-generic (recovery mode)39; --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root=39;(hd0,6)39; search --no-floppy --fs-uuid --set a0980dba-e949-412c-9126-7752e1052a4a echo 39;Loading Linux 2.6.31-21-generic .39; linux /boot/vmlinuz-2.6.31-21-generic root=UUID=a0980dba-e949-412c-9126-7752e1052a4a ro single echo 39;Loading initial ramdisk .39; initrd /boot/initrd.img-2.6.31-21-generic} END /etc/grub.d/10_linux BEGIN /etc/grub.d/20_memtest86+ menuentry Memory test (memtest86+) { insmod ext2 set root=39;(hd0,6)39; search --no-floppy --fs-uuid --set a0980dba-e949-412c-9126-7752e1052a4a linux16 /boot/memtest86+.bin}menuentry Memory test (memtest86+, serial console 115200) { insmod ext2 set root=39;(hd0,6)39; search --no-floppy --fs-uuid --set a0980dba-e949-412c-9126-7752e1052a4a linux16 /boot/memtest86+.bin console=ttyS0,115200n8} END /etc/grub.d/20_memtest86+ BEGIN /etc/grub.d/30_os-prober menuentry Windows 7 (loader) (on /dev/sda1) { insmod ntfs set root=39;(hd0,1)39; search --no-floppy --fs-uuid --set 24ee3546ee351192 chainloader +1} END /etc/grub.d/30_os-prober BEGIN /etc/grub.d/40_custom This file provides an easy way to add custom menu entries. Simply type the menu entries you want t
Смотри, я переустановил винду, и естественно grub слетел Я загрузился с life-CD =gt; примонтировал корень устоновленного линукса к мнт ну и дев, прок, сис к соответствующим каталогам. Потом chroot /mnt =gt; grub-update =gt; exit =gt; grub-install --root-directory=/mnt/ /dev/sda (sda - корень линукса) После этого перезагрузка и вот такая история
по моему ошибка в:после grub-update, нужно не выходить из chroot39;инга, а тут же установить с помощью grub-install и по моему там без указания рут директории.