Mailinglist Archive: opensuse (933 mails)
| < Previous | Next > |
Re: [opensuse] Problem with booting after a motherboard change
- From: Philipp Thomas <Philipp.Thomas2@xxxxxxx>
- Date: Mon, 28 Jun 2010 04:24:20 +0200
- Message-id: <4k1g261merci7v7a4ui7mgu4b913aa6kvs@xxxxxxx>
On Mon, 28 Jun 2010 09:12:53 +0700, "C. Brouerius van Nidek"
<constant@xxxxxxxxxxx> wrote:
Assuming the following layout:
/dev/sdb1 -> 11.2 /boot
/dev/sdb2 -> 11.2 /
You do:
mount /dev/sdb2 /mnt
mount /dev/sdb1 /mnt/boot
mount -bind /dev /mnt/dev
mount -bind /proc /mnt/proc
mount -bind /sys /mnt/sys
Now you do 'chroot /mnt'
Philipp
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
<constant@xxxxxxxxxxx> wrote:
First I have to study chroot because that is a command I am not familiar with.
Assuming the following layout:
/dev/sdb1 -> 11.2 /boot
/dev/sdb2 -> 11.2 /
You do:
mount /dev/sdb2 /mnt
mount /dev/sdb1 /mnt/boot
mount -bind /dev /mnt/dev
mount -bind /proc /mnt/proc
mount -bind /sys /mnt/sys
Now you do 'chroot /mnt'
Philipp
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |