I have a Debian VM installed on a macOS 10.12 host. For some reason, whenever I eject the VBOXADDITIONS
CD, I boot into emergency mode. It is only by remounting said CD and rebooting that I can boot normally. Is there a fix for this, or would I be better off just leaving it mounted?
There are references to the disk in /etc/apt/sources.list
, as shown:
#
# 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
There also are references to a cdrom0
in /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
/etc/fstab
doesn't exist and there are references to the disk insources.list
. I put its contents in the OP. – atirit Jan 05 '17 at 03:42/etc/fstab
– Jan 05 '17 at 11:09