VMwareの最新のdist-upgradeの後、Ubuntu 14.04.4 LTSが起動時にハングします


15

私はapt-get dist-upgrade次のように走りました:

Calculating upgrade... Done
The following NEW packages will be installed:
  linux-headers-3.19.0-51 linux-headers-3.19.0-51-generic
  linux-image-3.19.0-51-generic linux-image-extra-3.19.0-51-generic
The following packages will be upgraded:
  linux-generic-lts-vivid linux-headers-generic-lts-vivid
  linux-image-generic-lts-vivid
3 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 65.1 MB of archives.
After this operation, 288 MB of additional disk space will be used.

Setting up linux-image-generic-lts-vivid (3.19.0.51.36) ...
Setting up linux-headers-3.19.0-51 (3.19.0-51.57~14.04.1) ...
Setting up linux-headers-3.19.0-51-generic (3.19.0-51.57~14.04.1) ...
Setting up linux-headers-generic-lts-vivid (3.19.0.51.36) ...
Setting up linux-generic-lts-vivid (3.19.0.51.36) ...

この後、Ubuntu 14.04.4 x64 LTSは正しく起動せず、この画面でハングします:

ここに画像の説明を入力してください

これは、私が試みているすべてのVMで発生します。スナップショットを作成/元に戻すことで再現できます。

更新:これは、/var/log/boot.logGRUBの高度な起動オプションを使用して以前のカーネルで起動した後の内容です。

 * Stopping Read required files in advance                               [ OK ]
 * Starting Mount filesystems on boot                                    [ OK ]
 * Starting Populate /dev filesystem                                     [ OK ]
 * Starting Populate and link to /run filesystem                         [ OK ]
 * Stopping Populate /dev filesystem                                     [ OK ]
 * Stopping Populate and link to /run filesystem                         [ OK ]
 * Stopping Track if upstart is running in a container                   [ OK ]
 * Starting Initialize or finalize resolvconf                            [ OK ]
 * Starting Signal sysvinit that the rootfs is mounted                   [ OK ]
 * Starting mount available cgroup filesystems                           [ OK ]
 * Starting set console keymap                                           [ OK ]
 * Starting Signal sysvinit that virtual filesystems are mounted         [ OK ]
 * Starting Signal sysvinit that virtual filesystems are mounted         [ OK ]
 * Starting Bridge udev events into upstart                              [ OK ]
 * Starting Signal sysvinit that remote filesystems are mounted          [ OK ]
 * Stopping set console keymap                                           [ OK ]
 * Starting Clean /tmp directory                                         [ OK ]
 * Stopping Clean /tmp directory                                         [ OK ]
 * Starting Signal sysvinit that local filesystems are mounted           [ OK ]
 * Starting device node and kernel event manager                         [ OK ]
 * Starting D-Bus system message bus                                     [ OK ]
 * Starting flush early job output to logs                               [ OK ]
 * Stopping Mount filesystems on boot                                    [ OK ]
 * Stopping flush early job output to logs                               [ OK ]
 * Starting load modules from /etc/modules                               [ OK ]
 * Starting cold plug devices                                            [ OK ]
 * Starting log initial device creation                                  [ OK ]
 * Starting SystemD login management service                             [ OK ]
 * Stopping load modules from /etc/modules                               [ OK ]
 * Starting system logging daemon                                        [ OK ]
 * Starting mDNS/DNS-SD daemon                                           [ OK ]
 * Starting bluetooth daemon                                             [ OK ]
 * Starting Reload cups, upon starting avahi-daemon to make sure remote q[ OK ]are populated
 * Stopping Reload cups, upon starting avahi-daemon to make sure remote q[ OK ]are populated
 * Starting Bridge file events into upstart                              [ OK ]
 * Starting Uncomplicated firewall                                       [ OK ]
 * Starting configure network device security                            [ OK ]
 * Starting configure network device                                     [ OK ]
 * Starting configure network device security                            [ OK ]
 * Starting Mount network filesystems                                    [ OK ]
 * Starting Failsafe Boot Delay                                          [ OK ]
 * Stopping Failsafe Boot Delay                                          [ OK ]
 * Stopping Mount network filesystems                                    [ OK ]
 * Starting System V initialisation compatibility                        [ OK ]
 * Starting modem connection manager                                     [ OK ]
 * Starting configure network device security                            [ OK ]
 * Starting configure network device                                     [ OK ]
 * Starting userspace bootsplash                                         [ OK ]
 * Starting network connection manager                                   [ OK ]
 * Stopping userspace bootsplash                                         [ OK ]
 * Starting Send an event to indicate plymouth is up                     [ OK ]
 * Stopping Send an event to indicate plymouth is up                     [ OK ]
 * Starting Bridge socket events into upstart                            [ OK ]
Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
 * Starting AppArmor profiles                                                                [ OK ]
 * Setting up X socket directories...                                                        [ OK ]
 * Stopping System V initialisation compatibility                        [ OK ]
 * speech-dispatcher disabled; edit /etc/default/speech-dispatcher
 * Starting System V runlevel compatibility                              [ OK ]
 * Starting Restore Sound Card State                                     [ OK ]
 * Starting regular background program processing daemon                 [ OK ]
 * Starting anac(h)ronistic cron                                         [ OK ]
 * Starting save kernel messages                                         [ OK ]
 * Starting configure network device security                            [ OK ]
 * Starting CPU interrupts balancing daemon                              [ OK ]
 * Starting Restore Sound Card State                                     [fail]
 * Starting crash report submission daemon                               [ OK ]
 * Stopping save kernel messages                                         [ OK ]
 * Stopping anac(h)ronistic cron                                         [ OK ]
 * Stopping Restore Sound Card State                                     [ OK ]
 * Starting automatic crash report generation                            [ OK ]
 * Starting cups-browsed - Bonjour remote printer browsing daemon        [ OK ]
 * Starting configure virtual network devices                            [ OK ]
