Score:1

Ubuntu 2020 VM open to black screen with blinking underscore character after compact disc

pt flag
Nir

I compact disc (using vmware workstation) my Ubuntu OS (2020 64bit) and after the process of compact disc finished I power on the machine.

Than I proceeded to a black screen with Ubuntu text and 5 dots below it and continued to a blank black screen with a blinking underscore character (_).

black_screen with underscore

I have all my files in there and I can't access them. I have no snapshots because I deleted them in order to using the compact disc function

Score:1
us flag

That underscore is usually there when Ubuntu tries to load OS Files and hasn't loaded them completely or is unable to do so. So you might have corrupted that install. But you can try extracting files from it:

Option 1:

  1. Download any Linux distro you're familiar with
  2. Open the vmware sphere Client
  3. Go to Hosts and Clusters, select your VM and click on Edit Settings
  4. Go to the CD/DVD drive options, select datastore ISO File and select the ISO of the Linux Distro of your Choice
  5. Start the VM and boot from the DVD Drive
  6. Continue without installing
  7. Then open a Terminal:

Give Yourself root privileges:

sudo -i

List available Disks:

ls -al /dev/sd*

Create Directories for the Partitions to mount:

mkdir /mnt/vmDisk1

Mount the partitions of the VM Drive:

mount /dev/sda1 /mnt/vmDisk1

To check if it worked:

ls -al /mnt/vmDisk1

This should allow you to access all of your data

Option 2:

  1. Go to File < Mount Virtual Disk
  2. Select the broken VMDK file
  3. Create a Directory to mount to:
mkdir /mnt/vmDisk1
  1. Select that directory as the target directory.

Now you should be able to access your data(if it isn't completely corrupted).

Sources: this post

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.