19.04 in virtualbox
David L
david4lists at gmail.com
Fri May 3 01:18:44 UTC 2019
On Thu, May 2, 2019 at 5:34 PM David L <david4lists at gmail.com> wrote:
>
>
> On Thu, May 2, 2019 at 3:40 AM Liam Proven <lproven at gmail.com> wrote:
>
>> On Thu, 2 May 2019 at 02:46, David L <david4lists at gmail.com> wrote:
>> >
>> > My desktop has 18.04 and I'm trying to install 19.04 in virtualbox.
>> When I select the install option, it stops progressing after giving me the
>> option to erase disk/something else/etc. When I try ubuntu without
>> installing, it gets to the desktop then hangs. In both cases, it's using a
>> lot of CPU (I gave it 2 cores and it's using 170% of the CPU. I have other
>> VMs running fine. Are there any known problems with 19.04/virtual box? I
>> would naively think that this would be the easiest environment for
>> developers to test and debug because the system that is running is not
>> customized... it's just the live image and it's running under Ubuntu's
>> virtualbox.
>>
>> You haven't really given us enough info to go on.
>>
>> * What CPU/model/speed?
>
> model name : AMD Ryzen 7 2700 Eight-Core Processor
> cat /proc/cpuinfo |grep -i hz
> cpu MHz : 1910.799
> cpu MHz : 1928.904
> cpu MHz : 2154.425
> cpu MHz : 2167.565
> cpu MHz : 1975.796
> cpu MHz : 1987.976
> cpu MHz : 2641.125
> cpu MHz : 2645.331
> cpu MHz : 2834.542
> cpu MHz : 2804.707
> cpu MHz : 2871.440
> cpu MHz : 2867.451
> cpu MHz : 2181.765
> cpu MHz : 2197.926
> cpu MHz : 3698.922
> cpu MHz : 3662.851
>
>
>
>> Does it have hardware virtualisation?
>
> yes
>
>> Is this
>> turned on in the firmware?
>>
>> I enabled it in the BIOS... before I did that, none of my VMs were
> working, so I think that worked since other VMs work now.
>
>> * What version of Virtualbox?
>
> 5.2.18_Ubuntu r123745
>
>
>
>> Are its drivers correctly installed?
>
> Not sure how to tell, but my 14.04 VM is booting fine.
>
>
>> Do
>> you have DKMS?
>
> dkms status
> nvidia, 390.116, 4.15.0-47-generic, x86_64: installed
> nvidia, 390.116, 4.15.0-48-generic, x86_64: installed
> v4l2loopback, 0.10.0, 4.15.0-47-generic, x86_64: installed
> v4l2loopback, 0.10.0, 4.15.0-48-generic, x86_64: installed
> virtualbox, 5.2.18, 4.15.0-47-generic, x86_64: installed
> virtualbox, 5.2.18, 4.15.0-48-generic, x86_64: installed
>
>
>> Are you running the standard kernel, or an HWE kernel,
>> or what?
>>
>> Linux version 4.15.0-48-generic (buildd at lgw01-amd64-036) (gcc version
> 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019
>
> * What resources (memory, disk) have you given the VM?
>>
> Storage:
> Type (Format): Normal (VDI)
> Virtual Size: 100.00 GB
> Actual Size: 2.00 MB
> Details: Dynamically allocated storage
>
> Base memory: 1024 MB
>
>
>
>> * Is 3D acceleration enabled?
>>
> No
>
>> * Do you have the VBox extension pack installed?
>>
> VBoxManage list extpacks
> Extension Packs: 1
> Pack no. 0: VNC
> Version: 5.2.18
> Revision: 123745
> Edition:
> Description: VNC plugin module
> VRDE Module: VBoxVNC
> Usable: true
> Why unusable:
>
> If it helps, here is my config file:
<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking
effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.16-linux">
<Machine uuid="{157ea130-8986-4462-9078-41c1854f1d95}" name="Ubuntu19.04"
OSType="Ubuntu_64" snapshotFolder="Snapshots"
lastStateChange="2019-05-02T02:51:01Z">
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{3f157e47-ae17-485a-8bc8-e39a1faf7621}"
location="Ubuntu19.04.vdi" format="VDI" type="Normal"/>
</HardDisks>
<DVDImages>
<Image uuid="{51617830-6806-4434-bdde-1b5d098908bb}"
location="/home/david/Downloads/ubuntu-19.04-desktop-amd64.iso"/>
</DVDImages>
</MediaRegistry>
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastGuestSizeHint" value="800,600"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition"
value="2079,599,800,651"/>
</ExtraData>
<Hardware>
<CPU count="2">
<PAE enabled="false"/>
<LongMode enabled="true"/>
<X2APIC enabled="true"/>
<HardwareVirtExLargePages enabled="false"/>
</CPU>
<Memory RAMSize="1024"/>
<HID Pointing="USBTablet"/>
<Display VRAMSize="16"/>
<VideoCapture fps="25" options="ac_enabled=false"/>
<BIOS>
<IOAPIC enabled="true"/>
</BIOS>
<USB>
<Controllers>
<Controller name="OHCI" type="OHCI"/>
</Controllers>
</USB>
<Network>
<Adapter slot="0" enabled="true" MACAddress="0800275BDCC8"
type="82540EM">
<NAT/>
</Adapter>
</Network>
<AudioAdapter codec="AD1980" driver="Pulse" enabled="true"
enabledIn="false"/>
<RTC localOrUTC="UTC"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID"
value="en_US" timestamp="1556751998899745000" flags=""/>
</GuestProperties>
</Hardware>
<StorageControllers>
<StorageController name="IDE" type="PIIX4" PortCount="2"
useHostIOCache="true" Bootable="true">
<AttachedDevice passthrough="false" type="DVD" hotpluggable="false"
port="1" device="0">
<Image uuid="{51617830-6806-4434-bdde-1b5d098908bb}"/>
</AttachedDevice>
</StorageController>
<StorageController name="SATA" type="AHCI" PortCount="1"
useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0"
IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2"
IDE1SlaveEmulationPort="3">
<AttachedDevice type="HardDisk" hotpluggable="false" port="0"
device="0">
<Image uuid="{3f157e47-ae17-485a-8bc8-e39a1faf7621}"/>
</AttachedDevice>
</StorageController>
</StorageControllers>
</Machine>
</VirtualBox>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20190502/63a722d6/attachment.html>
More information about the ubuntu-users
mailing list