How can I copy my "Ubuntu.ISO" onto the Ubuntu.VDI

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Detman101
Posts: 3
Joined: 25. Nov 2008, 20:03

How can I copy my "Ubuntu.ISO" onto the Ubuntu.VDI

Post by Detman101 »

Greetings,

First, let me explain my setup...then you may understand my problem.

1. I have an Ubuntu .ISO loading via the CD-ROM
2. I have an 800mb Hd setup to be dynamically expanding.

PROBLEM
* How to copy the "Ubuntu8.ISO" directly onto the Virtual HD (Ubuntu.VDI)?? *

EXPLANATION
* I do not want to install the Ubuntu because it takes up too much space. What I would like to do is run the same information that is in the "Ubuntu8.ISO" from the Virtual Hard Drive. But I cannot get the information from inside the .ISO onto the VDI. (Without installing from the "Ubuntu8.ISO")

I do not want to install Ubuntu...merely create a .VDI directly from the info within the "Ubuntu8.ISO" file. I see no need to install the OS and use up 2gb when I only want to use it for the games. And I can get to those from the bootloader that the "Ubuntu8.ISO" provides.

:cry:

Thank you in advance.
Dm
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post by TerryE »

If you want to move the Ubuntu distro onto other formats then please consult the Ubuntu community documents. I used these to create a USB version that I use as a rescue device.

However, if all you want is the run the Ubunto liveCD installation that comes with the media, then why put it onto a VDI at all? Why not just create a VM that boots off the ISO?
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Detman101
Posts: 3
Joined: 25. Nov 2008, 20:03

Post by Detman101 »

TerryE wrote:If you want to move the Ubuntu distro onto other formats then please consult the Ubuntu community documents. I used these to create a USB version that I use as a rescue device.

However, if all you want is the run the Ubunto liveCD installation that comes with the media, then why put it onto a VDI at all? Why not just create a VM that boots off the ISO?
Hello,

Thank you for the information. That is exactly what I'm trying to do. I've created a USB-Portable version that will boot off of the .ISO.

However, I've run into the problem of the drive-letter for the USB stick changing depending on what computer the USB stick is inserted into.
The path to the .ISO file has to be changed everytime it's taken to a new computer because the application doesn't account for the driveletter/path changing. With a .VDI it always knows where it is located for some reason.
:cry:

(IE: In my computer the USB stick shows up as drive "H", in my wife's computer it shows up as "D".)

Thank you,
Dm
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

You can always mount the VDI inside the live enviroment, then DD the whole ramdisk (as that is where the OS is stored on) to the VDI. You can later add the boot menu.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Detman101
Posts: 3
Joined: 25. Nov 2008, 20:03

Post by Detman101 »

Sasquatch wrote:You can always mount the VDI inside the live enviroment, then DD the whole ramdisk (as that is where the OS is stored on) to the VDI. You can later add the boot menu.
Wow....my head just exploded.
I have no idea what you just said... :o
What does "DD" stand for? And I'm guessing that I will need some way of loading the VDI from within Ubuntu? I have no idea how to do that as I have no knowledge of Linux besides clicking on the games in the live cd.

:oops:

Dm
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Eh, hehe :lol:. I kinda went overboard there. I thought that you would know a bit more about Linux. What I meant is that you create the VDI (which you probably already have) and attach it to the VM (which you probably already did). You can then use the dd command to write the live CD as raw data to the virtual hard drive. You can check the manual page of the command by running man dd from a terminal (apps > accessories > terminal). There are plenty of examples of dd use if you use google.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply