ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Мажурин Игорь" <mailvisor@mail.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Загрузка 2_х линуксов с разных дисков одним Lilo
Date: Mon, 24 Jul 2006 09:16:32 +0400
Message-ID: <200607240916.32915.mailvisor@mail.ru> (raw)
In-Reply-To: <200607232323.14315.sharavin@sibmail.ru>

В сообщении от 23 июля 2006 20:23 Sharavin Sergey написал(a):
> Здравствуйте.
> Помогите решить такую проблему.
> Поставил второй линукс "Fedora-5", загрузчик не ставил, в надежде
> подправить "lilo.conf" в ALT_е, но что то не получается подправить :-)
> Вот расклад:
> У меня 2 винчестера
> 	На первом на нем винда -hda1 и сюда же поставил fedor_у на hda6
> 	 На втором стоит ALT он sda2
> Вот мой lilo.conf
>
>    boot=/dev/hda
> lba32
> message=/boot/splash/message
> vga=0x31a
> prompt
> timeout=50
>
> image=/boot/vmlinuz-2.6.16-wks26-up-alt7
> 	initrd=/boot/initrd-2.6.16-wks26-up-alt7.img
> 	label=2616-wks26-up-7
> 	root=/dev/sda2
> 	read-only
> 	optional
> other=/dev/hda1
>   label="Windows"
>
> И вот что здесь сделать чтобы можно было запускать Фёдора :-)
>  Я пробовал вставлять вот это
> image=/boot/vmlinuz-2.6.15-1.2054_FC5
> 	initrd=/boot/initrd-2.6.15-1.2054_FC5.img
> 	label=Fedora
> 	root=/dev/hda6
> 	read-only
> Но не помогало, команда "lilo" не проходило, ругалось :-)
> Пробовал (как тут писали на форуме, давно правда) монтировать
> mount /dev/hda6  /mnt/1
> и тогда делал так
> image=/mnt/1/boot/vmlinuz-2.6.15-1.2054_FC5
> 	initrd=/mnt/1/boot/initrd-2.6.15-1.2054_FC5.img
> 	label=Fedora
> 	root=/dev/hda6
> 	read-only
> Тогда команда "lilo" проходила без ошибок, но загрузка не осуществлялась
>  Да правда я сразу сомневался в таком подходе :-)
>
> С уважением.
> Сергей.
>
Делай по образу и подобию.
Предварительно смотнируй root раздел второго линуха в /mnt/disk (или что там 
утебя свободное)

#cat lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot-bmp.b
vga=0x0317
default=linux-up
message=/boot/splash/message
prompt
timeout=50
image=/boot/vmlinuz-up
        label=linux-up
        root=/dev/hda6
        initrd=/boot/initrd-up.img
        read-only
image=/mnt/disk/boot/vmlinuz-2.6.8-2-686
        label=Debian_2.6
        root=/dev/hda9
        initrd=/mnt/disk/boot/initrd.img-2.6.8-2-686
        read-only
        optional
image=/boot/vmlinuz-up
        label=failsafe
        root=/dev/hda6
        initrd=/boot/initrd-up.img
        vga=normal
        append=" failsafe noapic nolapic acpi=off"
        read-only
other=/dev/hda1
        label=NT
        table=/dev/hda
other=/dev/fd0
        label=floppy
        unsafe


> _______________________________________________
> Community mailing list
> Community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community

  reply	other threads:[~2006-07-24  5:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-23 16:23 Sharavin Sergey
2006-07-24  5:16 ` Мажурин Игорь [this message]
2006-07-25  6:31   ` Sharavin Sergey
2006-07-25  6:44     ` Michael Shigorin
2006-07-25  8:56       ` Sharavin Sergey
2006-07-25 17:05         ` Michael Shigorin
2006-07-26  6:38   ` Sharavin Sergey
2006-07-26  6:57     ` mailvisor
2006-07-26  7:26       ` Sharavin Sergey

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=200607240916.32915.mailvisor@mail.ru \
    --to=mailvisor@mail.ru \
    --cc=community@lists.altlinux.org \
    /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