Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Shareware & Freeware

Shareware & Freeware Bertukar informasi mengenai Software berbayar ataupun gratis.

Reply
 
Thread Tools
  #1  
Old 24th October 2012
KernelZero's Avatar
KernelZero KernelZero is offline
Ceriwis Lover
 
Join Date: Oct 2012
Posts: 1,044
Rep Power: 14
KernelZero mempunyai hidup yang Normal
Default [TUTORIAL] Windows 7: Boot Dari VHD

Konsep tentang boot VHD menurut ane luar biasa karena jauh lebih baik daripada konsep system-booting lainnya seperti Dual/Multi-Boot atau program2 Virtual Machine.



Apa itu VHD?




[/quote]
Quote:





VHD (file format) - Wikipedia, the free encyclopedia



http://msdn.microsoft.com/en-us/libr...54(VS.85).aspx





Bedanya VHD, Dual/Multi-Boot sama Virtual Machine?






[/spoiler]
Spoiler for open this:
Spoiler for open this:
for :




Dual-Booting:

==========

Keuntungan: OS akan selalu full speed.

Kerugian: Tabel partisi bisa berantakan. Mesti bikin partisi baru yg berarti bikin disk dari fixed-size atau mesti share semua partisinya dgn disk yg sama yg mungkin bisa berbahaya. Ditambah OS juga tdk bersifat portable.



Virtual Machine:

============

Keuntungan: OS betul2 terpisah satu sama lain. OS sifatnya portable dan masih bisa 'undo' klo misalkan ada apa2.

Kerugian: Karna semua divirtualisasi, bisa boros dlm performasi OS. Bukan solusi yg bagus buat laptop.



Boot Dari VHD:

===========

Keuntungan: OS bisa jalan dari hardware, kecuali disk agan yg sdh divirtualisasi dan berjalan dalam satu file. Bisa hemat performasi OS sampai 3-5%. Bagus buat yg punya kapasitas HDD gede.

Kerugian: Hampir tidak ada kecuali konsep ini cuma bisa untuk drive2 internal atau HDD eSATA. Tidak support USB Drive & tidak ada sistem 'undo'.










Ada banyak cara yg berbeda untuk boot file VHD. Untuk bisa boot dari VHD, bootloader Windows mesti support boot dari VHD. Jadi, agan bisa pakai fitur boot dari VHD klo misalkan pengen coba aplikasi atau device2 yg beda2 yg mungkin tdk bisa dipakai di lingkungan virtual.



Boot dari VHD berarti mem-boot mesin sama seperti menjalankannya dari hardisk utama sehingga OS tetap bisa 'membaca' komponen2 hardware (Graphic, Wireless, USB, dll) yg tentu mustahil untuk di lingkungan virtual.



Konsep boot dari VHD juga bagus utk keperluan multi-boot, agan bisa jalankan banyak OS dlm komputer yg sama tanpa harus kehilangan performa-nya. Karena tiap2 VHD sama seperti hardisk dgn partisi primer; jadi agan bisa bikin multipel VHD dgn OS yg sdh terinstal didalamnya.
Quote:
Spoiler for open this:

  1. Cara Buat VHD Native Di Windows 7




  1. Spoiler for open this:
    Spoiler for open this:
    for cara_bikin_native_vhd:


    1. Ketik (logo) Windows+R, dari kotak "Run" ketik "diskmgmt.msc" utk buka Disk Management.




    1. Spoiler for open this:
      Spoiler for open this:
      for :












      Spoiler for open this:
    2. Klik "Action > Create VHD".




      Spoiler for open this:
      Spoiler for open this:
      for :












      Spoiler for open this:
    3. Dari kotak "Create and Attach Virtual Hard Disk", isikan lokasi, ukuran dan tipe/format VHD-nya. Format VHD (Dynamically expanding atau Fixed size) agan tergantung isi data yg nanti mau disimpan. Disini yg kita pakai format "Dynamically expanding".




      Spoiler for open this:
      Spoiler for open this:
      for :












      Spoiler for open this:
    4. Klik OK untuk instal VHD baru agan yg akan diattach (mount).




      Spoiler for open this:
      Spoiler for open this:
      for :












      Spoiler for open this:
    5. Klik kanan icon Disk 1 (icon warna biru) lalu klik tombol Initialize utk buka jendela Initialize Disk. Pilih partisi agan lalu klik OK. Setting lainnya, biarkan saja default.




      Spoiler for open this:
      Spoiler for open this:
      for :












      Spoiler for open this:
    6. Kalo status "Disk 1" sudah "Online", berarti volume "Disk 1" sdh selesai dibuat.




      Spoiler for open this:
      Spoiler for open this:
      for :












      Spoiler for open this:
    7. Klik kanan bagian 'Unallocated' Disk 1, pilih New Simple Volume.



      Ikuti petunjuk yg ada di "New Simple Volume Wizard". Isikan size-nya (misal 20GB) dgn system-file NTFS. Terus Next dan isikan huruf drive-nya (misal X:\ ).
    8. Isikan 'Label' untuk drive tsb (mis. Windows7). Klik Next sampai Finish.




      Spoiler for open this:
      Spoiler for open this:
      for :















      Spoiler for open this:
      Spoiler for open this:
      for :












      Spoiler for open this:
    Spoiler for open this:










  2. Cara Buat & Attach (Mount) VHD Via DiskPart




    Spoiler for open this:
    Spoiler for open this:
    for attach_vhd_via_diskpart:




    Jalankan Command Prompt (as Administrator) lalu ketik:




    Code:

    DISKPART
    CREATE VDISK FILE="c:\win7\win7.vhd" MAXIMUM=20000
    SELECT VDISK FILE="c:\win7\win7.vhd"
    ATTACH VDISK
    CREATE PARTITION PRIMARY
    ASSIGN LETTER=X
    FORMAT QUICK LABEL=Windows7
    EXIT


    untuk membuat sebuah file VHD di partisi primer. Sebuah disk baru dlm muncul dlm Disk Management dgn huruf drive X:




    Spoiler for open this:
    Spoiler for open this:
    for :












    Spoiler for open this:






  3. Cara Attach & Detach VHD di Windows 7




    Spoiler for open this:
    Spoiler for open this:
    for .:




    Ketik (logo) Windows+R, dari kotak "Run" ketik "diskmgmt.msc" utk buka Disk Management.



    Klik "Action > Attach VHD".




    Spoiler for open this:
    Spoiler for open this:
    for :














    Klik OK utk attach VHD yg ada. Karena kita belum pengen isi VHD tsb, pilih/centang kotak 'Read-Only' VHD agan tsb.




    Spoiler for open this:
    Spoiler for open this:
    for :














    VHD sudah di-attach di Explorer Windows.




    Spoiler for open this:
    Spoiler for open this:
    for :










    Spoiler for open this:








  4. Cara Detach (Unmount) VHD




    Spoiler for open this:
    Spoiler for open this:
    for detach_vhd:




    Untuk detach VHD, cukup klik kanan icon "Disk 1" (warna biru) terus pilih "Detach VHD"




    Spoiler for open this:
    Spoiler for open this:
    for :














    Klik OK di jendela "Detach Virtual Hard Disk". Klo mau hapus VHD permanen, pilih saja check-box-nya.




    Spoiler for open this:
    Spoiler for open this:
    for :










    Spoiler for open this:






  5. Boot Dari VHD Windows 7/Server 2008 R2




    Spoiler for open this:
    Spoiler for open this:
    for boot_vhd_win7/serv2k8r2:




    (NOTE: fitur ini cuma support untuk VHD client Windows 7 & Windows Server 2008 R2)



    Untuk bisa boot VHD, bisa dgn 2 cara:
    1. Memanfaatkan VHD Windows 7/Server 2008 R2 yg sudah di-sysprep.



      Kenapa mesti SysPrep?




  1. Spoiler for open this:
    1. [quote]





      http://technet.microsoft.com/en-us/l.../cc766514.aspx



      http://technet.microsoft.com/en-us/l.../cc766514.aspx





    2. Meng-apply image WIM Windows ke file VHD dgn menggunakan ImageX.





      Tool ImageX bisa dipakai untuk mengekstrak versi/edisi OS yg dibutuhkan ke file VHD yg diattach dlm Windows 7. Tool ImageX sendiri ada dalam instalasi WAIK (Windows Automated Installation Kit).







  2. Cara Instal Win8 Developer Preview Sebagai VHD




[spoiler=open this] for :




Cara Instal Win8 Developer Preview Sebagai VHD








Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 06:41 PM.


no new posts