2012年8月3日 星期五

hyper-v vhd 掛到virutualbox

透過這二篇文章說明,把hyper-v上的redhat linux移到vitualbox了.

先確定原本的hyper-v還沒安裝Hyper-V版的Integration Service的話可以直接參考這篇文章

VirtualBox using Hyper-v VHD image

主要是掛載hyper-v vhd時,要使用IDE控制器掛載,而不要使用SATA控制器
The issue is that hyper-v will only build a bootable IDE hard drive. So when you create your virtual machine you need to make sure that you are not booting the VHD under a SATA Controller 

如果有安裝過 Hyper-V版的Integration Components ,則先參考 


先移除 Hyper-V版  Integration Components 後,就可複制vhd囉.

沒有留言:

張貼留言

SSAS 作業已因鎖定衝突而取消

SSAS在process 與 mdx query並存應用時,如果mdx 語法含crossjoin或維度member很多時,就容易顯示錯誤【作業已因鎖定衝突而取消。】 當然,SSAS應是process與 query分開時段執行,但因種種先知後知原因,專案就是有需要這樣應用,即使是已...