Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


virtualbox_for_centos_7_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
virtualbox_for_centos_7_notes [2019/10/04 08:05] juckinsvirtualbox_for_centos_7_notes [2020/05/16 15:42] (current) juckins
Line 1: Line 1:
 ==== VirtualBox running CentOS 7 Notes ==== ==== VirtualBox running CentOS 7 Notes ====
 +
 +**April 2020 - Upgrade to CentOS 7.8:**
 +
 +Upgrade worked with no issues
 +
  
 **September 2019 - Upgrade to CentOS 7.7:** **September 2019 - Upgrade to CentOS 7.7:**
Line 66: Line 71:
 Problems:  Problems: 
   * Windows TAT is not accessible graphically - even booting into old kernel gives non-usable graphical screen   * Windows TAT is not accessible graphically - even booting into old kernel gives non-usable graphical screen
-    May need to remove Guest Additions entirely +  Work VM needs to boot into older kernel to get graphics to display 
-  * work VM needs to boot into older kernel to get graphics to display +  * python3 will not upgrade with the IUS repository enabled 
-  * Need to determine how to find currently-installed version of Guest Additions+  * MATE desktop environment has double launchers 
 +    * Run: mate-panel --reset 
 +    * Then manually customize panel with launchers 
 +  * Bug with xfreerdp where CTRL-ALT-ENTER will reset X after it becomes full screen (can't toggle back and forth) 
 +    * Workaround is to use 'rdesktop' instead
  
-Possible Solutions:+Guest Additions troubleshooting:
   * Open ticket with VirtualBox forums   * Open ticket with VirtualBox forums
-  * Download Virtual Box from 6.0.12 to 6.0.10+  * Downgrade Virtual Box from 6.0.12 to 6.0.10
   * On test VM with GA 6.0.12, see if the hardware acceleration settings need to be changed per error message that pops up (should not need changing as it will affect VirtualBox 6.1 branch)   * On test VM with GA 6.0.12, see if the hardware acceleration settings need to be changed per error message that pops up (should not need changing as it will affect VirtualBox 6.1 branch)
   * Search forums for error "Building the main Guest Additions 6.0.12 module for kernel 3.10.0-1062.1.1.el7.x86_64."   * Search forums for error "Building the main Guest Additions 6.0.12 module for kernel 3.10.0-1062.1.1.el7.x86_64."
     * Looks like 6.0.13 is a test build and 6.0.14 will have permanent fix     * Looks like 6.0.13 is a test build and 6.0.14 will have permanent fix
     * Could try installing from [[https://www.virtualbox.org/wiki/Testbuilds|VirtualBox test builds]]     * Could try installing from [[https://www.virtualbox.org/wiki/Testbuilds|VirtualBox test builds]]
 +      * This test build does work
 +
 +Python3 fix to use EPEL instead of IUS repo:
 +
 +<code>
 +# yum remove python36u
 +# yum remove ius-release
 +# yum install python3
 +# yum install python3-devel
 +</code>
 +
  
 **December 2018 - Upgrade to CentOS 7.6:** **December 2018 - Upgrade to CentOS 7.6:**
virtualbox_for_centos_7_notes.1570190707.txt.gz · Last modified: 2019/10/04 08:05 by juckins