Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the purpose or intention of the "Live CD/DVD" checkbox in a VirtualBox VM's Machine Settings Storage screen?

Instructions for installing operating systems inside a VirtualBox virtual machine sometimes advise that the user ensures that the "Live CD/DVD" checkbox is checked. Other instructions don't mention this checkbox at all.

What is the purpose of this checkbox? Does its setting have any functional difference in the operation of a VirtualBox VM?

I am able to boot and install live CDs/DVDs regardless of this checkbox's setting, so I'm confused about why it's even there. I could not find a clear reference to this setting in the VirtualBox User Manual either (did I miss it?), leaving me further perplexed.

Here is a screenshot of the specific item I'm referencing:

enter image description here

like image 530
M12 Avatar asked May 30 '16 18:05

M12


People also ask

What is Live CD DVD in VirtualBox?

With the "Live CD/DVD" box checked, the ISO is not removed when you eject the disk using the guest OS file explorer and it remains attached to the drive. So for example, if you were to eject the CD before rebooting, you'd still reboot to the Live CD. ( without this option, it'd boot to an empty CD drive)

What is the purpose of VirtualBox?

VirtualBox is a general-purpose virtualization tool for x86 and x86-64 hardware, targeted at server, desktop, and embedded use, that allows users and administrators to easily run multiple guest operating systems on a single host.

What is Oracle vmware VirtualBox?

VirtualBox is a powerful Cross-platform Virtualization Software for x86-based systems. Download. "Cross-platform" means that it installs on Windows, Linux, Mac OS X and Solaris x86 computers.


2 Answers

Normally, when you eject a CD from the guest OS (e.g. right-click -> eject in File Explorer), it also removes the ISO from the drive (in VM settings page) and it becomes an empty CD drive.

With the "Live CD/DVD" box checked, the ISO is not removed when you eject the disk using the guest OS file explorer and it remains attached to the drive. So for example, if you were to eject the CD before rebooting, you'd still reboot to the Live CD. (without this option, it'd boot to an empty CD drive)

like image 124
Mizstik Avatar answered Oct 11 '22 18:10

Mizstik


At first I was also unable to find an answer, but the mouseover (in my version) tells me:

Live CD/DVD

When checked, the virtual disk will not be removed when the guest system ejects it.

like image 29
Tony Mach Avatar answered Oct 11 '22 18:10

Tony Mach