You are not logged in.

#1 2008-09-21 21:06:01

ryz
Member
From: germany
Registered: 2008-01-28
Posts: 9

booting root partition with the arch cd

hi,

i've read the following article:

http://wiki.archlinux.org/index.php/Boo … recovering


at the archlinux install cd, when i try to boot with

arch root=/dev/sda3

GRUB does not recognize this command.
i'm using the newest archlinux install cd available.

any ways to boot my system with the kernel from the archlinux install cd?


ryz

Offline

#2 2008-09-21 21:22:25

Issh
Member
Registered: 2007-12-02
Posts: 58

Re: booting root partition with the arch cd

Can you just mnt your disk to say /mnt and then mount all the partitions into there and then chroot into it?

Offline

#3 2008-09-21 21:40:26

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: booting root partition with the arch cd

I do not know what the grub configuration file looks like on the live cd/install cd, but I'd imagine you would just want to modify the exiting entry and change root=

Another solution, boot from cd

1. mkdir /mnt/sda1
2. mount /dev/sda1 /mnt/sda1
3. mount -t proc none /mnt/sda1/proc
4. mount -o bind /dev /mnt/sda1/dev
5. chroot /mnt/sda1 /bin/bash

and then fix your system from that point


Website - Blog - arch-home
Arch User since March 2005

Offline

#4 2008-09-21 22:45:38

ryz
Member
From: germany
Registered: 2008-01-28
Posts: 9

Re: booting root partition with the arch cd

thank you both, chroot works just fine!

Offline

#5 2008-09-24 01:12:03

Onwards
Member
From: Pakistan
Registered: 2007-04-18
Posts: 108

Re: booting root partition with the arch cd

Mark it SOLVED please !!

Offline

Board footer

Powered by FluxBB