aboutsummarylogtreecommitdiffstats
path: root/menu.lst
diff options
context:
space:
mode:
authortwomyn2012-03-26 11:35:27 -0700
committeryar2015-07-03 16:58:14 -0700
commit4e763ae44f81e649cd432bc56ace277b5b12e345 (patch)
tree1af1746e3a3ad56f61170ac6ddc3ecc19e158bda /menu.lst
parent7f5d598d02b41fb70c5091d296fbe7a86da1e1bd (diff)
downloadaur-4e763ae44f81e649cd432bc56ace277b5b12e345.tar.gz
Fix read-only booting problems
ro in menu.lst was just a stupid goof barriers were a more subtle problem - best to do everything explicitly here barrier=0 means turn them OFF, which means MORE FAILSAFE filesystem these journaling settings may prove to be bad, but we will try them.
Diffstat (limited to 'menu.lst')
-rw-r--r--menu.lst4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.lst b/menu.lst
index 58a352a2297c..b458d780576f 100644
--- a/menu.lst
+++ b/menu.lst
@@ -3,10 +3,10 @@ timeout 10
title Arch Linux Linode Xen kernel %VER%
root (hd0)
-kernel /boot/vmlinuz-linux-linode root=/dev/xvda console=hvc0 ro loglevel=4
+kernel /boot/vmlinuz-linux-linode root=/dev/xvda console=hvc0 loglevel=4 rw rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,journal=update,errors=remount-ro
initrd /boot/initramfs-linux-linode.img
title Arch Linux Linode Xen kernel %VER% Fallback
root (hd0)
-kernel /boot/vmlinuz-linux-linode root=/dev/xvda console=hvc0 ro loglevel=4
+kernel /boot/vmlinuz-linux-linode root=/dev/xvda console=hvc0 loglevel=4 rw rootflags=noatime,nodiratime,data=journal,barrier=0,commit=5,journal=update,errors=remount-ro
initrd /boot/initramfs-linux-linode-fallback.img