The Tutorial shows you Step-by-Step How to Install GRUB2 Bootloader on ArchLinux 2012.
All Steps are Clearly Delineated Reducing at Minimum the Eventuals Choices and Customizations to Make Clearer & Easier the Process.
So if you Have Some Doubt or Need Some More Insight you Should Consult the Official Arch-Linux Documentation…
Just Relax & Take the Time of Carefully Reading and Executing the Instructions Contained Here and All should Work Like a Summer Breeze :)
-
Boot your Arch-Linux Base System
Here is the Guide for Installing Arch-Linux Base-System:
Arch-Linux Base Step-by-Step Installation -
Check your Dhcp Internet Connection
ping -c 3 google.com
Arch-Linux Troubleshooting pacman “Could Not Resolve Host”:
Dhcp Internet Network SetUp -
Installing the GRUB2 Package for BIOS
If you have an EFI Partition Consult the Official Documentation!
pacman -Sy grub-bios
-
Installing GRUB2 Bootloader on System
modprobe dm-mod
grub-install --recheck --debug /dev/sda
Again if you have Need Further Customization then Consult the Official Documentation!
How to Generate/Make a GRUB2 Conf File for Arch-Linux:
Arch-Linux GRUB2 grub.cfg -
Reboot Into your Arch-Linux .)