ubuntu - Virtualbox won't run Fedora 10 64 bit iso

11
2013-09
  • David

    I am using VirtualBox on a Ubuntu 10.04 64bit host. I would like to install a Fedora 64bit guest.

    When I try to run the 64bit live cd, it says "Automatic boot in 10 seconds..." after which I get a blue background with no menu options. I am familiar with Ubuntu but not Fedora.

    I have been able to install a Fedora 32 bit system just fine.

    Any suggestions? I am trying to run an rpm that won't run in Ubuntu even using alien.

    update I tried to install from the full distribution (non-live) DVD image, and the installation stopped with the error

    this kernel requires an x86-64 CPU, but only detected an i686 CPU

    However, the results of uname -a indicate that my host is x86-64:

    user@desktop:~$ uname -a Linux user-desktop 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010 x86_64 GNU/Linux

    Have I configured VirtualBox incorrectly?

    alt text.

  • Answers
  • msalem

    Can you please provide the exact model of your Processor?

    because some processors don't give you access to 64 bit Modes in virtual machines, even though its supported on the host ...

    Also, please make sure that you have the Intel VT-X mode (assuming its an intel CPU) enabled in the BIOS settings on the host ...

    Awaiting your update :)

  • jet

    double check md5 or sha hashes of downloaded ISO/CD with the originals


  • Related Question

    osx - Resolution Issues running Ubuntu on VirtualBox
  • Uwe Honekamp

    I have an Ubuntu 9.04 guest running on a VirtualBox VM hosted by MacOS X Tiger. I'm trying to increase the screen resolution as the guest by default unfortunately supports only 800x600 and 640x480.

    I have done some research and also studied the answers to question 1660 on this site. I understand that the change of screen resolution requires the installation of the "Linux Guest Additions". As described on this page, I tried Devices>>Install Guest Additions from the menu of the VM.

    The according CD image was properly mounted to the Ubuntu desktop but after running "sudo bash ./VBoxLinux" in /media/cdrom all I got was "Detected unsupported X86 environment".

    According to the VirtualBox manual it should also be possible to resize the VM window and thereby change the screen resolution of the guest. The menu item Machine>>Auto Resize Guest Display is activated and grayed out. Changing the actual window size of the VM window does not show any effect on the screen resolution of the Ubuntu guest.

    This kind of concludes my effort so far. I'd like to know if someone managed to increase the screen resolution of an Ubuntu guest running on a VirtualBox/MacOS X.


  • Related Answers
  • heavyd

    Wes made a comment on the article you mentioned which helped several others that had the same problem:

    Wes:
    Slight change for step 3 on new version of VirtualBox for Windows Hosts. there are different versions of the additions for x86 and amd64 platforms. between setps 2 and 3 you can type ‘ls’ and see what the exact name of the additions are for your platform, then do “sudo bash ./VBoxAdditions-###.run”, replacing the ### with x86 or amd64.

    Try running the sudo bash ./VBoxLinuxAdditions-x86.run command after cd-ing to the guest additions installation CD.

  • ashishsony

    I found a solution... while the VM is running...

    1. go to a command-prompt[windows+r,type cmd ,enter]...
    2. cd to C:\Program Files\Oracle\VirtualBox and
    3. run this command

    VBoxManage controlvm "Ubuntu10.10" setvideomodehint 1280 800 32

    where "Ubuntu10.10" is your VM name... and ur VM resolution would change on the fly.. :) and yes change the 1280 800 32 string to any resolution u want... note 32 is here the bit-depth..

    i assume that u have installed the guest additions first..