https://bbs.archlinux.org – the.ridikulus.rat wrote:Try this from grub> promptgrub > insmod search_fs_file grub > search.file /vmlinuz-linux root grub > linux /vmlinuz-linux ro root=/dev/<ur device> grub > initrd /initramfs-linux.img grub > bootThanks, this worked for me. The second line is a bit magical for me though, what does it do?ewaller wrote:You should probably look at this article on chroot. You can start from a CD, or any other Linux environment. You can mount your Arch partition, then mount your boot partition using the mount point inside your Arch partition. Once that (HowTos)