ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: ABATAPA <altlinux-community@yandex.ru>
To: ALT Linux Community <community@altlinux.ru>
Subject: Re: [Comm] Не могу подключить копию линукса.
Date: Thu, 13 Oct 2005 18:01:55 +0400
Message-ID: <200510131801.56273.altlinux-community@yandex.ru> (raw)
In-Reply-To: <434E604A.9020609@sibmail.ru>

Четверг 13 Октябрь 2005 17:25, Sharavin Sergey написал:
> сделал chroot /dev/sda2 а в ответ
> chroot: cannot change root directory to /dev/sda2: not a directory
> попробовал натравить на родной (где сейчас стоит линукс) раздел chroot
> /dev/hda6
> то же самое хотя как то у меня после установки винды затирался загрузчик я
> вроде так делал и всё прошло нормально, но это было давно :-)
> Что я делаю не так ?
man chroot

Hint: /dev/sda2 не каталог, а устройство. Как на него сделать chroot?!
Нужно:
mkdir /mnt/target
mount /dev/sda2 /mnt/target
chroot /mnt/target /bin/bash
mount /proc
/sbin/lilo
umount /proc
exit
umount /mnt/target

-- 
ABATAPA


  parent reply	other threads:[~2005-10-13 14:01 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-13 13:25 Sharavin Sergey
2005-10-13 13:36 ` Шенцев Алексей Владимирович
2005-10-13 13:54 ` Maksim Otstavnov
2005-10-13 14:35   ` Sharavin Sergey
2005-10-13 15:09     ` Re[2]: " Maksim Otstavnov
2005-10-13 14:01 ` ABATAPA [this message]
2005-10-13 14:34   ` Sharavin Sergey
2005-10-13 14:45     ` ABATAPA
2005-10-13 14:51     ` Genix
2005-10-15  5:03     ` Sharavin Sergey
2005-10-16  9:19       ` Sharavin Sergey
2005-10-16 18:05         ` [Comm] " Michael Shigorin
2005-10-17 15:04         ` [Comm] " Sharavin Sergey
2005-10-17 15:44           ` Sharavin Sergey
2005-10-17 15:57             ` Sharavin Sergey
2005-10-17 17:24           ` Sharavin Sergey
2005-10-19 14:28             ` Sharavin Sergey
2005-10-13 14:29 ` Vitaly Lipatov
2005-10-13 14:46   ` Sharavin Sergey
2005-10-13 14:51     ` ABATAPA
2005-10-13 15:06       ` Sharavin Sergey
2005-10-13 15:13         ` ABATAPA
2005-10-13 15:29           ` Sharavin Sergey
2005-10-13 15:41             ` ABATAPA
2005-10-13 15:48               ` Re[2]: " Alexandr A. Alexandrov
2005-10-15 11:35           ` Sharavin Sergey
2005-10-13 14:58     ` Dmytro O. Redchuk

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=200510131801.56273.altlinux-community@yandex.ru \
    --to=altlinux-community@yandex.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