HOW TO BOOT USB ON ORACLE VIRTUAL BOX
AS,we know that Oracle Virtual box give us to ability to install operating systems , while windows running .
it is very useful to check the Botable ISO’s and we can install Multiple OS in a PC.
It have features to take boot from CD,DVD,ISO etc
But.it has no feature to take boot on USB …..SO , Today I share a
Trick which,Enables you to take Boot from USB on Oracle Virtual Box…………..
- Insert a Usb …..sure only 1 Usb inserted…
- close Oracle virtual box completely….
- Copy the Highlighted Code
@echo off
title USB ENABLER ON VIRTUAL BOX >> SHIVAM BHARDWAJ
color c
echo.
echo.
echo ==========================================================================
echo USB ENABLER ON VIRTUAL BOX === SHIVAM BHARDWAJ
echo ==========================================================================
echo.
echo.
echo.
pause
echo.
echo.
c:
cd C:\Program Files\Oracle\VirtualBox\
vboxmanage internalcommands createrawvmdk -filename "c:\usb.vmdk" -rawdisk \\.\physicalDrive1
echo.
echo.
pause
exit
- Open Notepad and paste the code
- Save it USB.bat
- Right click on USB.bat and click Run as Administrator
- Press any key to start the process…
- It take a littte Time..and SuCCESS
- Now right click on oracle VM VirtualBox software and click on Run as Administrator
- virtual box software will open
- Click on NEW
- Type name ---- USB TEST
- Click NEXT 2 times….
- Now choose the Use an Existing Virtual hard drive option….
- and click CREATE button
- Now your are ready to boot your USB on Virtual box by clicking… TEST USB
- ENJOY …….TRICK….
Comments
Post a Comment