На главную

Восстановление grub/grub2 из под Windows XP/Vista/7.


Windows XP:

1) Скачиваем архив с одного из сайтов:

Download site:		http://download.gna.org/grub4dos/
Download site:		http://grub4dos.sourceforge.net/

файл grub4dos-0.4.4.zip

d6a4f7cc3eae6f94811d3e23063af496 grub4dos-0.4.4.zip

2) Из этого архива нам нужен только один файл grldr, копируем его в корень диска c:\.

3) После добавляем строку в c:\boot.ini:


4) Грузимся в консоль grub4dos, редактируем меню(добавляем две строки):

kernel (hd0,2)/boot/vmlinuz root=/dev/РАЗДЕЛ_С_ЛИНУКС
initrd (hd0,2)/boot/initrd.img

5) из под linux обновляем главный загрузчик:

grub-install /dev/РАЗДЕЛ_С_ЛИНУКС


Windows Vista/7:

******************************************************************************
***                     GRUB4DOS and Windows Vista                         ***
******************************************************************************

First, use the following command to create a boot entry:

	bcdedit /create /d "GRUB for DOS" /application bootsector

The result will look like this:

The entry {05d33150-3fde-11dc-a457-00021cf82fb0} was successfully created.

The long string {05d33150-3fde-11dc-a457-00021cf82fb0} is the id for this
entry.

Then, use the following commands to set boot parameters:

	bcdedit /set {id} device boot
	bcdedit /set {id} path \grldr.mbr
	bcdedit /displayorder {id} /addlast

Please replace {id} with the actual id returned from the previous command.

Finally, copy GRLDR.MBR to C:\ or wherever your boot drive is, and copy GRLDR
and menu.lst to the root directory of any FAT16/FAT32/EXT2/NTFS partition.


Используемые материалы:
https://gna.org/projects/grub4dos/
http://grub4dos.sourceforge.net/wiki/
интернет

Автор: smeegul

  18.08.2012 23:32
  19.08.2012 00:34
  01.04.2014 15:50
  30.04.2014 13:21