Page 8 of 24 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 231

Thread: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

  1. #71
    Join Date
    Feb 2008
    Beans
    43

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Currently, I have Ubuntu 7.10 and have Virtualbox Closed Source Edition already installed. I have 2 questions:

    1) Will upgrading to Ubuntu 8.04 affect the USB feature in my closed source edition of virtualbox?

    2) Will I have to uninstall my virtualbox before I upgrade to 8.04, and then reinstall virtualbox?

    3) Will upgrading to 8.04 affect guest additions in virtualbox?

  2. #72
    Join Date
    May 2005
    Location
    Texas
    Beans
    298
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Thanks for the HOWTO I got this installed on my Toshiba laptop. My problem is i dont have a right Ctrl key and dont know how to change the key function needed to exit Virtual box back to my main screen can anyone help me change that hotkey?
    In a world without walls who needs Windows??

  3. #73
    Join Date
    Apr 2007
    Beans
    27

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Quote Originally Posted by taurusx5 View Post
    Currently, I have Ubuntu 7.10 and have Virtualbox Closed Source Edition already installed. I have 2 questions:

    1) Will upgrading to Ubuntu 8.04 affect the USB feature in my closed source edition of virtualbox?

    2) Will I have to uninstall my virtualbox before I upgrade to 8.04, and then reinstall virtualbox?

    3) Will upgrading to 8.04 affect guest additions in virtualbox?
    1: Yes, but it is fixable.
    do your upgrade. once complete add the following lines to your /etc/fstab

    Code:
     
    
    # USB for vmware/vbox
    none /proc/bus/usb usbfs devgid=46,devmode=664 0
    2: no
    3: no

    Good Luck!

  4. #74
    Join Date
    Sep 2007
    Location
    Pteleos Greece
    Beans
    408
    Distro
    Ubuntu Development Release

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    in case anyone is interested there is virtualbox 1.6.0 available
    i found the discussion here
    http://ubuntuforums.org/showthread.p...ght=virtualbox

    btw great guide

    i 've seen around the forums an older guide for virtualbox that explained about the guest-addons, i'm looking for it now and i'll edit my post

    [edit]
    here it is, look at step 2
    http://ubuntuforums.org/showthread.php?t=603661
    [/edit]

    also there is a detailed thread about virtualbox's snapshots, take a look
    http://ubuntuforums.org/showthread.p...ght=virtualbox
    Last edited by Gourgi; May 18th, 2008 at 03:33 AM.
    "Computers are like air conditioners, when you open WINDOW$ they stop working."
    Όσο ζώ μαθαίνω ...
    If Microsoft ever does applications for Linux it means I've won.
    Linus Torvalds

  5. #75
    Join Date
    Jul 2006
    Location
    Florida, USA
    Beans
    18
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Has any one gotten virtualbox running on 8.04 server edition? I am trying to determine the minimum X related dependencies.

    I have been trying to get virtualbox to run on 8.04 server (no X) headless, as described around page 90 of the virtualbox user manual, so that I can access windows installs from a ppc mac using rdp. I forced the package install without some X related dependencies because I wanted to avoid getting X installed on this server. It seemed to get installed. I tried to test it by starting a damm small linux live cd in a vm. I started the vm and then connected with rdesktop from another computer. I got the initial dsl boot screen, so it seems to work. But when I hit enter to boot, the vm dies after a few seconds and the console where the vm was started has a message about waiting 15 seconds for a debugger to attach and then killing the vm when one does not.

    Any advice?

  6. #76
    Join Date
    Jan 2007
    Location
    /India/Auroville/home
    Beans
    367
    Distro
    Xubuntu 13.10 Saucy Salamander

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Quote Originally Posted by andlinux21 View Post
    Thanks for the HOWTO I got this installed on my Toshiba laptop. My problem is i dont have a right Ctrl key and dont know how to change the key function needed to exit Virtual box back to my main screen can anyone help me change that hotkey?
    Open VirtualBox. Go to File/Preferances/Input.
    To be honest: It is a good idea to check the preferences of a software before you ask questions like this. Thx
    Don't forget to thank; more points when you want to go to heaven or less karma if you decide for reincarnation. Mark threads solved when they are ...

  7. #77
    Join Date
    May 2008
    Beans
    3

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Quote Originally Posted by SendDerek View Post
    This guide is intended to help users fully install VirtualBox and all of it's features which don't work out of the box such as USB support. I also have this tutorial (and others) on my blog. It's designed to be quick and painless, so let's get started:


    Download VirtualBox:
    Use the following links to download VirtualBox according to your CPU architecture. If you don't know what this means, you'd probably just better go with the i386 pacakge.

    i386:
    http://www.virtualbox.org/download/1...hardy_i386.deb
    AMD64
    http://www.virtualbox.org/download/1...ardy_amd64.deb

    Note: The VirtualBox that you have in the Add/Remove Programs list is different because it is the Open Source Edition. This is generally more difficult to configure, so use the normal VirtualBox program found in the link above.

    Install VirtualBox:
    Double-click on the package you just downloaded and you will be prompted to install it.

    Setup Permissions:
    This can be done in two different ways. The graphical way or the command line way.

    Via Command Line:

    [In Terminal]
    Code:
    sudo usermod -G vboxusers -a username
    Via Graphical Menus:

    Goto System -> Administration -> Users and Groups.

    Click on the "Unlock" button and then enter in your password.

    Click on the "Manage Groups" button.

    Find the "vboxusers" group which is probably at the very bottom of the list, highlight it by clicking again, and click once more on "Properties".

    Make sure there's a check mark next to your user's name, and you're finished.

    Setup USB:
    USB is disabled by default, so you'll probably want to enable it. Otherwise you'll get an error when you go into the "Settings" of your virtual machine. To correct this, you'll need to edit the mountdevsubfs.sh file:

    [In Terminal]
    Code:
    sudo gedit /etc/init.d/mountdevsubfs.sh
    Inside, you'll see a block of code that looks like this:
    #
    # Magic to make /proc/bus/usb work
    #
    #mkdir -p /dev/bus/usb/.usbfs
    #domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    #ln -s .usbfs/devices /dev/bus/usb/devices
    #mount --rbind /dev/bus/usb /proc/bus/usb

    Change it to look like this (uncomment out the region by deleting the "#'s"):

    #
    # Magic to make /proc/bus/usb work
    #
    mkdir -p /dev/bus/usb/.usbfs
    domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    ln -s .usbfs/devices /dev/bus/usb/devices
    mount --rbind /dev/bus/usb /proc/bus/usb

    Save the changes, log out, and then log back in again for the changes to take place.

    Other:
    The VirtualBox Guest Additions image (.iso) file is located here:
    http://www.virtualbox.org/download/1...ions_1.5.6.iso

    Minor Troubleshooting:
    With these instructions, I was able to get my virtual machine working perfectly in VirtualBox. If you have any problems, please let me know by commenting below. I will help to resolve your issue and then place it with the solution in this section of the tutorial. Thank you.

    Package Dependencies
    If you run across a problem with dependencies (like libxercese27 which is included in the libxalan110 package), you'll have at this point to either install it first or go ahead with the installation and run "sudo apt-get -f install" to correct the problems.
    Thanks Princey

    Compilation of the kernel module FAILED! Error
    While trying to install VirtualBox you receive an error like this:
    Code:
    "Compilation of the kernel module FAILED!
    
    VirtualBox will not start until this problem is fixed. Please consult '/var/log/vbox-install.log' to find out why the kernel module does not compile. Most probably the kernel sources were not found. Install them and execute '/etc/init.d/vboxdrv' setup as root."
    Run the command "sudo /etc/init.d/vboxdrv setup" and see if that helps. (not yet confirmed)
    He,

    I am having trouble with this virtual box. I succeded in installing the virtualbox, but the problem is that when I use to the virtualbox to install a Windows XP, the virtualbox does not capture the keyboard. I need to hit enter at a step to keep running the Windows XP installation but no way to move on. Any hint?

    Thanks

  8. #78
    Join Date
    Apr 2007
    Beans
    27

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Quote Originally Posted by perpetus View Post
    He,

    I am having trouble with this virtual box. I succeded in installing the virtualbox, but the problem is that when I use to the virtualbox to install a Windows XP, the virtualbox does not capture the keyboard. I need to hit enter at a step to keep running the Windows XP installation but no way to move on. Any hint?

    Thanks
    have you tried to click on the running virtual box window?

  9. #79
    Join Date
    Jan 2007
    Location
    /India/Auroville/home
    Beans
    367
    Distro
    Xubuntu 13.10 Saucy Salamander

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    To enable the USB I always added so far since versin 1.5 this line into /ect/fstab

    none /proc/bus/usb usbfs devgid=46,devmode=664 0 0


    I had never any problems with the usb and VirtualBox

    After adding your name to the vbox group you have to log out and in so that the changes are effective.
    Don't forget to thank; more points when you want to go to heaven or less karma if you decide for reincarnation. Mark threads solved when they are ...

  10. #80
    Join Date
    May 2008
    Beans
    3

    Re: How To: Install VirtualBox on Ubuntu 8.04LTS (Hardy Heron) [Tutorial]

    Yes I added the user to the vboxusers group.

    Quote Originally Posted by gusman21 View Post
    have you tried to click on the running virtual box window?
    Yes I did and I get a popup informing me that the the virtualbox will capture the mouse and the keyboard, which I accept by clicking on the "capture" button. I then hit the "enter" key as the windows xp setup program is asking me to do. But nothing happens.

    Your help is still desperately needed. Thanks.

    Maybe I should give more info about the computer I am using: hp pavilion dv2000. I am pasting below the settings of the VB


    General
    Name Windows XP
    OS Type Windows XP
    Base Memory 400 MB
    Video Memory 64 MB
    Boot Order Floppy, CD/DVD-ROM, Hard Disk
    ACPI Enabled
    IO APIC Disabled
    VT-x/AMD-V Disabled
    PAE/NX Disabled

    Hard Disks
    IDE Primary Master NewHardDisk3.vdi [Normal, 10.09 GB]

    CD/DVD-ROM
    Image Windows.XP.PRO.French.Pre.SP3.ULTIMATE EDITION -V5.0 By Mad Dog[Get24].iso

    Floppy
    Not mounted

    Audio
    Host Driver Null Audio Driver
    Controller ICH AC97

    Network
    Adapter 0 PCnet-FAST III (NAT)

    Serial Ports
    Port 0 COM1, Disconnected
    Port 1 COM2, Disconnected

    USB
    Device Filters 0 (0 active)

    Shared Folders
    None

    Remote Display
    Disabled

    Regards,
    Perpetus

Page 8 of 24 FirstFirst ... 67891018 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •