恒例のGentooハマり。
Kernel 3.12から3.13や3.14にカーネルアップするとどうもうまく動かなかった。
具体的には、ディスクマウントのところでタイムアウト (ログには「Timed out waiting for device dev-sda6.device」とか出る) したり、nouveauのドライバで初期化にこけたり。
いろいろと調べつつ、以下の二ヶ所直せばとりあえず動いた。
1点目: マウントオプション: noauto, x-systemd.automount
/etc/fstabの全てのディスクとNFSの行に「noauto, x-systemd.automount」オプションをつける。
Gentoo Forums :: View topic – Systemd timing out during local disk mount
ここみてやってみたら動いた。ただ「temporarily fix」だよと言っている。
systemd (日本語) – Arch Linux
なんかfsckとかぶったりしてうまくいかないっぽい。
2点目: SYSFS_DEPRECATED関連をOFFる
systemdをemergeしたときに完全に見落としていた。こんなメッセージが出る。
* Messages for package sys-apps/systemd-208-r3:
* CONFIG_SYSFS_DEPRECATED: should not be set. But it is.
* CONFIG_SYSFS_DEPRECATED_V2: should not be set. But it is.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
これをOFFってなかった。非常に残念なミス。