Vmlite SCSI & RAID Devices Driver Download For Windows 10



Download SCSIPROCESSORDC-622EVIRTUALRAID driver in Windows 8.1 x86 version for free. Download Download DriverPack Online. SCSIPROCESSORDC-622EVIRTUALRAID device driver for Windows 8.1 x86. Device Name: DC-622e Virtual RAID Processor. Install drivers automatically. What is the SCSI controller - Unknown device? I did slightly different and obtain then that WinVBlock driver is occurring twice in device manager. Copy wvblk32.sys to C: WINDOWS system32 drivers 2. Open cmd prompt at C: WINDOWS system32 3.

VMLite VBoot 2.0 Instructions

updated on Nov-17-11

Copyright © 2011, VMLite Corporation

Contents

1. Download and Extract

After download, unzip the package to vboot folder on your boot partition. It must be inside vboot folder. Usually c:vboot, or d:vboot folder. The boot partition is the partition that contains the ntldr file for Windows XP, or the bootmgr file for Vista, Windows 7 and 8. For Vista and Windows 7 and 8, vboot directory should be installed in the same partition as the Boot directory that installed by Windows. Boot partition is not necessary same as your Windows partition.

After extraction, the directory structure should look like this:

C:.
| vbootldr
| vbootldr.mbr
|----- vboot
|
|-------- fonts
|
|-------- grub
|
|-------- tools
...........

The tools directory contains tools that are not needed to boot the virtual disks, so you can move this tools directory to somewhere else.

2. Install VBoot Loader

After you extracted the vboot zip file, you need to install it in order to boot from VBoot. There are two ways, the first and safest way is to chainload from your existing Windows boot manager, which keeps all of your Windows boot entries, and VBoot appears as an extra boot entry from the Windows boot manager. The second way is to install VBoot directly to the hard disk or to a USB drive, so VBoot Loader will be the first program to run after your PC powers on, which bypasses Windows Boot Manager, so you don't need Windows Boot Manager at all.

2.1 Chainloading from Windows Boot Manager

If your current host is Windows, then you already have Windows boot manager, which is the first software program to run after your PC powers on. We need to add a boot entry to Windows boot manager for VBoot, so you can click this entry and go to VBoot boot menu.

2.1.1 Automatic Setup by running VBootEdit.exe

Raid

It's highly recommend that you use this method to setup VBoot on Windows, since it's extremely simple and automates everything. You simply run the following command:

vbootedit.exe install on 32-bit Windows

or

vbootedit64.exe install on 64-bit Windows.

This utility will install VBoot Loader, and configure the Windows boot loader to contain an entry for VBoot.

After the above command is successfully run, you reboot the computer, and you should see a 'VBoot' entry as the last one.

2.1.2 Manual Setup

If somehow the automatic setup doesn't work, then you can perform the following manual steps:

2.1.2.1 Copy VBoot Loader Files

The VBoot loader is based on GNU GRUB2, and its files are located in vboot sub directory.

  • vbootldr.mbr and vbootldr are the two critical boot loader files that must be copied to the root directory of a drive, typical C:.
  • The fonts directory contains font files to be used by our boot loader.
  • The grub directory contains grub2 modules, and the very import grub.cfg configuration file.

For example, if you want to copy the files to C:, you need to copy the vboot directory to c:, so you will have c:vboot directory. Then you must copy vbootldr.mbr and vbootldr to c:.

The following commands can be used to copy the files. Make sure to run from the extracted dir. Obviously, if you have already extracted the vboot zip file to c:vboot directory, then you don't need to copy most of the files except vbootldr and vbootldr.mbr, which must be present at the root folder of the boot partition.

2.1.2.2 Configure Windows Boot Loader

Once VBoot Loader files are copied, you need to configure Windows boot manager to have a VBoot entry.

2.1.2.2.1 Windows XP

You need to append the vbootldr.mbr entry to the [operating systems] section. The following is sample boot.ini file with VBoot entry added at the very last. Shown in red is what you need to add to boot.ini. Change C: to whatever drive you have copied VBoot Loader files.


2.2.2.2 Windows Vista/2008/7

