Page 1 of 1

Can't boot without mountable CD in CD drive

PostPosted: Jun 20th, '13, 08:49
by Khym_Chanur
When I tried to reboot /dev/cdrom failed to mount, which is fine, since it had no CD in it. But that caused the following messages:

Code: Select all
[DEPEND] Dependency failed for Local File System
[DEPEND] Dependency failed for Mark the need to relable after reboot
[DEPEND] Dependency failed for Relabel all filesystems, if necessary

It then offered to let me to log in as root for maintenance, or to press Ctrl-D to continue, but no matter how many times I tried to continue it would just repeat the offer to let me log in as root. The problem went away once I put a iso9660 type CD into the drive and rebooted.

So, what sort of configuration option do I need to set (or unset) so the booting sequence won't care if it can find a mountable CD?

Re: Can't boot without mountable CD in CD drive

PostPosted: Jun 20th, '13, 09:50
by Ken-Bergen
Please post the contents of your /etc/fstab

Re: Can't boot without mountable CD in CD drive

PostPosted: Jun 20th, '13, 23:39
by Khym_Chanur
/etc/fstab:

Code: Select all
# Entry for /dev/sda5 :
UUID=bad76258-a33e-41a1-a5d0-97a92362f75c / ext3 acl,relatime 1 1
# Entry for /dev/sda7 :
UUID=b6746be0-1377-4c4e-b796-390755fc2386 /home ext3 acl,relatime 1 2
# Entry for /dev/sda2 :
UUID=949CA48C9CA46A86 /media/win_d ntfs-3g defaults,umask=000 0 0
/home/matt/migrate.iso /mnt/migrate iso9660 noauto,loop 0 0
# Entry for /dev/sda1 :
UUID=B2C8573AC856FBD3 /mnt/vista ntfs-3g defaults,umask=000 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda6 :
UUID=89dda00b-4ebe-4af8-8ef9-d1b44c02156a swap swap defaults 0 0

/dev/cdrom /mnt/cdrom iso9660 defaults 0 0

Re: Can't boot without mountable CD in CD drive

PostPosted: Jun 20th, '13, 23:48
by Ken-Bergen
There is no need to have an /etc/fstab entry for a cdrom drive so comment it out like this
Code: Select all
# /dev/cdrom /mnt/cdrom iso9660 defaults 0 0