web-dev-qa-db-ja.com

デュアルブートOSXのインストールでUbiquityがハングするようです

OSX(10.9 Mavericks)とUbuntu 14.04をデュアルブートしようとしていますが、Ubiquityインストーラーは過去20分間ハングしているようです。

OSXのディスクユーティリティを使用してOSXパーティションのサイズを変更し、そこでFATパーティションを作成しました。次に、ライブUSBからUbuntuでインストーラーを実行しました。このパーティションのサイズを少し変更して(スクリーンショット)、確認しました。その後、何も。

Ubiquity-dmログには、存在しないXセッションに関連しているように見える致命的なエラーがあります。これが関連するかどうかは完全にはわかりません。

Ubiquityバージョン2.18.17。

screen shot showing ubiquity partition config and top from temrinal

一部のログファイル

/ var/log/installer/debug

ubuntu@ubuntu:~$ tail -f /var/log/installer/debug 
/usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:131: Warning: Source ID 332438 was not found when attempting to remove it
  GLib.source_remove(self.rows_changed_id)
/usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:18: Warning: Source ID 346649 was not found when attempting to remove it
  GLib.source_remove(self.timeout_id)
/usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:131: Warning: Source ID 346742 was not found when attempting to remove it
  GLib.source_remove(self.rows_changed_id)
/usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:18: Warning: Source ID 347267 was not found when attempting to remove it
  GLib.source_remove(self.timeout_id)
/usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:131: Warning: Source ID 347407 was not found when attempting to remove it
  GLib.source_remove(self.rows_changed_id)

/ var/log/installer/dm

ubuntu@ubuntu:~$ tail -f /var/log/installer/dm 
(panel:2083): Gtk-CRITICAL **: gtk_widget_remove_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
ubiquity-dm: greeter exited with code 0
nm-applet-Message: PID 1987 (we are 2105) sent signal 15, shutting down...

(process:2086): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 21 requests (21 known processed) with 0 events remaining.
(EE) Server terminated successfully (0). Closing log file.
ubiquity-dm: set_locale
ubiquity-dm: Exiting with code 0
1
sennett

Ubuntuインストール用に別のパーティションを作成し、Ubuntuをインストールします。システムにUbuntuをインストールし、OSXで作成されたパーティションを削除し、Gpartedを使用してUbuntuパーティションにそのスペースをマージするために、ubuntuを再起動してインストールし、ライブメディアを作成します。

Ubuntuのインストールに関するヘルプが得られます here

および ここ

1
Chinmaya B