Hi,
I am running Ubuntu 10.10, on an Dell Optiplex755, with Virtualbox, 3.2.10 r66523. The machine has a SATA drive where Ubuntu is installed. Then a partition is created for the virtual machine on an IDE drive. Other OS's such as Ubuntu 10.x and OpenSolaris works fine with this setup.
I have a need to run an old RedHat 7.3 (kernel 2.4.18-3) from 2002 under virtualbox. The kernel is has add-ons and I don't have the source code for it.
When I try to install it I get the following message in the log-file:
Guest Log: BIOS: int13_harddisk: function 15, unmapped device for ELDL-81
At the same time a pop-up window give the following message, then the installation hangs:
Could not allocate requested partitions. Partitioning failed: Could not allocate partitions. Press OK to reboot your system.
ANY help to help me to understand what goes wrong, and possibly try to fix it would be greatly appreciated.
Regards and thanks,
Lpob
Old RedHat (7.3, year 2002) version not installing
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: Old RedHat (7.3, year 2002) version not installing
Please post the exact and full guest configuration.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
lpob
- Posts: 2
- Joined: 12. Mar 2011, 19:23
- Primary OS: Ubuntu other
- VBox Version: OSE other
- Guest OSses: RedHat 7.3
Re: Old RedHat (7.3, year 2002) version not installing
Hi,
I solved the problem with this myself but unfortunately X windows doesn't work. RedHat 7.3 only run in character mode. The issue listed in the /var/logs/XFree.0.log file in RedHat running in VirtualBox states that it is loading the driver /usr/X11R6/lib/i810_drv.so correctly but then reports "Fatal error no screen found".
i have run the installation of VboxGuestAdditions, the VBoxLinuxAdditions and vboxadd-x11.sh. Could anyone help me understand what the problem might be, as the reason I nedd to run this old RedHat version is to run a legacy-program relying on X11.
Thanks in advance for any help,
lpob.
I solved the problem with this myself but unfortunately X windows doesn't work. RedHat 7.3 only run in character mode. The issue listed in the /var/logs/XFree.0.log file in RedHat running in VirtualBox states that it is loading the driver /usr/X11R6/lib/i810_drv.so correctly but then reports "Fatal error no screen found".
i have run the installation of VboxGuestAdditions, the VBoxLinuxAdditions and vboxadd-x11.sh. Could anyone help me understand what the problem might be, as the reason I nedd to run this old RedHat version is to run a legacy-program relying on X11.
Thanks in advance for any help,
lpob.
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: Old RedHat (7.3, year 2002) version not installing
The guest additions are to knew and Redhat is to old.
Try to use the VESA driver in the XF86Config file (or xorg.conf?).
Try to use the VESA driver in the XF86Config file (or xorg.conf?).
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
Technologov
- Volunteer
- Posts: 3342
- Joined: 10. May 2007, 16:59
- Location: Israel
Re: Old RedHat (7.3, year 2002) version not installing
You can run X11 without having X11 display. Use vncserver or Xnest, and redirect it to X11 that is installed on your host.
Obviously those tools require more Linux knowledge, but possible to do.
Old Linuxes dislike VirtualBox VESA chip (no VESA driver), and LinuxAdditions won't compile/modprobe on kernels older than 2.4.21.
-Technologov
Obviously those tools require more Linux knowledge, but possible to do.
Old Linuxes dislike VirtualBox VESA chip (no VESA driver), and LinuxAdditions won't compile/modprobe on kernels older than 2.4.21.
-Technologov