Custom Query (16363 matches)
Results (904 - 906 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #18931 | invalid | VirtualBox very often fails at booting OS/2 Warp guests | ||
| Description |
About 50% of the time, guests configured OS/2, eComStation, etc. fail to boot correctly. A typical OS/2 Warp 4.0 guest, for example, will show a black screen with a blinking cursor instead any of the usual boot splashes. This significantly impacts the usefulness of the VirtualBox hypervisor. As a workaround in my Packer and Vagrant scripts, I am retrying a whole lotta boots. A three-boot process just to install OS/2 Warp has a success rate of 12.5% (yuck!) |
|||
| #18926 | fixed | Problem loading vboxsf.ko after upgrade to 6.0.12 | ||
| Description |
$ uname -r
$ cat /etc/oracle-release After upgrading from 6.0.10 to 6.0.12 (+Guest Additions), shared folders are not available (mounted) anymore.
Trying to manually loading the module I'm getting (in /var/log/message): Just for fun, I tried rebuilding VBoxGuestAdditions after applying the following patch and rebuilding VBoxGuestAdditions, and now I'm able to load the module and mount my shared folders. --- vboxguest-6.0.12/vboxsf/vfsmod.c.orig 2019-09-03 11:48:44.000000000 +0200
+++ vboxguest-6.0.12/vboxsf/vfsmod.c 2019-09-12 13:23:51.083557673 +0200
@@ -434,9 +434,11 @@
{
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 24) && LINUX_VERSION_CODE <= KERNEL_VERSION(4, 12, 0)
bdi_destroy(&pSuperInfo->bdi); /* includes bdi_unregister() */
+/*
# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 34) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
sb->s_bdi = &noop_backing_dev_info;
# endif
+*/
#endif
}
I know that shouldn't be the way to fix the problem...maybe the commented IF should be verified against 4.1.12-124.31.1.el6uek src(?). Please let me know if you need any test in order to fix the problem. |
|||
| #18924 | fixed | VirtualBox 6.0.12 install fails on RHEL 8 | ||
| Description |
I am trying to install VirtualBox 6.0.12 on RHEL 8.0 I used the file https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo and ran the command dnf -y install VirtualBox-6.0 this throws the error below. Error: Transaction check error:
Error Summary kindly look into it. thanks. |
|||

