summaryrefslogtreecommitdiff
path: root/scripts/local
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/local')
-rw-r--r--scripts/local9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/local b/scripts/local
index dc0745d..85d62af 100644
--- a/scripts/local
+++ b/scripts/local
@@ -87,9 +87,12 @@ mountroot ()
fi
;;
esac
- echo "ALERT! ${ROOT} does not exist. Dropping to a shell!"
- echo " Check your root= boot argument (cat /proc/cmdline)"
- panic " Check for missing modules (cat /proc/modules), or device files (ls /dev)"
+ echo "Gave up waiting for root device. Common problems:"
+ echo " - Boot args (cat /proc/cmdline)"
+ echo " - Check rootdelay= (did the system wait long enough?)"
+ echo " - Check root= (did the system wait for the right device?)"
+ echo " - Missing modules (cat /proc/modules; ls /dev)"
+ panic "ALERT! ${ROOT} does not exist. Dropping to a shell!"
done
# Get the root filesystem type if not set