DebuggingLvm

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-04-16 08:38:43
Size: 460
Editor: yttrium
Comment:
Revision 4 as of 2008-06-24 17:23:14
Size: 534
Editor: c-24-21-234-111
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[Include(Debugging/Header)]]
Line 8: Line 9:
(initramfs) /sbin/udevd --verbose --supress-syslog >/dev/udevd.log 2>&1 & (initramfs) /sbin/udevd --verbose --suppress-syslog >/dev/udevd.log 2>&1 &
Line 13: Line 14:
----
CategoryBugSquad CategoryDebugging

Include(Debugging/Header)

When LVM/RAID/etc. don't work on boot

Boot with break=premount on the kernel command line, remove both quiet and splash for sanity.

(initramfs) rm scripts/init-premount/udev
(initramfs) echo "" > /proc/sys/kernel/hotplug
(initramfs) /sbin/udevd --verbose --suppress-syslog >/dev/udevd.log 2>&1 &
(initramfs) /sbin/udevtrigger

Now press ^D and let the boot continue; once it has booted, please provide the /dev/udevd.log file.


CategoryBugSquad CategoryDebugging

DebuggingLvm (last edited 2010-03-02 03:09:02 by 74-129-0-211)