The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    linux kvm problem

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by johnny4548, Jun 14, 2011.

  1. johnny4548

    johnny4548 Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    holla
    I have a problem with creating a virtual machine on my sony vaio VPCEB4S1E i checked whether my cpu supports kvm and i found out that it doesn't so that is the resolution why in cannot create a virtual machine. please what can i do, I need your help please
     
  2. johnny4548

    johnny4548 Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    holla
    I have a problem with creating a virtual machine on my sony vaio VPCEB4S1E i checked whether my cpu supports kvm and i found out that it doesn't so that is the resolution why in cannot create a virtual machine. please what can i do, I need your help please
     
  3. DEagleson

    DEagleson Gamer extraordinaire

    Reputations:
    2,529
    Messages:
    3,107
    Likes Received:
    30
    Trophy Points:
    116
    Probably ask either in the Linux or Windows subforum instead of here.
    But you might want to try out Virtualbox.
     
  4. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    The specs I could find for that laptop list the CPU as Intel® Core? i3-380M Processor (3M Cache, 2.53 GHz)with SPEC Code(s)SLBZX

    Therefore it should have VT-x ( virtualization support). Now make sure it is enabled by running this command, if it returns anything your VT-x is enabled:
    Code:
    grep vmx /proc/cpuinfo
    If it does not return anything you need to enable VT-x in your BIOS setup. If you cannot enable it in the BIOS, maybe there is a BIOS update on the sony website. See: FAQ - KVM

    Finally make sure the kvm module is loaded:
    Code:
    sudo modprobe kvm
    If none of this works maybe try virtualbox without hardware virtualization support enabled.