0

凌亂?我會盡量不要在解釋這個時誤導你... 我試圖模擬我必須在幾天內配置的環境。所有的操作系​​統都是64位的。 我在我的開發機器上安裝了Windows 7,在VirtualBox上運行無頭Ubuntu服務器12.04(操作系統應該安裝在即將到來的服務器上)。在Ubuntu上,我試圖將「Windows 7」安裝爲虛擬機,直到它完全正常運行並開始在其上安裝其他應用程序。無法在VirtualBox上運行的無頭Ubuntu服務器上運行Windows 7映像

圖像(Windows 7託管在無頭Ubuntu服務器上)啓動並顯示窗口是「加載文件」,而不是啓動安裝過程,它顯示消息: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服務器)嗎?

回答

1

可能是沒可能有硬件虛擬化的虛擬機

頭的。

hardare virutalization是一層唯一 - 這是在硬件中支持管理程序上運行本身不能配置處理器的虛擬化層,因爲它已被使用的虛擬機。

它不支持嵌套的虛擬機,因爲這是在現實世界中不使用(外一些很邊緣的hve更多的是沒有足夠的錢比任何其他情況下)的情況。

+0

請你提出一個鏈接訪問閱讀更多有關的主題(即硬件虛擬化是隻有一層的)? – 2012-07-26 15:33:57

+0

轉到AMD或Intel,閱讀彙編器命令。和基於環的安全概念。沒有具體的鏈接 - 這是在這個領域工作的人中的常識。 – TomTom 2012-07-26 18:11:23

相關問題