You are not logged in.
so, what can i do?
i edited my fstab and now my can't start
there is a recovery console to fix that?
i need just erase one line with nano, that's all
any idea?
Offline
Use your installation cd to boot, mount your root partition, and edit the file.
Offline
how do i make it?
Offline
Use any working computer with a cd or dvd writer , download the latest iso from http://www.archlinux.org/download/ , and burn it to a cd .
Any decent cd burning program (regardless of OS) can burn isos.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
i mean the commands
would it be
mkdir /mnt/arch
mount /dev/sda2 /mnt/arch
chroot /bin/bash /mnt/arch
nano /etc/fstab
??????????????????????
Offline
mkdir /mnt/arch
mount /dev/sda2 /mnt/arch
nano /mnt/arch/etc/fstab
No need to chroot. Otherwise, you had it right.
Offline
Ok, i misunderstood.
If sda2 is you root partition then this should work :
mkdir /mnt/arch
mount /dev/sda2 /mnt/arch
nano /mnt/arch/etc/fstab
Iirc the chroot is not necessary.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
it worked very good
thanks
Offline