Donation Goal
Donate Now Goal amount for this year: 799 USD, Received: 100 USD (13%)
Please donate to help support this website. The funds will be used to purchase owned license of LiteSpeed Web Server Enterprise (2-CPU). It provides superior performance in terms of raw speed, scalability and anti-DDoS capabilities.

How To Test and Boot an ISO Image Without Burning to CD or DVD

Posted By Raymond In Category: Computer

Aug
10
2008

If you’ve been following this blog site everyday, you should know what is ISO image by now. An ISO image is an archive file of an optical disc using a conventional ISO (International Organization for Standardization) format that is supported by many software vendors. ISO image files typically have a file extension of .ISO. Just yesterday I’ve mentioned about Trinity Rescue Kit which comes in ISO image and you’ll have to burn it on a CD.

There are times when I would like to test an ISO image first before burning it to a CD. One of the reason is so that I can take screenshots and attach it with article. If you boot up a computer with a CD, there is no way you can take a clear screenshot on the screen other than using a digital camera. Recently I’ve been trying to merge a few ISO images into one to create a multi-boot CD. With the ability to test the ISO image first, I don’t need to waste CD-Rs. Even if I can use CD-RW, it is still convenient because I don’t need to waste my time in burning the disc and booting up my computer with the CD-RW.

Boot Kaspersky ISO without burning to CD

The image above shows that Kaspersky Rescue CD is booted up in a virtual machine without burning to CD. Here’s how I test the ISO image without burning to a disc using VirtualBox.


VirtualBox is an x86 virtualization software package originally created by German software company Innotek and now being developed by Sun Microsystems as part of its Sun xVM virtualization platform. It is installed on an existing host operating system; within this application, additional operating systems, each known as a Guest OS, can be loaded and run, each with its own virtual environment. For example, Linux can be guest hosted on a single virtual machine running Microsoft Windows XP as the Host OS; or, XP and Windows Vista can run as guest OSes on a machine running OpenSolaris.

Actually most of virtual machine software is able to load ISO images but somehow I prefer VirtualBox because it is easy to use. I’ll show you the steps on how I load the ISO image into VirtualBox.

1. Download and install VirtualBox.

2. Run VirtualBox from Start > Programs > Sun xVM VirtualBox > VirtualBox.

3. Click New button and a new virtual machine wizard window will appear. Click Next.

4. Enter any Name and select an OS Type. It doesn’t matter what you enter in here because it is for your own reference. (For example, I use the name Load ISO Images and OS Type as Other/Unknown)

5. Select the amount of base memory (RAM) to be allocated to the virtual machine. Recommended is 64MB but you can set it higher if you have a lot of RAM in your computer.

6. At the next screen, you’ll need to create a virtual hard disk. Click the New button. Click Next.

7. When asked to select a virtual disk type, either one will do. A dynamically expanding image initially occupies a very small amount of space on your physical hard disk. It will grow dynamically as the Guest OS claims disk space. As for fixed-size image, it is fixed and does not grow. Click Next again at the next screen which asks you to set the virtual disk location and size. Click Finish.
Virtual disk location and size

8. Click Next and click Finish

9. Now you’ll see the new virtual machine that you’ve just created on the list. Select the virtual machine and click Settings button.

10. On the left pane of the settings window, click CD/DVD-ROM, check Mount CD/DVD Drive, select ISO Image File and click the small browse icon button.
Load ISO Images in VirtualBox

11. Click Add button and look for the ISO image file that you want to load. Once the ISO image is loaded, click Select button and click OK.

12. Finally, click Start button to boot the virtual machine with the ISO image file.
Start booting ISO images

Please don’t be frightened by the long 12 steps. It is actually very simple once you’ve go through all the steps once. Do take note that not all ISO images especially Linux can be booted up properly using this method. One example is Slax Linux, I was able to boot up the virtual machine with Slax ISO image but it hung during startup.