Starting VirtualBox kernel modules * Stopping cold plug devices          [ OK ]
 * Stopping log initial device creation                                  [ OK ]
 * Starting save udev log and update rules                               [ OK ]
 * Stopping save udev log and update rules                               [ OK ]
 ...done.

おそらくこの行に気づいたでしょStarting Restore Sound Card Stateう。Ubuntu用のVMを使用しているので、仮想サウンドインターフェイスを無効にして再起動してみてください。ほとんどの場合、上記のカーネルアップグレードによりドライバーが破損しました。
フラットロン

これは既に更新前に発生していました。しかし、とにかく無効にしました。修正しませんでした。
アレクサンダー

うーん、ここから最新のカーネルを使用してみてください:kernel.ubuntu.com/~kernel-ppa/mainline/daily/currentそれが機能するかどうかを確認します。適切なカーネルログがないと、問題の原因を特定できません(cat /var/log/kern.log)。また、フォルダー内の圧縮されたカーネルログを調べることもできます。
フラットロン

:@Flatron私は質問の時間のためのkern.logを含むペーストビン作成pastebin.com/iYDjfcxU
アレクサンダーZeitler氏

昨日、セキュリティの更新がありましたが、バグ#1548985がそれと関係があると思われます。
グンナルHjalmarsson

回答:


11

Ubuntuフォーラムには、私の問題が最新のUbuntuカーネルアップデート(linux-image-extra-3.19.0-51-generic)によって引き起こされていることを示す少なくとも1つのスレッドがあります。

http://ubuntuforums.org/showthread.php?t=2314723

更新:

@alexmurrayはhttps://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1550090にバグを報告しました(既に確認済みです)

影響を受ける場合は、そこに投票してください(ここに「私も」の回答を作成しないでください)。

更新:

修正されたことにより、3.19.0-51.58~14.04.1


10

私は同じ問題を抱えていて、古いカーネルに戻しました。

  1. ホールドShift、ブートアップ時に、高度なオプションを選択し、古いカーネル(最新のカーネルが何であるかに注意して)を選択します。これにより、Ubuntuデスクトップに移動できます。

  2. そこからシナプスパッケージマネージャーを開きます。linux-image-3.19.0-51-generic(またはインストールした最新のカーネル)を見つけます。

  3. 右クリックして、[削除のマーク]を選択します。

  4. 適用して再起動します。


1
カーネルバージョンがまったく同じである同じ問題。VMWare Workstation内のVMで実行します。このソリューションはそれを解決しました。
psyklopz

1
このバグの影響を受ける人は、Launchpadでそれらに影響があるとマークする必要があります。 bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1550090
psyklopz

0

ブートテキスト情報の記録は保持していませんが、最初にしばらく使用していた15.10 Wily Werewolf VMで同様の問題(Windows 7 64ビットホストVMware Workstation 12 Player)が発生しました。数日前に最新の更新プログラムをインストールした後、VMが起動せず、黒い画面で動かなくなりました。以前使用した.isoから新しい14.04.3 LTS VMを作成することで、この問題を回避しようとしました。このゲストVMは、更新するまで正常に動作し、その後も起動しませんでした。そこで、15.10ゲストVMの新規インストールを再試行しましたが、それが原因である最新のアップデートに含まれているように思えます(試した2つのVMには異なるカーネルがあるため、USB 3.0機能用に新しいカーネルが必要です)。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.