| 1 | peter@ubuntu-s:~$ # Guest Additions 5.2.6 are inserted in CDrom <<<<<<<<<<<<<---------- Started with Guest Additions 5.2.6
|
|---|
| 2 | peter@ubuntu-s:~$ sudo mount /dev/cdrom /mnt
|
|---|
| 3 | mount: /mnt: WARNING: device write-protected, mounted read-only.
|
|---|
| 4 | peter@ubuntu-s:~$ sudo /mnt/VBoxLinuxAdditions.run
|
|---|
| 5 | sudo: unable to execute /mnt/VBoxLinuxAdditions.run: Input/output error
|
|---|
| 6 | peter@ubuntu-s:~$ # As you can see, no log files have been produced
|
|---|
| 7 | peter@ubuntu-s:~$ ls /var/log
|
|---|
| 8 | alternatives.log apt auth.log bootstrap.log btmp dist-upgrade dpkg.log faillog installer kern.log lastlog lxd syslog unattended-upgrades wtmp
|
|---|
| 9 | peter@ubuntu-s:~$ sudo umount /dev/cdrom /mnt
|
|---|
| 10 | umount: /mnt: not mounted.
|
|---|
| 11 |
|
|---|
| 12 | peter@ubuntu-s:~$ # VBoxGuestAdditions_5.2.7-120528.iso inserted <<<<<<<<<<<<<---------- Changed to Guest Additions 5.2.7
|
|---|
| 13 | peter@ubuntu-s:~$ sudo mount /dev/cdrom /mnt
|
|---|
| 14 | mount: /mnt: WARNING: device write-protected, mounted read-only.
|
|---|
| 15 | peter@ubuntu-s:~$ sudo /mnt/VBoxLinuxAdditions.run
|
|---|
| 16 | Verifying archive integrity... All good.
|
|---|
| 17 | Uncompressing VirtualBox 5.2.7 Guest Additions for Linux........
|
|---|
| 18 | VirtualBox Guest Additions installer
|
|---|
| 19 | Copying additional installer modules ...
|
|---|
| 20 | Installing additional modules ...
|
|---|
| 21 | VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
|
|---|
| 22 | VirtualBox Guest Additions: Running kernel modules will not be replaced until the system is restarted
|
|---|
| 23 | VirtualBox Guest Additions: Starting.
|
|---|
| 24 | VirtualBox Guest Additions: modprobe vboxsf failed
|
|---|
| 25 | peter@ubuntu-s:~$ # ^^^^^^^^^^^^^^^^^^^^^^
|
|---|
| 26 | peter@ubuntu-s:~$ ls -al /var/log/vboxadd-*
|
|---|
| 27 | -rw-r--r-- 1 root root 251 Feb 13 15:18 /var/log/vboxadd-install.log
|
|---|
| 28 | -rw-r--r-- 1 root root 255492 Feb 13 15:18 /var/log/vboxadd-setup.log
|
|---|
| 29 | peter@ubuntu-s:~$
|
|---|
| 30 |
|
|---|
| 31 | <<<<<<<<<<<<<<<<<< REBOOT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|---|
| 32 |
|
|---|
| 33 | peter@ubuntu-s:~$ sudo mount /dev/cdrom /mnt
|
|---|
| 34 | mount: /mnt: WARNING: device write-protected, mounted read-only.
|
|---|
| 35 | peter@ubuntu-s:~$ sudo /mnt/VBoxLinuxAdditions.run
|
|---|
| 36 | Verifying archive integrity... All good.
|
|---|
| 37 | Uncompressing VirtualBox 5.2.7 Guest Additions for Linux........
|
|---|
| 38 | VirtualBox Guest Additions installer
|
|---|
| 39 | Removing installed version 5.2.7 of VirtualBox Guest Additions...
|
|---|
| 40 | Copying additional installer modules ...
|
|---|
| 41 | Installing additional modules ...
|
|---|
| 42 | VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.
|
|---|
| 43 | VirtualBox Guest Additions: Running kernel modules will not be replaced until the system is restarted
|
|---|
| 44 | VirtualBox Guest Additions: Starting.
|
|---|
| 45 | peter@ubuntu-s:~$ # ^^^^^^^^^^^^^^^^ <<<<<<<<<<<<< NO modprobe failed message this time
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|