[CS-FSLUG] Ubuntu and busybox

Chris lists at deksai.com
Thu Dec 3 11:05:47 CST 2009


On Thu, Dec 03, 2009 at 07:44:09AM -0800, Greg Slade wrote:
> Even worse, there's something gone wrong with the Ubuntu install.
> When the machine boots into Ubuntu, it comes up in busybox, which
> seems to be some kind of "light" shell prompt. Unfortunately,
> neither of us knows enough Linux either to use busybox to get Ubuntu
> booting again, or to uninstall Ubuntu so he can go back to his
> original Windows setup.
> 
> Any advice?

I'm guessing the problem is that it can't find root for some reason because of
a wrong root= option or something similar (like I said, a guess).  

If you remember what partition has /root (fdisk -l /dev/whatever from busybox
should help jog the memory), and if you didn't do anything odd with raid or
whatnot, you should be able to mount the root partition and 'exec switch_root
/rootmount /sbin/init' or something like that to boot the system.

If you don't want to even mess with switch_root, you could use the shell to
mount wherever /boot lives, and edit grub/menu.lst to change the default.

Chris




More information about the Christiansource mailing list