hkoster1 said:
That's my link, actually. I have now posted an update on installing Edgy in a Parallels VM.
There is also the fast clock issue common to all VMs (not just Parallels), my updated note shows how the "clock=pit" kernel option should be used, in connection with periodic synchronization with time servers (set this up in the System-Administration-Time and Date menu). Finally, my note also shows some useful keyboard tweaks and the way to get the Ubuntu boot splash going.
Thanks for these tips! Using them, I was able to fix my persistent clock problems in Ubuntu running under Parallels on my MacBook Pro (which not only resulted in times being off, it also screwed with SSL-secured connections to my mail servers, since SSL is timing-sensitive).
Regarding the splash screen, note that the
usplash customization howto says the kernel parameter for a 1024x768 splash is vga=791, not vga=792. But both seem to work and to present the same sized splash (at least, I couldn't tell the difference, but then I wasn't able to compare them side by side, only reboot-after-reboot).
Incidentally, does your splash screen display messages about the boot process? Mine did in Dapper (where the spash screen worked without any kernel parameters), but it doesn't anymore since I upgraded to Edgy. It just shows the Ubuntu logo and name. I'm trying to figure out if this is a bug in Parallels, a bug in Edgy, or a bug in the way Dapper upgrades to Edgy.
One more note: you suggest that users change the #defoptions line in /boot/grub/menu.lst and then make the same changes to the active kernel around line 113. But the usplash customization howto recommends running "sudo update-grub" instead of editing your active kernel, as "sudo update-grub" will apply the same changes to any future kernel as well, whereas edits to your active kernel will break when you update to a new kernel (and the changes to the older kernel will probably also get lost).