1 # Example Config file for GRUB2 - The GNU GRand Unified Bootloader - for BIOS
2 # /boot/grub/grub.cfg .
4 # Load Graphical module for BIOS
11 # Load unicode.pf2 font file and setup gfxterm
13 if loadfont ${prefix}/unicode.pf2 ; then
17 terminal_output gfxterm
19 # set color_normal=light-blue/black
20 # set color_highlight=light-cyan/blue
24 # background_image ${prefix}/archlinux.png
35 # Set default boot entry as Entry 0
39 menuentry "Arch Linux in 1st Partition /boot of /dev/sda GPT Partition Table" {
41 linux /vmlinuz-linux root=/dev/sda1 ro
42 initrd /initramfs-linux.img
46 menuentry "Arch Linux Fallback in 1st Partition /boot of /dev/sda GPT Partition Table" {
48 linux /vmlinuz-linux root=/dev/sda1 ro
49 initrd /initramfs-linux-fallback.img
53 menuentry "Arch Linux in 1st Partition /boot of /dev/sda MBR or msdos Partition Table" {
55 linux /vmlinuz-linux root=/dev/sda1 ro
56 initrd /initramfs-linux.img