ROOT/boot/grub/grub.cfg
changeset 1 8ff135ba3a93
parent 0 cf3d12913a16
child 2 cdf62add5d6f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ROOT/boot/grub/grub.cfg	Fri Jan 27 13:33:43 2012 +0100
@@ -0,0 +1,18 @@
+serial --speed=38400
+terminal_input --append serial
+terminal_output --append serial
+
+# already done during grub-install
+#insmod part_msdos
+#insmod ext2
+
+search --no-floppy --label --set alix
+set timeout=3
+
+menuentry 'Linux' {
+        echo 'Loading Linux...'
+        linux /boot/vmlinuz-2.6.32-5-686 ro quiet console=ttyS0,38400n8 root=LABEL=<XXX>
+        echo 'Loading Initrd...'
+        initrd /boot/initrd.img-2.6.32-5-686
+}
+