Unable to insert the virtual optical disk ...\VBoxGuestAdditions.iso into the machine CentOS-8

Issues related to applications and software problems and general support
Post Reply
jvmakela2
Posts: 1
Joined: 2019/11/06 16:41:50

Unable to insert the virtual optical disk ...\VBoxGuestAdditions.iso into the machine CentOS-8

Post by jvmakela2 » 2019/11/06 17:30:49

Platform:

- VirtualBox 6.0
- host: Windows 10
- guest: CentOS 8

I want to increase the display resolution of the guest and window size. I've got two monitors (both 1920x1080)
and would like to run VM on the other screen and Windows on the other.
I got instructions on page:

https://linuxconfig.org/virtualbox-inst ... n-redhat-8

and I've done step 1: Install all packages required for VirtualBox guest addition compilation. Open the terminal window and execute the following command:

# dnf install tar bzip2 kernel-devel-$(uname -r) kernel-headers perl gcc make elfutils-libelf-devel
step1.png
step1.png (239 KiB) Viewed 5404 times
Step 2: Insert Virtualbox guest additions ISO image
I downloaded the latest version of VB guest additions ISO image: https://www.virtualbox.org/wiki/Testbuilds
and replaced the existing ISO with the latest ISO (renamed it in C:Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso"
step2.gif
step2.gif (50.98 KiB) Viewed 5404 times
And I got the following error message:
step2error.gif
step2error.gif (41.69 KiB) Viewed 5404 times
And I've got no clue what to do next?
Just a novice with Linux.

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Unable to insert the virtual optical disk ...\VBoxGuestAdditions.iso into the machine CentOS-8

Post by hunter86_bg » 2019/11/07 16:35:35

What is your VirtualBox version?

Usually lack of Vbox guest tools is not critical for your CentOS8 system.

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Unable to insert the virtual optical disk ...\VBoxGuestAdditions.iso into the machine CentOS-8

Post by TrevorH » 2019/11/07 16:37:40

I'm going to guess that the drive already has a "CD" inserted in it and it's mounted so that when you try to insert a new one, it tries to eject it and fails because it's in use... In which case, umount it first then eject it and then try inserting new media.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

nouvo09
Posts: 184
Joined: 2009/09/19 19:21:36
Location: Paris, France

Re: Unable to insert the virtual optical disk ...\VBoxGuestAdditions.iso into the machine CentOS-8

Post by nouvo09 » 2019/11/08 12:17:22

TrevorH wrote:
2019/11/07 16:37:40
I'm going to guess that the drive already has a "CD" inserted in it and it's mounted so that when you try to insert a new one, it tries to eject it and fails because it's in use... In which case, umount it first then eject it and then try inserting new media.
+1 except it is not mounted and clicking on "insert" does mount it.
Member of centos-FR forum

Post Reply