0

i am trying to install ubuntu 15.04 on virtualbox. The first time it was established without problems, but now i can not install it again. When i start the machine this error occurs:

Screenshot

And after installing the optical disk drive disappears from VM and when i start the VM again i offer to install it again.

Please, help me fix this problem, I urgently need this VM for work.

Takkat
  • 142,284
JohnS
  • 5
  • 3
  • The message in your screenshot isn't the real problem. I can see this message every day and my VM works. – A.B. Oct 23 '15 at 05:05
  • Maybe this error does not affect the operation of the machine. But why after installation the optical disk disappears and i have to install VM again? As I said, the first installation was successful.Maybe the first installation preserved any files that prevent re-install the machine? – JohnS Oct 23 '15 at 05:48

1 Answers1

0

The warning you see on booting Ubuntu in a Virtual Machine is just to tell you, that in this virtualized environment there is no System Management Bus. This of course is expected, as we do not install on bare metal. We can safely ignore this warning.

After installing Ubuntu from the .ISO file we have to remove this virtual CD-ROM from the virtual machine to be able to boot from the virtual hard drive (.VDI) we had created. Otherwise it will just boot again from the CD image which will offer you to re-install (see e.g. my answer here).

Takkat
  • 142,284
  • Thank you, it means that disappearance of the optical disc is normal. But why I cannot run the VM? Installing window appears again. – JohnS Oct 23 '15 at 07:17
  • What I do is to replace the virtual CD drive (in Virtual Box Manger storage settings) with either the host CD-drive, or I load the guest additions CD instead. In any case if you see the installer again your Ubuntu ISO was not removed from the VM. – Takkat Oct 23 '15 at 07:28
  • @ Takkat Thank you very much! I removed the disk from the drive and it worked. – JohnS Oct 23 '15 at 07:59