Summary: | "devfs: waiting for udev" timeout | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | skolima |
Component: | [OLD] baselayout | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
skolima
2010-08-17 20:20:25 UTC
Please attach the output of emerge --info to this bug. Created attachment 243467 [details]
emerge --info
This turned out to be my fault: my swap partitions had the partition type set to 0xfd (RAID autoassemble) instead of 0x82 (Linux swap). Fixing this solved the problem. What made this hard to diagnose, however, was the fact that with 'raid=noautodetect' parameter kernel did not report the missing superblock on the swap partitions, and udev script complained about the already assembled matrices instead of the actual problem. |