I have ubuntu studio installed on a hard drive that I just moved to a different computer. I can boot the other distributions I have on the drive, but not ubuntu studio. Whenever I try, it shows the studio logo, and does nothing. Is there a way to make it bootable easily, or should I just reinstall it?

link|improve this question

71% accept rate
feedback

2 Answers

I dont know if you have just GNU/Linux distros or windows as well but I would try reinstalling grub from a live cd (google how to do this if you dont know).

link|improve this answer
Grub seems to be working fine though. I use it to boot suse, arch, slackware, and fedora, and the ubuntu studio logo appears like it should when booting, it just never moves beyond that, so I assume it is unable to be booted. – a sandwhich Feb 1 at 22:55
feedback

As long as you keep backup your Home folder, you will be able to reinstall Ubuntu studio and have all your settings restored, the only thing is that you will need to reinstall each app that you have installed. But if you make a backup list of installed packages, life is easier. Try this: dpkg --get-selections > installed-software and then: dpkg --set-selections < installed-software

link|improve this answer
Haha, ok, thanks, I was afraid of this, but I guess I will just do it. My home folder is huge, and I have way too many programs installed. – a sandwhich Feb 2 at 22:17
Well if you use those dpkg commands, it will restore them all. A good habit to get into with any Linux Distro is just have one partition for your home folder. Backing up /etc might be beneficial as well. – Matthew Dudak Feb 7 at 17:34
The problem turned out to be the graphics driver. I booted into safe graphics mode and installed the new ones. Everything is working fine now. – a sandwhich Feb 7 at 18:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.