Index: /trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh
===================================================================
--- /trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh	(revision 42458)
+++ /trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh	(revision 42459)
@@ -115,5 +115,5 @@
         info "VirtualBox guest kernel module loaded."
     else
-        abort "Aborting due to attach failure."
+        info "VirtualBox guest kernel module failed to attach."
     fi
 }
@@ -136,5 +136,5 @@
         /usr/sbin/modload -p fs/$VFSMODNAME || abort "Failed to load VirtualBox FileSystem kernel module."
         if test ! vboxfs_loaded; then
-            abort "Failed to load VirtualBox FileSystem kernel module."
+            info "Failed to load VirtualBox FileSystem kernel module."
         else
             info "VirtualBox FileSystem kernel module loaded."
@@ -164,5 +164,5 @@
         info "VirtualBox pointer integration module loaded."
     else
-        abort "Aborting due to attach failure."
+        info "VirtualBox pointer integration module failed to attach."
     fi
 }
