Ubuntu: No resume image, doing normal boot
So I guess I will be doing more Linux (Ubuntu specifically) desktop posts because I now have Ubuntu as my primary desktop OS with Windows XP running virtually in VirtualBox.
My latest issue had to do with trying to get my audio working correctly so I could do Camtasia Studio recordings in VirtualBox. After changing some audio settings in Alsamixer I was presented with this terminal message upon reboot (i.e. it never made it to the desktop sign-in):
Loading, pease wait...
Kinit: name_to_
kinit: No resume image, doing normal boot...
Then it just stopped there without taking me to the gnome desktop login. After fishing around I realized I could simply type “startx” to get to the GUI login, but that wasn’t an optimal solution because it wouldn’t allow me to switch users while in the GUI side (i.e. for updates it likes to switch to super user).
So then I found a launchpad.net posting that recommended the following and it fixed the issue for me:
# su (then type in ur password)
# sudo apt-get install ubuntu-desktop
# reboot
Now it boots into the gnome GUI login window just fine!
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Welcome to the dark side… Glad you gave VirtualBox a whirl. I tried VMWare and it just seemed to be a little slow. VirtualBox seems so much more responsive.
Oh BTW 2 of my favorite little tricks I’ve learned with Ubuntu…
1. When looking at a directory/folder whatever you wanna call it. Click on View on the menu bar then View as List. You will then see all the subfolders get a little triangle in front of them. Click on the triangle and the contents are displayed as a list, indented under the folder name. Way handy.
2. This works on the desktop not sure if it does in folders. Put a MP3 file on the desktop. Now (with speakers turned up) move the mouse pointer over the file, leave it there but don’t click. It should start playing! Move the mouse away and it quits. It’s like a preview option. I’m guessing that it works for other audio files. Haven’t tried it though.
>Put a MP3 file on the desktop. Now (with speakers turned up) move the mouse pointer over the file, leave it there but don’t click. It should start playing!
Yeah, I found that one out by accident. At first I was like “where in the heck did that come from!” :-)
Another trick I found is using the Host key (i.e. Right Control) to switch back to Ubuntu from VirtualBox Windows XP. So what I do is RightControl then Alt+Tab to quickly go from WDSC/Outlook (which is in VirtualBox) and go back to my TN5250j session in Ubuntu. Works great!
Thanks it really helped me
Thanks man – that did the trick for me