A couple of days ago, I got tired of manually inserting the vboxdrv the first time I wanted to test something after a reboot (which happens about five times a week due to an intel driver bug in Lenny) so I typed
# echo vboxdrv > /etc/inittabThat's right, folks, not double GTs! I didn't realize that I had mistyped, though (it was a typo) and went along my merry way until the next reboot when, you guessed it! I got stuck at a prompt I've never actually been at in almost eleven years. Reading the error, there seemed to be a problem with inittab ... something about a limit of four characters. Odd, that.
Oh, well, I decided that the problem with /etc/init wasn't something I wanted to try to fix inside the system, so I broke out a live CD. The one I had handy was Ubuntu 8.04.1, so I booted and opened /etc/inittab on the proper partition.
vboxdrvstared at me, and I immediately realized what I had done. Wow, I felt stupid. Not really a problem, though, because I could just copy over the inittab from the live CD and everything should be workable (though there might be some differences) and I could fix from there. Except, ummm ... Ubuntu doesn't appear to have inittab. I'm going to have to look into that one and write about how they get around it. I didn't realize that Ubuntu was actually using Upstart for anything yet.
Luckily, I just had to boot an old laptop with Lenny, copy the file to a USB key, and move it over to the machine.
Still, it's easily the stupidest thing I've done to a system in a year, maybe in three to four.
2 comments: