Results 1 to 3 of 3

Thread: boot from VHD without parent OS

  1. #1
    Join Date
    May 2011
    Posts
    2

    boot from VHD without parent OS

    Hi

    I'm trying to figure out how to create an installation that will let me use bootmanager to boot different VHD files WITHOUT having installed a parent OS.

    So NO windows 7 installation or similar.. only a bootmanager that lets me select different VHD OS's...

    Make sense? any suggestions are welcome!

  2. #2
    Join Date
    Apr 2009
    Posts
    994

    Re: boot from VHD without parent OS

    To get started you will primary necessitate to make a Windows 7 WinPE USB Disk (this can be done by means of the Windows 7 AIK)
    1. Boot the machine from the USB Drive as of WinPE
    2. Format C: /q — This is elective, but make certain you remove c:\bootmgr
    3. Copy Windows 7 VHD file to any place on the hard disk [In this case I copied it to C:\VHD\Win7.vhd]
    4. Copy Bootmgr from the USB disk– Very significant step, just the windows 7 Bootmgr will permit boot from VHD
    5. Type the below commands in the WinPE command window
      • C:\>DISKPART
      • DISKPART>SEL VDISK File=C:\VHD\Win7.vhd
      • DISKPART>ATTACH VDISK
      • DISKPART>LIST VOL
      • DISKPART>Exit
      • C:\>Bcdboot F:\Windows


    Now the system is prepared, just Reboot the system and this will catch you directly into your VHD.

  3. #3
    Join Date
    May 2011
    Posts
    2

    Re: boot from VHD without parent OS

    Hi Daniel

    thanks.. I'll look into creating a winPE boot disk..

    Tell me.. what if I add more vhd files? I need to be able to boot to several different OS'...

Similar Threads

  1. DNS resolution between child and parent domain
    By StingIT in forum Windows Server Help
    Replies: 1
    Last Post: 28-01-2012, 11:17 AM
  2. What are parent::construct() and parent::destruct() in PHP?
    By warehouse peon in forum Software Development
    Replies: 5
    Last Post: 06-03-2010, 07:11 AM
  3. How to update a parent zone
    By Santiaago in forum Technology & Internet
    Replies: 5
    Last Post: 04-03-2010, 12:44 PM
  4. VB.NET Parent Form Reference
    By ASTON in forum Software Development
    Replies: 3
    Last Post: 24-06-2009, 12:41 PM
  5. CSS : How to float outside parent div
    By Valerian in forum Software Development
    Replies: 4
    Last Post: 21-05-2009, 12:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,733,275.13474 seconds with 16 queries