Not Your Dad's IT

Updated Solutions to Classic Challenges

A personal website dedicated to helping IT professionals review where we've been, where we are, and maybe where we are headed.

  • Blog
  • About
  • Disclaimer
CentOS_Logo.png

Install CentOS 8 on VMware Fusion 11.5 Error - Pane is Dead

January 24, 2020 by Nathaniel Avery in Bugs

Problem:

Installing CentOS 8 on VMware Fusion 11.5 produces an error.

“Pane is dead” appears at the bottom of the screen. Rebooting doesn’t make the problem go away.

Pane_Is_Dead_Error.png

Solution:

The easiest solution I can find is to conduct a custom install selecting Red Hat 8 as the OS and set the BIOS type to UEFI. When the virtual machine boots, attach the CentOS 8 .iso file, reboot, and continue the install as normal.

Root Cause:

As best I can figure it, the root cause seems to be tied to how Fusion identifies CentOS 8. Fusion appears to identify it as “CentOS 5 or earlier 64-bit” which has either hardware settings, drivers, or both, that are incompatible with the CentOS 8 installer.

CentOS_5_or_Earlier.png


Edit:

While I used UEFI, the custom install option will also work with “Legacy BIOS” selected.



January 24, 2020 /Nathaniel Avery
Mac, Fusion, Vmware Fusion, CentOS
Bugs
2 Comments
vs_code_and_CentOS_v1.png

Installing Microsoft Visual Studio Code on CentOS 7

February 27, 2018 by Nathaniel Avery in Install

Microsoft has recently released several cross-platform tools for managing code and databases.  It's possible that these tools either would not have been developed previously, or would have been made available exclusively for Windows.  But as they say, the times are changing.  Microsoft's CEO Satya Nadella has promised a new Microsoft, and here it is.

Visual Studio Code is a tool which represents this "new" Microsoft.  It's open source, it's free, and it can be used on Windows, MacOS, and Linux OSes.  Moreover, there is extensive context sensitive support of multiple programming languages - even non-MS languages.  VS Code is a very modern editor offering built-in support of get, modular extensions, and it also offers "IntelliSense," a feature that "provides smart completions based on variable types, function definitions, and imported modules."

Installation of VS code on Windows is pretty straight forward, so I decided to try the process on a recent distribution of CentOS 7.  Specifically, I used the CentOS OS below.

CentOS_VS_Code_06.PNG

 

The installation Instructions for Fedora and RHEL variants can be found here: https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions

Step 1. Install the correct keys for the MS repo

CentOS_VS_Code_01.PNG

 

Step 2.  Install VS Code.  Answer "y" if there are needed dependencies.

CentOS_VS_Code_02.PNG
CentOS_VS_Code_03.PNG

That's it!  VS Code is ready to execute.  It is not recommended to run VS Code with elevated permissions, so sudo is not needed.  Once running, you may discover that you need to also install Git if it isn't already installed.

CentOS_VS_Code_04.PNG
CentOS_VS_Code_05.PNG

 

 

February 27, 2018 /Nathaniel Avery
Visual Studio Code, CentOS
Install
4 Comments

Powered by Squarespace