Windows Vista and above use a different mechanism other than boot.init to boot, and you need to run bcdedit.exe to make changes to the boot manager. The following are the commands to run if you have copied VBoot Loader to drive C:. You must rum these commands as Administrator. Go to Windows Start menu > All Programs > Accessories, then right click on 'Command Prompt', then select 'Run As Administrator'. Once command prompt window is open, you can enter these commands.

2.2 Installing VBoot Loader directly to a hard disk or external USB drive

VBoot Loader is an independent piece of software, it does not depend on Windows boot manager at all, VBoot itself can boot your virtual disk files or cdrom ISO files. However, in this case, you need to install VBoot Loader directly to the first few sectors of the hard disk, or external USB drive. This way, VBoot Loader will be the first program to run after your PC powers on. From here, you can also chainload to your Windows boot manager, please refer to GRUB2 user manual for more info.

Note that once you installed VBoot Loader to a hard disk, your original Windows boot manager will no longer start up, so be very careful about installing VBoot to your real hard disk, unless you are absolutely clear in what you are doing. Otherwise, chainloading from Windows boot manager is the safest way to go.

To install VBoot Loader to a hard disk or external USB drive, you run this command:

Obviously, you need to replace the drive letter with your hard disk or USB drive's drive letter. Once installed, when you power on your PC, you will first see VBoot boot menu appears. If for some reason, it does not show up, you can hold down Shift key while your PC is booting up.

2.3 Chainloading from other boot loaders

It sIt should be very easy to chainload from other boot loaders.

Chainloading from GRUB2:

3. Install Windows XP to a virtual disk file

Once you have VBoot Loader installed, you can now proceed to install a fresh operating system to a virtual disk file.

(1) On your host disk, create a virtual disk file. VBoot support VHD/VMDK/VDI formats.

For example, you can use this command to create 40 G dynamic VHD:

c:vboottoolsx86vbootctl.exe createhd c:winxp.vhd /size 40

You can use /format option to specify other virtual disk formats.

(2) Edit and configure grub.cfg file, a sample grub.cfg should exist in vbootgrub folder. You need to follow these 3 steps to install Windows XP/2003 to the virtual disk, then boot from it. Note that you must adjust all of the paths according to your own files.

First step:

If you don't want to manually edit grub.cfg file, or have trouble getting the correct paths, you can also run this command to add the entry automatically. Note that you have to use Windows paths as input to vbootedit program.

After you boot to this entry, you will see the normal Windows XP setup screens. At one step, you need to select a disk to install XP, make sure you select the virtual disk, usually the last disk labeled as VBOOTMP. After first reboot, you select this boot entry:

If you don't want to manually edit grub.cfg file, or have trouble getting the correct paths, you can also run this command to add the entry automatically. Note that you have to use Windows paths as input to vbootedit program.

After another reboot, your virtual disk is ready to go, and finally, you can boot to XP virtual disk using this entry:

If you don't want to manually edit grub.cfg file, or have trouble getting the correct paths, you can also run this command to add the entry automatically. Note that you have to use Windows paths as input to vbootedit program.

For Windows 2003, you do the following with the same floppy image.

For Windows XP/2003 64-bit, you do the following with a different floppy image, vboot-x64.img. You can also use the same vboot.img as the 32-bit, but you will need to press F6 and select 64-bit driver. vboot.img and vboot-x64.img are same except for the default driver, so you don't need to press F6.

4. Install Windows 7/2008 R2/Windows 8 32- and 64-bit to a virtual disk file

Once you have VBoot Loader installed, you can now proceed to install a fresh operating system to a virtual disk file.

1) On your host disk, create a virtual disk file. VBoot support VHD/VMDK/VDI formats.

For example, you can use this command to create 40 G dynamic VHD:

c:vboottoolsx86vbootctl.exe createhd c:win7.vhd /size 40

You can use /format option to specify other virtual disk formats.

(2) Edit and configure grub.cfg file, a sample grub.cfg should exist in vbootgrub folder. You need to follow these two steps to install Windows 7/8 to the virtual disk, then boot from it. Note that you must adjust all of the paths according to your own files.

First step:

After you boot to this entry, you will see the normal Windows 7 setup screens as booted from a physical cdrom.

Once you see the Install button, make sure to press Shift F10 key to launch the command window. You need to run the following command to load the VBoot virtual disk drivers:

After this, you proceed the installation as usual. At one step, you need to select a disk to install Windows 7 or Windows 8, make sure you select the virtual disk, usually the last disk.

After reboot, your virtual disk is ready to go, and finally, you can boot to Windows 7 or Windows 8 virtual disk using this entry:

5. Install Vista/2008 32- and 64-bit to a virtual disk file

Once you have VBoot Loader installed, you can now proceed to install a fresh operating system to a virtual disk file.

1) On your host disk, create a virtual disk file. VBoot support VHD/VMDK/VDI formats.

For example, you can use this command to create 40 G dynamic VHD:

c:vboottoolsx86vbootctl.exe createhd c:win7.vhd /size 40

You can use /format option to specify other virtual disk formats.

(2) Edit and configure grub.cfg file, a sample grub.cfg should exist in vbootgrub folder. You need to follow these 2 steps to install Vista to the virtual disk, then boot from it. Note that you must adjust all of the paths according to your own files.

First step:

After you boot to this entry, you will see the normal Vista setup screens as booted from a physical cdrom.

Once you see the Install button, you need to click it first, then you will be able to press Shift F10 key to launch the command window.

You need to run the following command to load the VBoot virtual disk drivers:

After this, you proceed the installation as usual. At one step, you need to select a disk to install Vista, make sure you select the virtual disk, usually the last disk.

After reboot, your virtual disk is ready to go, and finally, you can boot to Vista virtual disk using this entry:

6. Install Vista, 2008, Windows 7, 2008, Windows 8 32- and 64-bit to a virtual disk file from a physical cdrom

First, boot your computer using the physical cdrom.

Once you see the Install button, on Vista/2008, you need to click it first, then you can press Shift F10 key to launch the command window. On Windows 7/2008R2, you can press Shift-F10 without clicking the Install button.

Once the command window appears, you need to run the following commands to create a virtual disk and the mount it:

After this, you proceed the installation as usual. At one step, you need to select a disk to install Windows, make sure you select the virtual disk, usually the last disk.

After reboot, your virtual disk is ready to go, and finally, you can boot to the virtual disk using this entry:

7. Install Vista, Windows 7, Windows 8 and Windows 2008 to a virtual disk file using a simple command line

To make the installation experience really simple, we have created a command line to help you. You can simply run this command line using your Windows CD/DVD or .ISO file as input, by the end, you will have a bootable virtual disk file that you can add to VBoot Loader, and boot to it.

For example, you can run the following commands to create a 80G Windows 7 VMDK file, then add a boot entry to VBoot Loader.

After reboot, you should see an entry named as 'Windows 7 VMDK Boot', and you select it to boot to Windows 7 VMDK.

Note that this command does not work for Windows 2000, Windows XP and Windows 2003.

It's recommended to run this command on Windows Vista and above hosts. If you run this command on Windows XP, you will have trouble booting to the virtual disk file, and you need to run 'bootsect.exe' utility to correct the NTFS boot sectors.

The full syntax is described as follows:

8. Converting virtual disk files to become bootable via VBoot

If you already have a virtual disk file, such as Windows 7 or Windows 8 Native boot VHD file, you can run the following command to make it to become bootable using VBoot. This command will install the correct components to your existing virtual disk file.

For example, you can run the following command to prepare the vhd file so it can boot with VBoot.

9. Virtual disk paths

VBoot Loader is is the first software program that runs when your computer starts. It is responsible for loading and transferring control to the operating system kernel software. When VBoot first starts, Windows or Linux has not started yet, so you can't use Windows or Linux paths, such as c:win7.vhd, or /boot/win7.vhd.

VBoot Loader is modified from the popular GRUB2 boot loader, in particular, VBoot Loader supports loading operating system from virtual disk files in various disk formats, including VHD, VMDK, VDI, ISO and raw images, and you can use the same format as GRUB2 for file paths.

There are three formats:

  1. (hdx,y)/path/file.ext
  2. x is the disk number starting from 0, and y is the partition number starting from 1, the rest is the absolute path in UNIX format.
    For example, the path (hd0,1)/vboot/win7.vhd indicates the file win7.vhd is inside /vboot folder on hard disk 0 and partition 1.

  3. (UUID=16-hex-bytes)/path/file.ext

    UUID is a 16 bytes hex digit id for the volume. For example, you can use (UUID=c6803bae803ba439)/vboot/win7.vhd to represent the same file as mentioned above format.

    Each volume usually has a unique id after it has been formated. If you perform a reformat on the volume, this id will change.

    To find the uuid for a volume on Windows, you can run this command:

    Inside VBoot Loader, you can enter this command to get the uuid for a volume:

  4. (LABEL=volume-label)/path/file.ext
  5. The label format is similar to UUID format. You can find a volume's label by right click the properties dialog on Windows host.

    For example, you can use (LABEL=OS)/vboot/win7.vhd to represent the same file as discussed in (1) and (2) above.

Most of the time, you can choose your favorite format. However, when error occurs, you may want to try the others. In particular, when you boot from a USB drive, the first format may give you problems, because at boot time your USB drive is (hd0), but after Windows boots up, it becomes (hd1), so in this case, you always need to use UUID or LABEL formats.

10. Converting virtual disk files between different formats

VBoot natively supports a variety of disk image formats that you can find from popular virtual machine software, including VHD, VMDK, VDI and Raw. If for some reason you want to convert from one format to the other, you can use the vbootctl program that ships with VBoot to convert virtual disk files between different formats.

For example, the following command converts VDI file to a VMDK file:

The full syntax of the command is listed below:

11. Differencing disk files and snapshots

VBoot fully supports differencing files and snapshots. You can use ';' separated file names to specify a child disk and its parent, or use nested menu entries to represent a snapshot, for example:

When you use nested menu entries, the boot menu will display a tree like structure, as shown below:

The easiest way to create a snapshot is from the boot menu, you can simply press 's' key to take a snapshot, and press 'r' key to perform a recovery. You can also press 'i' key to boot as immutable session.

You can also create a snapshot manually, and you need to follow these two steps:

(1) to create a differencing file, you can use the following command:

(2) add a boot entry for the snapshot:

parent=1 indicates the boot entry index for the parent entry, you can run 'vbootedit enum' to display a list of boot entries along with their indexes.

12. Offline Virtual Disk Access

VBoot provides a command utility to mount virtual disk files. This way, you can access your files offline while the virtual disk file is not running.

Be very cautious if your disk has snapshot child disks. When you mount a parent disk, it might get modified, and cause the child disks not consistent with the parent, this will most likely result in data loss because all of its child disk become invalid. If your disk file has a snapshot, make sure to mount the deepest child disk, or mount parent disk files as readonly to prevent modifications.

You can use the following command to mount a disk file in VHD, VMDK, VDI format, cdrom ISO file, Microsoft WIM file and floppy images.

For differencing disk files, you can use ';' separated file paths to specify the child and parent disk files.

To dismount the mounted virtual disk, you can use this command:

13. Merge, Compact and Expand virtual disk files

VBoot command utility supports merging child disks to it parents, compacting and expanding virtual disk files. These are examples:

14. Updating VBoot

If you already have a working virtual disk file and want to update to the latest VBoot drivers, you only need to update a few driver files (vbootmp.sys, vbootfs.sys and vbootbus.sys for xp and above, or vbootdsk.sys for windows 2000).

There are two ways of doing this, automatic or by hand.

Update by command

The first and recommended way is to use 'vbootctl update' command, as described below: The first is used to update the current running Windows instance if it's booted from a virtual disk file, whereas the 2nd is used to update a virtual disk file that is offline.

Update by hand

The second way is to do it manually. If your computer is currently booted using the virtual disk file that you want to update, you can simply copy the drivers to overwrite the current version, for example, If your virtual disk file is not current running, you will have to mount it first, then copy the driver file, for example,

On Windows Vista, Windows 7 and Windows 2008, you may get a message complaining device driver not installed successfully after updating, you can get rid of this message by running the following command after booting to the virtual disk file.

