grub, ремейк
Здравствуйте, еще немного про grub.
На машину с установленным WinXp на другой физический диск ставится
AspLinux 9.2. В ассортименте у последнего два загрузчика: grub и
aspldr (рекомендуемый), при установке которого проблем нет, нормально
выбираются и грузятся обе системы. Если устанавливается grub, то после
уcтановки Linux в него можно грузиться, но до первого входа в WinXp,
после чего, если нет загрузочной дискеты (или копии MBR, снятой до
установки Linux), уже не загрузиться вообще никуда: загрузка циклит!
Сравнивал копии MBR до и после входа в WinXP: одинаковые! Пробовал
# grub-install /dev/hda
Тот же эффект, неограниченное количество загрузок Linux до первого
входа в WinXP.
Есть ли мнения?
Владимир.
-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 18927; Возраст листа: 670; Участников: 1360
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/373603
Здравствуйте Штох
В сообщении от 25 Май 2005 07:32 Штох написал(a):
Я думаю, это связано с параметрами разделов диска hiden и active.
Посмотрите info grub
Там в частности приведены примеры :
The argument for the command `title' is used to display a short
title/description of the entry in the menu. Since `title' displays the
argument as is, you can write basically anything there.
# For booting GNU/Hurd
title GNU/Hurd
root (hd0,0)
kernel /boot/gnumach.gz root=hd0s1
module /boot/serverboot.gz
This boots GNU/Hurd from the first hard disk.
# For booting GNU/Linux
title GNU/Linux
kernel (hd1,0)/vmlinuz root=/dev/hdb1
This boots GNU/Linux, but from the second hard disk.
# For booting Mach (getting kernel from floppy)
title Utah Mach4 multiboot
root (hd0,2)
pause Insert the diskette now^G!!
kernel (fd0)/boot/kernel root=hd0s3
module (fd0)/boot/bootstrap
This boots Mach with a kernel on a floppy, but the root filesystem at
hd0s3. It also contains a `pause' line (*note pause::), which will
cause GRUB to display a prompt and delay, before actually executing the
rest of the commands and booting.
# For booting FreeBSD
title FreeBSD
root (hd0,2,a)
kernel /boot/loader
This item will boot FreeBSD kernel loaded from the `a' partition of
the third PC slice of the first hard disk.
# For booting OS/2
title OS/2
root (hd0,1)
makeactive
# chainload OS/2 bootloader from the first sector
chainloader +1
# This is similar to "chainload", but loads a specific file
#chainloader /boot/chain.os2
This will boot OS/2, using a chain-loader (*note Chain-loading::).
# For booting Windows NT or Windows95
title Windows NT / Windows 95 boot menu
root (hd0,0)
makeactive
chainloader +1
# For loading DOS if Windows NT is installed
# chainload /bootsect.dos
The same as the above, but for Windows.
# For installing GRUB into the hard disk
title Install GRUB into the hard disk
root (hd0,0)
setup (hd0)
This will just (re)install GRUB onto the hard disk.
# Change the colors.
title Change the colors
color light-green/brown blink-red/blue
PS Я грабом не пользуюсь, в lilo управление активностью то-же есть
PPS Это только маленький кусочек из info grub там всё разжёвано, но
по-английски.