Отправляет email-рассылки с помощью сервиса Sendsay

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

Ответить   Штох Wed, 25 May 2005 08:32:48 +0500 (#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 там всё разжёвано, но
по-английски.

Ответить   Thu, 26 May 2005 07:37:13 +0400 (#373815)

 

Wed, 25 May 2005 08:32:48 +0500
Штох <shtoh00***@l*****.ru> вы писали:

В buglist redhat.com пролетала такая новость касающаяся fedora core 2,
так вот некоторые люди действительно могут столкнуться с такой
проблемой, как бороться я уже не помню, лично у меня такого не было,
т.к. ASP 9.2 сделан на 1-й fedora core, то возможно он тоже страдает
такой проблемой. Поищи на сайте redhat.com в багах ко 2-й федоре, там
такое точно было.

Anatoliy Kurinnyy aka FReeM@N
Registered Linux User: 385988
Home Page: http://counter.li.org/cgi-bin/certificate.cgi/385988
E-Mail: anatoliy1***@m*****.ru
Jabber: anatoliy.kurinn***@j*****.ru
ICQ: 1915538

-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 18936; Возраст листа: 671; Участников: 1363
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/373854

Ответить   Thu, 26 May 2005 07:49:53 +0300 (#373854)