hyper-v

Hyper-V 与mapper

偶尔善良 提交于 2019-11-28 18:15:48
版权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://blog.csdn.net/bokutake/article/details/50164895 Dracut 找不到 IDE 硬盘   前一段时间在测试服务器上部署一个合作公司的应用系统,服务器用的是 Windows 2008 R2。那边的工程师给的虚拟机文件是 VMWare的,用工具将其转换为 Hyper-V 的磁盘镜像,然后添加到一个新建的虚拟机里。但是明明可以在 VMWare 里正常启动的 CentOS 7,却死活起不来,总是进入 dracut 的 shell 里去。 症状: [ OK ] Reached target Paths. [ OK ] Reached target Basic System. Starting File System Check on /dev/mapper/centos-root… systemd-fsck[288]: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/mapper/centos-root [ OK ] Started File System Check on /dev/mapper/centos

windows10家庭版安装Docker

半腔热情 提交于 2019-11-28 12:30:38
现在 Docker 有专门的 Win10 专业版系统的安装包,需要开启Hyper-V。Hyper-V是 微软 提出的一种 系统管理 程序 虚拟化技术 ,能够实现桌面虚拟化。windows专业版和企业版默认装有Hyper-V,但是win10家庭版还没有安装,Hyper-V如何安装和启用网上已经有人写了,我这里不再赘述,请参见: https://www.jianshu.com/p/1329954aa329 。 安装和启用Hyper-V 操作非常简单,就是写一个脚本,该脚本实现下载并安装Hyper-V。然后在注册表中将标识windows10 版本的地方改成 Professional。 再去官网上下一个docker for windows10 版本的就行了,docker的win10版下载连接:https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe。 我的电脑因为之前安装了docker toolbox,卸载的时候环境变量还在,所以右键我的电脑-->属性-->高级系统设置-->环境变量-->用户变量中的几个docker变量全部删掉。如果不删除的话安装完 docker for windows 后,打开cmd,输入docker 命令会提示无法解析的命令。 来源: https://www

Get rid of “You don't have permission to run the emulator” in VS2012/WP8 SDK

夙愿已清 提交于 2019-11-28 10:12:10
问题 I'm starting to write WinPhone apps in my VS 2012 Pro with Windows Phone 8 SDK installed properly. When I hit F5 to launch a project in the phone emulator, VS tries to launch the WP emulator, but I get the message "You don't have permission to run the emulator" from "Windows Phone Emulator". The message box also contains the checkbox "Join the Hyper-V Administrators security group" which is checked by default. If I press the Retry button, the UAC warning appears as expected, and the WinPhone

Can I run Android Studio (Android SDK emulator) in a Microsoft hyper-v virtual machine?

谁说我不能喝 提交于 2019-11-27 18:08:22
Can I run Android Studio and Android SDK emulator in a Microsoft hyper-v virtual machine? Please read carefully. I already use Hyper-V a lot for other purposes. Now I need to develop a app for Android. I've installed a new virtual machine (windows 10) and installed Android Studio. I cannot run the android emulator because it's lacking the 'intel HAXM software'. I read a lot about that it's not possible to install Hyper-V NEXT to Android Studio, but non of the post actually say anything about installing in a Hyper-V machine. lotosbin Refer to this link: How to run Android Studio on Windows

Windows Phone Emulator requires missing Hyper-V

纵饮孤独 提交于 2019-11-27 17:55:05
问题 I'm beginner in Windows Phone 8, I installed Windows Phone 8 SDK and when I started the emulator I had this error message "The Windows Phone Emulator requires Hyper-V. Your PC is missing the following pre-requisites required to run Hyper-V: Windows 8 Professional (64-bit)" I have Windows 8 Professional (64-bit) OS on my lap-top, and I looked up in "Turn some windows features on/off" and I saw that Hyper-V is missing, I went into the BIOS but without results. Processor type Intel Core i7-3630,

使用Win10自带的虚拟机安装Linux

寵の児 提交于 2019-11-27 12:11:38
Win10自带了一款虚拟机,感觉不错,可以试用一下: 安装:http://news.mydrivers.com/1/650/650018.htm 主要思路就是在BIOS里面开启CPU虚拟化,然后在Win10里把Hyper-V功能打开,就可以像VMware一样使用Hyper-V了。 安装Linux有个问题,就是启动虚拟机之后报错,参考:https://blog.csdn.net/m0_37835884/article/details/79484242 主要思路就是关掉安全检查。 来源: https://www.cnblogs.com/pig-fly/p/11937489.html

Windows Phone emulator not starting (couldn`t setup the UDP port)

谁都会走 提交于 2019-11-27 11:29:05
After updating Windows 10 to build 10061 windows phone emulators (all 8.1 and 10) stopped starting. I get the following error: "Windows Phone Emulator is unable to connect to the Windows Phone operating system. Couldn`t setup the UDP port" I tried "reparing" emulators, but nothing changed. Hyper-V manager shows that virtual machine works, and it can be started directly from Hyper-V manager. As i said, in previous windows 10 TP builds it was OK. Do you see your "Virtual Switch" information under: Control Panel\Network and Internet\Network Connections? If not, you can try to recreate your

I can't install intel HAXM

非 Y 不嫁゛ 提交于 2019-11-27 10:22:11
I installed Android Studio and I had no problems with that. However, when I tried to run the emulator, it said that Intel HAXM was not installed. So I found the installer, ran it, and it even though it said my laptop supports it, that it was not enabled. I went, enabled the Intel Virtualization Technology (VT-x), but I still got the same message. I hear something about Hyper-V needs to be disabled, but when I go to Turn Windows features on/off , I cannot find it on that list. Can someone help me with this? Alright, so I did everything I could possibly find online, and nothing worked. So I went

Is it possible to run Minikube with VirtualBox on windows 10 along with Docker?

*爱你&永不变心* 提交于 2019-11-27 08:49:29
问题 I want to use minikube on Windows 10. I have installed VirtualBox and want to use it as the virtual machine for minikube. Also I installed Docker for windows. But during installation Docker forced to use Hyper-V as default. But that means I can no longer use VirtualBox to run minikube! Not sure what am I missing here. I have used minikube on Mac and there it was much simpler: simply open VirtualBox and then run command on command line: minikube start . However in Windows 10 it seems much more

使用WinPE安装Windows2008R2并使用Hyper-v搭建私有域

我是研究僧i 提交于 2019-11-27 08:14:33
最近弄了一台新电脑,装了Windows 2008R2,然后开了Hyper-v,组了一个私有域。想来不麻烦的事情却也做得一波三折。 1. 安装Windows 2008R2 因为电脑没有过光驱,所以不得不U盘启动安装,参考了下面一片文章 http://www.cnblogs.com/wenwuxianren/archive/2011/03/19/1988809.html 1、解压windows到文件夹中(暂定windows文件夹吧),随便解压到除C盘外的盘符中 2、用winpe启动计算机,格式化C盘(因为我要把系统装在C盘里)。 3、将安装文件夹根目录的boot文件夹和bootmgr文件复制到C盘,在c盘中新建文件夹sources,将安装文件夹中sources文件夹中的boot.wim复制到新建的文件夹中,替换bootsect.exe(我用的是win7 32位 里的)文件(在boot文件夹中) 4、运行cmd 执行C:\boot\bootsect.exe /nt60 c: 5、再用刚才解压的64位的bootsect.exe覆盖掉32位的。 6、重新启动(硬盘启动)。 7、这时候你可以看到win7的启动界面和安装界面了,选择修复,选第一项,下一步,选择命令行。 8、输入c:回车 del bootmgr del boot del sources (这些以后格式化也可) 9