SDB:Systems with reiserfs and lvm Take Too Long to Boot
From openSUSE
Version: 9.2
[edit]
Symptom
The boot process in systems with reiserfs and lvm takes too long specially in the passage Replaying Journal....
[edit]
Cause
The default sequence of the scripts boot.rootfsck, boot.hotplug, and boot.lvm.
[edit]
Solution
Change the script sequence.
- Edit the file
/etc/init.d/boot.hotplugand change the line
# Required-Start: boot.rootfsck
to
# Required-Start: boot.rootfsck boot.lvm
- Execute:
insserv boot.hotplug
Keywords: boot | reiserfs | lvm | hotplug