The above examples assume Windows XP 32-bit is installed inside the virtual disk file, so vbootmp.sys is copied. For other operating systems, you need to copy different driver files:

  • Windows 2000 (32-bit) uses vboottoolsx86driversvbootdsk-w2kvbootdsk.sys
  • Windows XP (32-bit) and above use vboottoolsx86driversvbootmpvbootmp.sys
  • Windows XP (64-bit) and above use vboottoolsamd64driversvbootmpvbootmp.sys

15. VBoot command options

To use VBoot Loader, you need to insert a command into the grub.cfg configuration files. VBoot Loader passes these options to vboot virtual disk drivers inside the operating system. The VBoot virtual disk drivers utilize these options to perform the corresponding operations, such as mounting the disk files, taking a new snapshot, restoring to a snapshot and delete the child differencing disks, updating the grub.cfg file, etc.

The full syntax of vboot command is as follows:

vboot harddisk=disk_path cdrom=file_path floppy=file_path floppy_b=file_path boot=harddisk|cdrom|floppy parent_dir=folder_path take_snapshot=differencing_disk_path boot_entry=index config_file=grub_config_file new_menu_entry=title hide=disk_or_volume_list restore immutable recover_mbr pause

Options:

harddisk=disk_path

This option specifies a hard disk file, the path format is described here.

cdrom=file_path

This option specifies a cdrom ISO file, the path format is described here.

floppy=file_path

This option specifies a floppy image file, which usually contains vboot driver, the path format is described here.

floppy_b=file_path

This option specifies a 2nd floppy image file, which usually contains a 3rd party SCSI driver, the path format is described here.

boot=harddisk|cdrom|floppy

This option specifies which media to boot. The default boot is harddisk.

Vmlite Scsi & Raid Devices Driver Download For Windows 10 Download

parent_dir=folder_path

This option specifies a folder to search for base images, and should be only used for differencing hard disks.

take_snapshot=differencing_disk_path

This option is used to take a snapshot with the specified path as the differencing disk file.

boot_entry=index

This option is reserved for VBoot Loader to specify a boot entry. You should not use it explicitly.

config_file=grub_config_file

This option is reserved for VBoot Loader to specify the full path of the grub.cfg file. You should not use it explicitly.

new_menu_entry=title

This option is used to create a new menu entry inside the grub.cfg file. The virtual disk driver inserts an entry based the specified disk paths and the specified menu title. This option is typically used after you have entered some options manually using the VBoot Loader edit screen, i.e., you have pressed 'C' or 'E' . This way, you don't have to edit the grub.cfg file by hand after the operating system is booted up.

hide=disk_or_volume_list

This option protects real hard disks from access. It is used to hide disks or volumes, e.g., hide='0,1,C:,D:', where 0,1 indicates disk number, C:, D: are volumes. When a disk or volume is in the list, its access will be denied, and becomes invisible.

The following is a typical use to restrict all access to the vhd only:
vboot harddisk=(hd0,1)/xp.vhd hide='0'

The hide option is implemented using a file filter driver (vbootfs.sys). It's much more than just hiding the disk, it actually checks all access to the disk, and denies all access other than vboot itself.

restore

This option is used to restore to a snapshot. When a disk file contains child differencing disks, you can use this option to thrown away the child disks, and bring back to the same state before the snapshot was taken. Since the VBoot Loader does not support write access, it is the virtuald disk driver that performs the real task of deleting the snapshot and its child disks when the operating system kernel boots up. If the disk has another child disk after restoring, a new snapshot will be taken, with a new child differencing disk file created. If the disk has no child disks after restoring, then the disk will operate as a base image without taking a new snapshot. The grub.cfg file will be automatically updated to reflect the change.

immutable

When this option is used, the operating boots as immutable, meaning that all system changes will be discarded after reboot. This is done by automatically saving all system changes to a differencing disk, and the delete the differencing disk after reboot. Note that you can still permanently save files to your real hard disks or external disks. Only those changes that are saved to the virtual disk, including system registry entries, will be thrown away.

recover_mbr

Immediately remove VBoot Loader code from MBR sectors and recover the original boot code.

pause

Pause before booting, and the user needs to press a key to continue. This provide a chance to examine some messages.

16. Troubleshooting

VBoot is complex piece of system software, so be prepared for problems and bugs. These sections list common problems and errors.

