From 97362f571cd877274cfd9bef30c6a4b99723135c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 11 Nov 2013 17:47:30 +0100 Subject: grub: sample menu.lst file improvements Two improvements to the menu.lst file: * Do not enforce any video mode, let the kernel use whatever it wants as the default, or let the user customize it when needed. * Use /dev/sda1 instead of /dev/hda1. Nowadays, most hard disk controllers are handled using libata, and therefore the disks are visible as /dev/sd. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- boot/grub/menu.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/grub') diff --git a/boot/grub/menu.lst b/boot/grub/menu.lst index d76bf6323..41e9b62b0 100644 --- a/boot/grub/menu.lst +++ b/boot/grub/menu.lst @@ -4,4 +4,4 @@ splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title Buildroot root (hd0,0) - kernel /boot/bzImage rw root=/dev/hda1 vga=791 + kernel /boot/bzImage rw root=/dev/sda1 -- cgit v1.2.3