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/07 06:51] 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
   * Downgrade Virtual Box from 6.0.12 to 6.0.10   * Downgrade Virtual Box from 6.0.12 to 6.0.10
Line 77: Line 86:
     * 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.1570445501.txt.gz · Last modified: 2019/10/07 06:51 by juckins