by OneLoveAmaru » Sun Feb 20, 2011 7:26 pm
Andre, it actually has nothing to do with vmware, it's a known bug with the kernel the vicibox installs. It does not have the megaraid_sas driver, which happens to be LSI. VMWare uses LSI as it's RAID controller, as with most Dell and HP servers.
The fix is to edit /boot/grub/menu.lst and change the kernel versions to this:
kernel /boot/vmlinuz-2.6.34.7-0.7-default root=/dev/sda2 resume=/dev/sda1 splash=silent quiet showopts vga=0x314 ipv6.disable=1
initrd /boot/initrd-2.6.34.7-0.7-default
That'll fix it permanently.
To boot up after the os-install, you need to restart, get to the grub screen, hit e on openSUSE 11.3 then e again on the kernel and initrd lines. Make the changes, hit enter to back up one screen and when you've made the changes to both lines, hit b to boot. Then make the changes to the file I talked about above.