Edit file File name : virtualization.page Content :<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="virtualization" xml:lang="el"> <info> <revision pkgversion="3.14" date="2014-09-13" status="review"/> <link type="guide" xref="index#advanced"/> <credit type="author copyright"> <name>Michael Hill</name> <email>mdhillca@gmail.com</email> <years>2014</years> </credit> <credit type="author copyright"> <name>Priya Pandya</name> <email>priyapandya274@gmail.com</email> <years>2019</years> </credit> <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/> <desc>Ελέγξτε τους πόρους που είναι διαθέσιμοι στα <app>Πλαίσια</app>.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Ελληνική μεταφραστική ομάδα GNOME</mal:name> <mal:email>team@gnome.gr</mal:email> <mal:years>2014</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Θάνος Τρυφωνίδης</mal:name> <mal:email>tomtryf@gmail.com</mal:email> <mal:years>2014</mal:years> </mal:credit> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Μαρία Μαυρίδου</mal:name> <mal:email>mavridou@gmail.com</mal:email> <mal:years>2014</mal:years> </mal:credit> </info> <title>Χρησιμοποιώντας εικονικοποίηση του επεξεργαστή</title> <p>Για να δείτε αν ο υπολογιστής σας υποστηρίζει τα πρόσθετα εικονικοποίησης του επεξεργαστή, και πως έχουν ενεργοποιηθεί στο BIOS, εκτελέστε την ακόλουθη εντολή σε ένα τερματικό:</p> <p><cmd>gnome-boxes --checks</cmd></p> <p>To enable Virtualization on your system:</p> <steps> <item><p>Reboot the system and open the <gui>BIOS</gui> menu</p></item> <item><p>Select <gui>Restore Defaults</gui> option and then <gui>Save and Exit</gui></p></item> <item><p>Reboot and again open <gui>BIOS</gui></p></item> <item><p>Open the <gui>Processor</gui> submenu in the <gui>Chipset, Advanced CPU Configuration</gui> or <gui>Northbridge</gui></p></item> <item><p>Enable <gui>Intel Virtualization Technology</gui> (also known as Intel VT) or <gui>AMD-V</gui> depending on the brand of the processor. The virtualization extensions may be labeled <gui>Virtualization Extensions, Vanderpool</gui> or various other names depending on the OEM and system BIOS</p></item> <item><p><gui>Save and Exit</gui></p></item> <item><p>Reboot and run: <cmd>cat /proc/cpuinfo | grep vmx svm</cmd></p></item> </steps> <p>If there is some output then the virtualization extensions are now enabled. If there is no output your system may not have the virtualization extensions or the correct BIOS setting enabled</p> </page> Save