0

めんどくさいでしょ?これを説明する際に誤解を招かないようにします... 数日後に構成する必要がある環境をシミュレートしようとしています。すべての OS は 64 ビットです。開発マシンに Windows 7 があり、VirtualBox でヘッドレス Ubuntu サーバー 12.04 を実行しています (OS は、今後のサーバーにインストールする必要があります)。Ubuntuでは、「Windows 7」が完全に機能するまで仮想マシンとしてインストールし、他のアプリケーションのインストールを開始しようとしています。

イメージ (ヘッドレス Ubuntu サーバーでホストされている Windows 7) が起動し、Windows が「ファイルの読み込み中」であることを示し、インストール プロセスを開始する代わりに、次のメッセージが表示されますAttempting to load a 64 bit application however this cpu is not compatible with 64-bit mode

Windows 7 仮想マシンの情報は次のとおりです。

Name:            Windows 7 Pro
Guest OS:        Windows 7 (64 bit)
UUID:            9410fce2-09e8-4509-b4f9-e6780b9f81ed
Config file:     /home/myhome/VirtualBox VMs/Windows 7 Pro/Windows 7 Pro.vbox
Snapshot folder: /home/myhome/VirtualBox VMs/Windows 7 Pro/Snapshots
Log folder:      /home/myhome/VirtualBox VMs/Windows 7 Pro/Logs
Hardware UUID:   9410fce2-09e8-4509-b4f9-e6780b9f81ed
Memory size:     2048MB
Page Fusion:     off
VRAM size:       8MB
CPU exec cap:    100%
HPET:            off
Chipset:         piix3
Firmware:        BIOS
Number of CPUs:  1
Synthetic Cpu:   off
CPUID overrides: None
Boot menu mode:  message and menu
Boot Device (1): Floppy
Boot Device (2): DVD
Boot Device (3): HardDisk
Boot Device (4): Not Assigned
ACPI:            on
IOAPIC:          on
PAE:             on
Time offset:     0 ms
RTC:             local time
Hardw. virt.ext: on
Hardw. virt.ext exclusive: on
Nested Paging:   on
Large Pages:     off
VT-x VPID:       on
State:           powered off (since 2012-07-26T12:13:39.000000000)
Monitor count:   1
3D Acceleration: off
2D Video Acceleration: off
Teleporter Enabled: off
Teleporter Port: 0
Teleporter Address: 
Teleporter Password: 
Storage Controller Name (0):            IDE Controller
Storage Controller Type (0):            PIIX4
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0):  2
Storage Controller Port Count (0):      2
Storage Controller Bootable (0):        on
IDE Controller (0, 0): /home/myhome/vm/Win7Pro.vdi (UUID: 08f7315a-c740-48eb-b32f-21520ccbcc70)
IDE Controller (0, 1): /home/myhome/vm/GRMCPRXFRER_EN_DVD.ISO (UUID: 3e18fcf6-6093-4d3f-a480-1284067645f9)
NIC 1:           MAC: 080027592440, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny
NIC 1 Settings:  MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
NIC 2:           disabled
NIC 3:           disabled
NIC 4:           disabled
NIC 5:           disabled
NIC 6:           disabled
NIC 7:           disabled
NIC 8:           disabled
Pointing Device: PS/2 Mouse
Keyboard Device: PS/2 Keyboard
UART 1:          disabled
UART 2:          disabled
Audio:           disabled
Clipboard Mode:  Bidirectional
VRDE:            enabled (Address 0.0.0.0, Ports 3389, MultiConn: off, ReuseSingleConn: off, Authentication type: null)
Video redirection: disabled
VRDE property: TCP/Ports  = "3389"
VRDE property: TCP/Address = <not set>
VRDE property: VideoChannel/Enabled = <not set>
VRDE property: VideoChannel/Quality = <not set>
VRDE property: VideoChannel/DownscaleProtection = <not set>
VRDE property: Client/DisableDisplay = <not set>
VRDE property: Client/DisableInput = <not set>
VRDE property: Client/DisableAudio = <not set>
VRDE property: Client/DisableUSB = <not set>
VRDE property: Client/DisableClipboard = <not set>
VRDE property: Client/DisableUpstreamAudio = <not set>
VRDE property: Client/DisableRDPDR = <not set>
VRDE property: H3DRedirect/Enabled = <not set>
VRDE property: Security/Method = <not set>
VRDE property: Security/ServerCertificate = <not set>
VRDE property: Security/ServerPrivateKey = <not set>
VRDE property: Security/CACertificate = <not set>
VRDE property: Audio/RateCorrectionMode = <not set>
USB:             disabled

USB Device Filters:

<none>

Available remote USB devices:

<none>

Currently Attached USB Devices:

<none>

Shared folders:  <none>

VRDE Connection:    not active
Clients so far:     0

Guest:

Configured memory balloon size:      0 MB
OS type:                             Windows7_64
Additions run level:                 0

Guest Facilities:

No active facilities.

ここで何が欠けていますか?仮想マシン (ヘッドレス Ubuntu サーバー) でハードウェア仮想化を行うことはできませんか?

4

1 に答える 1

1

仮想マシンでハードウェア仮想化を行うことはできませんか

正面から。

ハードウェア仮想化は 1 つのレイヤーのみです。ハードウェアでサポートされているハイパーバイザーで実行されている仮想マシンは、既に使用されているため、プロセッサ仮想化レイヤーを構成することはできません。

ネストされた仮想マシンはサポートされていません。これは、現実の世界では使用されていないシナリオであるためです (他の何よりもお金が足りないことに関係するいくつかの本当にエッジなケースを除きます)。

于 2012-07-26T12:36:25.827 に答える