summarylogtreecommitdiffstats
path: root/lilo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lilo.conf')
-rw-r--r--lilo.conf16
1 files changed, 12 insertions, 4 deletions
diff --git a/lilo.conf b/lilo.conf
index 9d42a23336c0..a19b161afe3f 100644
--- a/lilo.conf
+++ b/lilo.conf
@@ -2,24 +2,32 @@
# /etc/lilo.conf
#
-boot=/dev/hda
+boot=/dev/sda
# This line often fixes L40 errors on bootup
-# disk=/dev/hda bios=0x80
+# disk=/dev/sda bios=0x80
default=arch
timeout=50
lba32
prompt
+# Nice colours
+install=menu
+menu-scheme=Wb:Yr:Wb:Wb
+# Highly recommended to uncomment line below if it
+# does not give any error on booting
+# compact
+
+# Remember to change root=/dev/???
image=/boot/vmlinuz-linux
label=arch
- root=/dev/hda3
+ root=/dev/sda2
initrd=/boot/initramfs-linux.img
read-only
image=/boot/vmlinuz-linux
label=arch-fallback
- root=/dev/hda3
+ root=/dev/sda2
initrd=/boot/initramfs-linux-fallback.img
read-only