ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alex Yustasov <yust@anti-leasure.ru>
To: community@altlinux.ru
Subject: Re: [Comm] LILO - how?
Date: Tue, 8 Feb 2005 10:10:54 +0200
Message-ID: <20050208081054.GA5342@yust.work> (raw)
In-Reply-To: <200502081439.08026.A.Khlyzov@asf-trade.ru>

On Tue, Feb 08, 2005 at 02:39:07PM +0800, Хлызов А.А. wrote:
> Доброго времени суток!
> 
> Господа! И дамы! Подскажите, как решить ситуацию:
> имеется /dev/hda и /dev/sda. На обоих винчестерах стоят разные линуксы. 
> Проинсталлирован lilo в MBR hda. Как должна правильно выглядеть секция 
> в /etc/lilo.conf для того, чтобы загрузить систему с /dev/sda?
> 
> /dev/hda1 - /boot первого линуха
> /dev/hda6 - / первого линуха
> /dev/sda1 - /boot второго линуха
> /dev/sda6 - / второго линуха
> 
> Пробовал так:
> image = /dev/sda1/vmlinuz
>    label = Linux
>    initrd = /dev/sda1/initrd
>    optional
>    root = /dev/sda6
>    vga = 0x314
> lilo говорит, что он ее skipping... где чего не так? или я не так внимательно 
> читал man lilo.conf?

Из первого cмонтировать второй, например,
mount /dev/sda6 /mnt/disk

В lilo
image=/mnt/disk/boot/vmlinuz
	initrd=/mnt/disk/boot/initrd
	label=Linux2
	root=/dev/sda6

Перед тем как вызывать в следующий раз lilo, нужно будет
примонтировать sda6.


  reply	other threads:[~2005-02-08  8:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-08  6:39 Хлызов А.А.
2005-02-08  8:10 ` Alex Yustasov [this message]
2005-02-09  5:53   ` Хлызов А.А.

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=20050208081054.GA5342@yust.work \
    --to=yust@anti-leasure.ru \
    --cc=community@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