Forum

Bildirimler
Hepsini Temizle

VHD Çalıştırmak W7

3 Yazılar
2 Üyeler
0 Likes
594 Görüntüleme
(@abdullahnalcaci)
Gönderiler: 144
Estimable Member
Konu başlatıcı
 

Merhaba,

Paragon Harddisk Manager ile alınmış bir Image soyasını (.PBF) daha sonra tekrardan Paragon programı ile .vhd olarak çevirdim. Sorunsuz olarak Windows7 ye ekleyip içeriğini görebiliyorum fakat bu vhd dosyasında boot edemiyorum.

Virtual PC 2007 kurdum. Virtual Disk Wizart ile .vhd dosyasını eklemek istediğimde.  " An unexpected error occurred while converting the virtual hard disk. " hatası alıyorum. 

Paragon ile image'yi  Virtual Pc ve VmWare için ayrı ayrı convert ettim iki programda da hata alıyorum.

Bu vhd dosyasını sürekli olarak açmayacağım bir kere boot etmem yeterli. VmWare, VirtualPC yada windows'un altında boot etmemin bir önemi yok. İçerisinde kurulu olan bir programdan bir data export etmem gerekiyor. 

Windows üzerinden sorunsuz olarak içeriğini görebiliyorum. Boot list'e nasıl ekleyeceğimi biraz araştırdım ama genellikle yeni bir VHD dosyası oluşturularak üzerinde Windows7 kurulmasını anlatmışlar. Benim .vhd içerisinde Windows7 zaten kurulu olduğundan üstüne kurulum veya onarım başlatarak problemin daha çok büyümesinden korkuyorum. Bana tavsiye edebileceğiniz bir alternatif yöntem varmıdır ? 

 
Gönderildi : 09/10/2010 16:02

(@serhatakinci)
Gönderiler: 4117
Famed Member
 

Merhaba,


Boot entry'i aşağıdaki gibi ekleyebilirsiniz ancak eğer convert edilen VHD'de bir problem varsa yine boot olmayabilir.


 


To add a native-boot VHD to an existing Windows 7 boot menu



If you are deploying the VHD to a computer with an existing Windows 7 or Windows Server® 2008 R2 installation, you can use the BCDedit tool to make the new VHD bootable and add it to the boot menu. For more information about using the BCDedit tool, see this Microsoft Web site.








noteNote
Before you begin, you can back up your BCD store using the BCDedit tool with the /export option. For example, at a command prompt, type: bcdedit /export c:\bcdbackup




  1. Copy an existing boot entry for a Windows 7 installation. You will then modify the copy for use as the VHD boot entry. At a command prompt, type:




    bcdedit /copy {default} /d "vhd boot (locate)"
    When the BCDedit command completes successfully, it returns a {GUID} as output in the Command Prompt window.


  2. Locate the {GUID} in the command-prompt output for the previous command. Copy the GUID, including the braces, to use in the following steps.


  3. Set the device and osdevice options for the VHD boot entry. At a command prompt, type:




    bcdedit /set {guid} device vhd=[locate]\windows7.vhd
    bcdedit /set {guid} osdevice vhd=[locate]\windows7.vhd

  4. Set the boot entry for the VHD as the default boot entry. When the computer restarts, the boot menu will display all of the Windows installations on the computer and boot into the VHD after the operating-system selection countdown completes. At a command prompt, type:




    bcdedit /default {guid}

  5. Some x86-based systems require a boot configuration option for the kernel in order to detect certain hardware information and successfully native-boot from a VHD. At a command prompt, type:




    bcdedit /set {guid} detecthal on

 
Gönderildi : 09/10/2010 19:50

(@abdullahnalcaci)
Gönderiler: 144
Estimable Member
Konu başlatıcı
 

Selamlar,

Serhat AKINCI cevap için teşekkür ederim. Bu yöntem ile problemsiz şekilde boot etmeyi başardım.

Bazı özel nedenlerden dolayı. Denemekte ve cevaplamakta geç kaldım kusura bakma.

  

 
Gönderildi : 14/10/2010 03:13

Paylaş: