macOS 10.12 ホストに Debian VM がインストールされています。何らかの理由でVBOXADDITIONS
認知CDを取り出すたびに、緊急モードで起動します。 CDを再インストールして再起動しなければ、正常に起動できます。この問題に対する解決策はありますか?それとも、単にインストールする方が良いですか?
/etc/apt/sources.list
図のようにディスクへの参照があります。
#
# deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 xfce-CD Binary-1 20160917-14:22]/ jessie main
# deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 xfce-CD Binary-1 20160917-14:22]/ jessie main
deb http://ftp.us.debian.org/debian/ jessie main
deb-src http://ftp.us.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
# jessie-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ jessie-updates main
deb-src http://ftp.us.debian.org/debian/ jessie-updates main
次へのcdrom0
参照もあります/etc/fstab
。
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=de666870-7693-4c4d-a11d-67158e0898a5 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=4032a035-cc16-4483-a6ce-c2a5196be7b6 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,exec 0 0
答え1
/etc/fstabから起動中に「mount -a」を実行すると、CDが自動的にマウントされます。
変化
/dev/sr0 /media/cdrom0 udf,iso9660 user,exec 0 0
到着
/dev/sr0 /media/cdrom0 udf,iso9660,user,exec,noauto 0 0
答え2
ソースリストを編集し、行の前に#を追加する必要があります。
deb cdrom:[Debian GNU/Linux 8.6.0提示- 公式amd64 xfce-CD Binary-1 20160917-14:22]/jessie main
保存と終了。
CDはまだリポジトリとして使用され、存在する必要があると見なされます。 Windowsでは、#を除いて停止します。