Lenny VM upgrade
Since my root privileges have been revoked at my previous job, and my (10$/year) hosting will soon expire I thought it would be a good time to move more of my stuff onto my private VM.
The host where VMware server is running has a pretty good track record:
host:~# uptime
13:20:05 up 112 days, 4:40, 2 users, load average: 0.35, 1.64, 1.12
so I figure I can depend on it :)
I went ahead an did a dist-upgrade (etch to lenny), but lo and behold the machine does not come back on the network after the reboot. Raaz-clat! Why DID I have to change kernels? Surely I could have kept using the old stuff…. oh man… so then and there I start to feel depressed. The thing is I can’t access the console for my VM since I am not root anymore. All I can do is sudo /etc/init.d/vmware restart and some sudo manual kills.
The root cause of this is that the lsilogic scsi controller is not supported in the 2.6.26 kernel out of the box in Lenny.
Luckily Pablo77 has the solution up at howtoforge. Simply edit the your_VM.vmx file replacing “lsilogic” with “buslogic” like so:
...
scsi0.present = "TRUE"
scsi0.virtualDev = "buslogic"
memsize = "376"
...
We are back in business….