16.1 [VBoot] Can't load vboot to the specified memory address 00090000

VBoot Loader loads itself to the real mode memory address 0x90000 (576k), and it occupies 64k, i.e., 576K-640K is used by VBoot, this memory region is most likely free to use. However, if you are getting this error, it indicates there is something else already using this region. Make sure you don't have other boot loaders, don't chainload to VBoot from other loaders, don't use VBoot on encrypted hard disks, etc.

16.2 Black screen or other boot loader issues

VBoot Loader reserves a memory region for use, this might have conflicts with other devices. For example, there are reports that ATI graphic cards cause black screen during boot. If you get into this problem, you can try to use a different boot file. We provide a file 'vboot-black-screen' in c:vboot folder, you need to rename this file to 'vboot'. Make sure you backup the original 'vboot' file.

More information is available on our website, http://www.vmlite.com

1. Get the latest VBOOT version and install it. Do not forget that it does not support UEFI (only BIOS or legacy mode!).
http://www.vmlite.com/vboot/instructions.html#install
2. Install Longhorn on VM (onto VHD or VMDK).
3. Create an archive with 'tools/x86' or 'tools/amd64' (if you installed 32-bit or 64-bit Longhorn).
4. Transfer the archive into the guest OS and extract it.
5. Go to folder with extracted files and select vbootctl.exe.
6. Open properties and set compatibility to 'Windows XP'. Also check 'Run as administrator'.
7. Open command prompt and type 'vbootctl prepare current'. 'VMLite Boot HBA' should now appear in the device manager. If that does not work for some reason then install this driver with 'Install legacy device' or 'Add new hardware wizard' (select vbootmp.inf).
8. Disable your network and audio cards via the device manager, then install default VGA driver. Do not install any new devices inside virtual machine, if system will detect them. Also disable SCSI controllers except 'VMLite Boot HBA'.
9. Replace all hardware-specific drivers with standard ones. For example, if you see something like 'Intel 82371AB/EB PCI to ISA bridge', you have to click 'Update Driver' and then manually choose 'PCI standard ISA bridge'. Repeat this operation for other drivers, including IDE controller, otherwise you will get 0x7B on boot.
10. The next step is different for pre-reset and post-reset builds. If you have PS/2 keyboard and mouse or do not need USB go to the paragraph 11.
10.1. Pre-reset (3683-4093, maybe 5048 too)
Download the ISO then mount it. Run both critical.reg and usbsupp.reg in the guest OS.
http://sbornik-obrazov-dlya-bochs-i-qem ... sbsupp.isoDownload
10.2 Post-reset (everything from the build 5112)
Create a new text file with the following contents, then rename it into .reg and double click.11. Remove the timebomb in the guest OS using modified winlogon and tweaknt.exe (you need AntiWPA for post-reset builds except 5048 and maybe 5112). If you do not do that you will have to set your PC BIOS date back before booting.
12. Copy your virtual disk to C: and then open C:vbootgrubgrub.cfg. Edit it according to your current partition/disk number and VHD/VMDK filename. Example:

Code: Select all

13. Reboot your PC and go to BIOS. Make sure that your SATA controller mode is set to IDE, not AHCI. Save new settings and shut down your PC.
14. Turn your PC on and select VBoot. A grub-like bootloader will start. You can now select the menu entry which you created previously.
15. Wait and pray that you will not get BSOD . When the system boots to desktop, install all the detected hardware.
Tips:
1. After you finish playing with Longhorn, switch SATA mode back to AHCI in order to boot into your main system.
2. If Longhorn hangs or restarts before the loading screen without BSOD, it means problem with the HAL. Go back to your virtual machine, boot Longhorn here and select 'Standard PC' instead of 'ACPI Uniprocessor PC'. Then shut down and try again via VBOOT.
P.S. You can also modify Longhorn's boot.ini as follows:halstnd.dll is 'Standard PC'
halacpi.dll is 'ACPI PC'
halaacpi.dll is 'ACPI Uniprocessor PC'

Vmlite SCSI & RAID Devices Driver Download For Windows 10

halmacpi.dll is 'ACPI Multiprocessor PC'.