ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Igor Zubkov" <igor.zubkov@gmail.com>
To: "ALT Linux Sisyphus discussions" <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Возвращение загрузчика lilo
Date: Tue, 19 Feb 2008 00:02:25 +0200
Message-ID: <fa54e4a90802181402p69f04e3eocf279931d54d18cb@mail.gmail.com> (raw)
In-Reply-To: <200802182151.34052@VOMUS>

18.02.08, Sergei O. Naumov<vomus@rambler.ru> написал(а):
> Может есть какой-то канонический путь, как решаются эти проблемы, поскольку
> google дает только один рецепт - rescue->mount->chroot->lilo.

# монтируем корень который надо чинить
mount /dev/<ROOT> /mnt
# монтируем через -o bind /dev в наш корень (это надо делать из-за
того что сейчас dev пуст, а его заполнением занимает udev который у
нас отработал, но не там где нам надо сейчас)
mount -o bind /dev/ /mnt/dev/
# /proc туда же
mount -o bind /proc /mnt/proc/

chroot /mnt
lilo -v
logout
umount /mnt/dev/
umount /mnt/proc/
umount /mnt

-- 
icesik

  parent reply	other threads:[~2008-02-18 22:02 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-18 18:51 Sergei O. Naumov
2008-02-18 19:12 ` Хихин Руслан
2008-02-18 22:02 ` Igor Zubkov [this message]
2008-02-19  6:38   ` Anton Farygin
2008-02-19 19:50     ` Igor Zubkov
2008-02-19 20:04       ` Хихин Руслан
2008-02-20  4:46       ` Anton Farygin
2008-02-19 19:25   ` Sergei O. Naumov
2008-02-19 19:32     ` Led
2008-02-19 19:36       ` Хихин Руслан
2008-02-19 19:43       ` Sergei O. Naumov
2008-02-20  5:58         ` Алексей Шенцев
2008-02-20 16:36           ` Sergei O. Naumov
2008-02-19 19:45       ` Mikhail Gusarov
2008-02-19 19:52         ` Igor Zubkov
2008-02-19 19:57           ` Led
2008-02-20  6:01             ` Алексей Шенцев
2008-02-21 20:16             ` Michael Shigorin
2008-02-19 21:25       ` Vitaly Lipatov
2008-02-19 21:28         ` Aleksey Novodvorsky
2008-02-20  4:09           ` Хихин Руслан
2008-02-20  4:48           ` Anton Farygin
2008-02-21 20:13             ` Michael Shigorin
2008-02-21 20:13           ` Michael Shigorin
2008-02-22  8:12             ` Alexey Rusakov
2008-02-22 11:22               ` Michael Shigorin
2008-02-22 11:56                 ` Led
2008-02-22 12:21                   ` Michael Shigorin
2008-02-22 12:38                     ` Led
2008-02-22 17:01                       ` Michael Shigorin
2008-02-22 19:35                         ` Alexey Rusakov
2008-03-11 13:40                           ` Andrii Dobrovol`s`kii
2008-03-11 19:09                             ` Michael Shigorin
2008-03-12  8:14                               ` Andrii Dobrovol`s`kii
2008-03-12 10:57                                 ` Dmitry V. Levin
2008-03-12  8:50                                   ` Andrii Dobrovol`s`kii
2008-03-12 11:24                                     ` Dmitry V. Levin
2008-03-12 12:30                                     ` Alexey Gladkov
2008-03-12 15:10                                   ` Michael Shigorin
2008-02-21 20:11       ` Michael Shigorin
2008-02-23  8:40         ` Vyatcheslav Perevalov
2008-02-23 10:13           ` Ilja Raskin
2008-02-23 17:58           ` [sisyphus] [JT] " Michael Shigorin

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=fa54e4a90802181402p69f04e3eocf279931d54d18cb@mail.gmail.com \
    --to=igor.zubkov@gmail.com \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git