DebuggingLvm

Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2007-04-16 08:39:46
Size: 461
Editor: yttrium
Comment: fix typo
Revision 6 as of 2010-03-02 03:09:02
Size: 587
Editor: 74-129-0-211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(Debugging/Header)>>
Line 13: Line 14:

'''NOTE: This does not appear to work on Lucid'''
----
CategoryBugSquad CategoryDebugging

Debugging Central

This page is part of the debugging series — pages with debugging details for a variety of Ubuntu packages.

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.

NOTE: This does not appear to work on Lucid


CategoryBugSquad CategoryDebugging

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