From: Sergey Vlasov <vsu@mivlgu.murom.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Re: Вопросы по установке ALT Linux Junior v1.1
Date: Thu Feb 14 14:29:02 2002
Message-ID: <20020214143426.A15945@vcserver.mivlgu.ru> (raw)
In-Reply-To: <20020214081144.GE31254@ifirst.ru>
On Thu, Feb 14, 2002 at 11:11:44 +0300, Artem K. Jouravsky wrote:
> On Wed, Feb 13, 2002 at 07:39:22PM +0300, Alexandr Startzeff wrote:
> > Объясните пожалуйста как правильно настроить LILO/GRUB в сабжевой
> > системе.
> >
> > Есть: MB: Chaintech 6BTM, два HDD на 20 и 8Гб, поставленных как Primary
> > Master и Primary Slave соответственно. Linux установлен на Primary
> > Slave.
> >
> > Хочется: чтобы LILO/GRUB был установлен только на Primary Slave
> > HDD, чтобы ни чего не было записано в MBR Primary
> > Master HDD. Выбирать какую систему грузить я буду из BIOS-a (BIOS это
> > позволяет).
> >
> > Запускаю DrakBoot. Выбираю в качестве устройства загрузки hdb -
> > при загрузке система пишет слово "GRUB" и на этом останавливается.
> > Выбираю в качестве устройства загрузки hdb1 - тот же результат :(.
> > Система соглашается стартовать только с hda или с дискеты. Причем,
> > когда в DrakBoot в качестве устройства загрузки выбираю hda, то
> > bootmanager-ом становится почему-то LILO а не GRUB.
> >
> > Что я делаю неправильно?
> Вероятно, Drakboot тоже использует grub-install, который не работает или
> /boot/grub/install.sh, который работает только в стандартных случаях...
> Недавно была похожая проблема - GRUB находился на hdb1, на hda целиком
> винды в двух разделах. В итоге поставил GRUB все-таки в hda, причем из его
> собственной командной строчки (предварительно почитав info grub).
> Последовательность действий наверняка уже не скажу, но было что-то вроде
> grub> root (hd1,1)
> grub> setup (hd0)
> В вашем случае, наверное, надо сделать setup (hd1), т.е. из MBR второго
> диска или setup (hd1,0) для /dev/hdb1
Думаю, в данном случае проблема в другом. Скорее всего, при выборе в BIOS
загрузки с Primary Slave именно этот диск по нумерации BIOS становится
первым (с номером 0x80, или (hd0) для GRUB). Это необходимо указать в
/boot/grub/device.map:
(hd0) /dev/hdb
При вызове grub ему должен передаваться ключ
--device-map=/boot/grub/device.map.
Соответственно после этого во всех местах, где в GRUB указываются разделы,
/dev/hdb должен обозначаться именно как (hd0).
prev parent reply other threads:[~2002-02-14 14:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-13 20:03 [mdk-re] " Alexandr Startzeff
2002-02-14 11:02 ` [mdk-re] " Artem K. Jouravsky
2002-02-14 14:29 ` Sergey Vlasov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020214143426.A15945@vcserver.mivlgu.ru \
--to=vsu@mivlgu.murom.ru \
--cc=mandrake-russian@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git