Related posts:
  • Do You Know Your CD or DVD Drive Burning Capabilities?
  • How To Access ISO Files Using Archiver or Virtual Drive
  • Test System Stability By Putting Heavy Load on System Resources
  • Resize Image or Pictures Online
  • Delay Startup Programs to Boot Windows Faster
    • http://www.mayurjango.blogspot.com/ Mayur

      Nice utility Raymond :D
      Thanks

    • webcadre

      need to learn it… :)

    • Prashanth

      Alas – my favorite VM.
      Thank You very very much Raymond for writing an article on this.

    • John

      Isn’t VirtualBox similar to VMWare and Microsoft’s Virtual PC?

      The reason why I’m curious is because I hear so much about VMWare and Microsoft’s Virtual PC, but I’ve never heard them use VirtualBox in the same breath as the two above.

    • Prashanth

      Slax live CD works fine with vbox – i’ve used it.
      All linux distros run fine on it.

    • aks

      alternatively …you could use microsoft virtual pc or vmware workstation

    • jay

      raymond do u have any demonoid accounts?
      now the registrations are closed

    • http://sysadmintipps.blogspot.com Gerhard Hofmann

      Hi Raymond,

      an alternative would be MobaLiveCD, it’s a single EXE, even no need to install it:
      http://mobalivecd.mobatek.net/en/

      BTW: your blog is excellent!

      Regards
      Gerhard

    • Reaper

      Umm u can also use Daemon tools, Alcohol 120, and many more other programs….

    • http://www.raymond.cc/ Raymond

      I know that Daemon tools and Alcohol 120 can mount ISO images but can it be used to boot up live ISO images?

    • http://erwin.ried.cl Erwin Ried

      @Raymond:

      Yes, Daemon tools and Alcohol 120 works to boot up live iso images.

      My warn about VirtualBox is the performance vs a commercial product like VMWare Workstation.

    • Masoud123

      wowwwwwwwwwwwwwww
      Very very Thanks Raymond.
      it is great post.

    • http://www.kapanpun.com kapanpun

      good information :)

    • Ed

      It seems Virtual box is built from QEMU project.
      http://bellard.org/qemu/links.html

      I never tried myself QEMU and used sometime the old Microsoft Virtual PC.

      Now I may try VB.

    • Manish

      Thank you, Gerhard Hofmann, for your excellent suggestion. It is simpler a simpler alternative to VirtualBox.

    • jeff parker

      wow..great tools!

    • Ahmad Maher

      Thanks but I think I will agree with aks :

      alternatively …you could use microsoft virtual pc or vmware workstation

      - They are more than enough

    • Ed

      @ Raymond

      I found out that it is better to have the base memory setting higher than the recommended 64MB.

      With 64MB I could not load Slax or UBCD4Win as they got stuck before fully loading the OS. After changing to 128MB it loads fine. (now I set to 512MB, it seems the VB will take what it needs on demand?)
      When I load Slax in base memory of 512MB and 32MB video, I see in Windows XP task manager that there are 2 instances of VB and VBoxSVC and VCDDaemon with total about 61MB.

      I still cannot get the network to work. I get IP 10.0.2.15 with gateway 10.0.2.2.

      And for Slax, I get message to change the color to 32 bits on the guest OS, but I did not see such configuration in VB.

    • david

      Erwin Ried

      Can you tell us how to use Alcohol to boot a Live CD??
      you can mount a CD but I didn’t see how to boot!

    • Steven S

      Well done Raymond, you rule (again)!! I\’d procrastinated trying out a Virtual machine for months, but it was super easy to do using your guide.

      I\’m initially using mine to test new \’burns\’ of BartPE, so much faster than changing/burning CD/booting/testing…

      Actually to overcome my technofear I initially tried MobaLiveCD as suggested by Gerhard above (good one dude!) which is indeed simple to use, but much slower than VirtualBox (especially on my 1700Mhz single processor) and not configurable.

      Reckon I\’ll stick with VirtualBox and skip Microsoft\’s offering (once bitten etc.).

      I could not work out how to remove the .iso context menu commands after I had finished with MobaLiveCD, so wrote the following registry merge file… to use it yourself, copy and paste with any test editor/word processor in *plain* test to a .reg file, then r-click on it and select Merge. Should be 3 lines of text only, so remove any extra new lines inserted on this webpage.

      REGEDIT4

      [-HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\iso_auto_file\\shell\\Emuler avec BuibuiLiveCD]
      [-HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\iso_auto_file\\shell\\Test this with MobaLiveCD]

    • Humayun Khan

      Hi Raymond

      Nice Post

      The watermarks in the pictures are great
      Can you post some article regarding free watermarking softwares.

      I need a watermarking software.

    • foo

      Can you do a tutorial on how to merge different ISOs to one boot disk? I’d love to be able to combine a few of my favorite small boot disks onto one super boot disk.

    • http://tashilama.blogspot.com tashi

      nice,i’lll try it…m ur ardent follower

    • Panos

      Thanks a lot for this article.. Virtual Box is a nice tool
      otherwise id have to use VMware which is quite more troublesome.. and it’s not free..

    • Mel

      “an alternative would be MobaLiveCD, it’s a single EXE, even no need to install it:
      http://mobalivecd.mobatek.net/en/

      Now THAT is the Shiz Nizzle! It worked. It’s Simple. And it’s free!

    • Harry

      Great work bro…thanx a lot 4 sharing..

    • rockager

      thanks!!!!
      i had been looking for this piece of information.

    • S3nd41

      When I go to the settings after having created my new machine I don’t have any CD/DVD tab, what’s the problem?

    • Greg Lorriman

      S3nd41, if there’s no CD/DVD tab then go to “Storage” instead. In the storage section select the item under “IDE controller” and then to the right of that you’ll see an option for CD/DVD and a way to select the iso image.

    • nonouinon

      So stupid … thanks for explaining what ISO mean …
      thanks for explaining what you know and not what we want to know. So stupid

    Copyright © 2005-2012 - Raymond.CC Blog