Boot a USB Flash Drive in VirtualBox
Original URL: http://www.pendrivelinux.com/boot-a-usb-flash-drive-in-virtualbox/
Here, we show you how we booted from a USB Flash Drive in
VirtualBox. This process will allow you to run your Portable Linux from
the USB Flash Drive or external hard drive while still running from
Windows. By default VirtualBox does not support USB Boot. However this
is easily attainable by mapping a virtual machine to the USB Drive.
VirtualBox Website: http://www.virtualbox.org
How to Boot from a USB Flash Drive in VirtualBox
VirtualBox Website: http://www.virtualbox.org
How to Boot from a USB Flash Drive in VirtualBox
- Download and Install VirtualBox (Install to the default path)
- Click Start > Run Type
diskmgmt.msc
and click OK (In Vista/Win7 use the Start > Search Box)
(1) Locate your USB Disk #
- Open a command prompt
cmd.exe
(run as admin in Vista/Win7) - Type
cd %programfiles%\oracle\virtualbox
- Type the following (replace # with your USB Disk number from step 2)
VBoxManage internalcommands createrawvmdk -filename "%USERPROFILE%"\.VirtualBox\usb.vmdk -rawdisk \\.\PhysicalDrive#
- Start VirtualBox (run as admin in Vista/Win7) and create a New Virtual Machine
- When prompted for a Virtual Hard Disk, tick use existing hard disk and select usb.vmdk
- Once you have finished creating your New Virtual Machine, click Start
Comments
Post a Comment