You are not logged in.
Pages: 1
I recently installed Arch Linux on my PC (which is a hackintosh), I installed GRUB to my EFI partition (/EFI/grub) and I used grub-mkconfig to generate the grub configuration file. Every time I attempt to boot it falls back to the grub console. It will not boot directly from the drive, nor will it boot from the Clover bootloader. I have a sneaky suspicion that I was supposed to install the bootloader to the Arch root partition (since that is where you typically install the Linux bootloader on a hackintosh). I've linked to my configuration file (http://goo.gl/9tKPo7), if anyone wants to take a peek at it. Any ideas?
Thanks.
P.S. I'm a forum newbie, so please excuse me if I did something wrong ![]()
Offline
Yeah, I noticed that but I didn't know how to put the entries in the file correctly. I'll take a look at that link.
Offline
So if I did something along the lines of this, maybe?
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry "Arch Linux" {
set root=(hd0,3)
linux /boot/vmlinuz
initrd /boot/initrd.img
}
else
menuentry_id_option="" (add fallback options here)
fi
Offline
I do agree that you are newbie, I don't if you're ask me to set your boot loader (I can't).
Whatever I write or is written you need to read it carefully. Arch linux provide the best (IMHO) wiki on the web. Starting from the link I gave you should find several link to more detailed informations.
Regarding your problem :
do it good first, it will be faster than do it twice the saint ![]()
Offline
Pages: 1