You are not logged in.
Okay, so I followed the instructions at: http://wiki.archlinux.org/index.php/Fas … ystem#Grub
However, whenever I try to boot Archlinux from the grub menu it says "File not found". I followed the instructions exactly as they were written.
This also happened when I tried to install Sidux, even though I followed the instructions on how to boot the .iso using a spare partition from their website.
Anyone had this problem?
I'd prefer not to have to use a CD, as right now I don't have any blank ones lying around, and I'd like to figure out how to boot straight from the iso on another partition for the future, in case I need it.
Offline
I had that problem too with a normal boot. In my case the path to the kernel image was wrong.
Maybe check your paths.
Offline
You might try changing root=/dev/hd?? to root=/dev/sd?? or if you used root=/dev/sd?? try root=/dev/hd??
Offline
I had that problem; and fixed it this way;
The example grub.conf is like this:
title ArchCD
kernel (hd0,11)/isolinux/vmlinuz root=/dev/hda12 BOOTMEDIA=cd
initrd (hd0,11)/isolinux/initrd.img
I did this and it worked:
title ArchCD
kernel (hd0,11)/isolinux/vmlinuz
initrd (hd0,11)/isolinux/initrd.img
Offline