LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-11-2014, 08:56 AM   #1
mirassa
LQ Newbie
 
Registered: Apr 2014
Posts: 7

Rep: Reputation: Disabled
black screen with writing (initramfs)


hi everybody, i work with virtual machine in ubuntu13.04, i was installed ndnSIM with ns-3 with which i must work, the last period i work normally but today i have the problem, when i power on ubuntu, it doesn't complete the power on and a black screen appears with writing telling me:
"BusyBox v1.20.2 (Ubuntu1:1.20.0-8Ubuntu1) multi-call binary
(initramfs)"

i don't understand what that means and what is the problems, please help me, i must poursuit my work
thank you
 
Old 04-14-2014, 04:54 AM   #2
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
initramfs is an abreviated kernel that is unpacked to ram at boot up giving the init scripts that actually start all your processes something to run on.

You should have installed by default the package initramfs-tools (name in Debian repo may be different in Ubuntu but not by much).

Having that, the first thing I would try is booting to recovery mode. This should take you after a bit to a notice that you need to enter your administrative password (sudo password). Being Ubuntu though I am pretty sure you will just get, with no password at all, a root prompt (#). This is the vaunted Ubuntu "security model" which gives anyone booting to recovery full power over your system. Great feature.

At that prompt run this and see if it helps;
Code:
sudo update-initramfs -u
That will rebuild the initramfs to your currently used kernel. Will take a little while but not a long while.

Output should look similar to this;
Code:
root@debian:/home/elwin# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-3.2.0-4-686-pae
root@debian:/home/elwin#
This will usually correct the problem. Sometimes, like any other file can, initramfs can be corrupted.

Your kernel is working or you wouldn't boot to the system. You are just not getting enough to take you to the display manager.

When that command completes simply type at the prompt;
Code:
reboot
This should reboot your box and take you to the login page of your display manager which is probably lightdm.

If the above does not work and you reboot to recovery you should first run;
Code:
apt-get update
Code:
apt-get upgrade
run all upgrades including the held back ones using;
Code:
apt-get dist-upgrade
and then just to make sure lightdm is sound;
Code:
apt-get install --reinstall lightdm
You do not need "sudo" for this. In recovery mode root is the only user thus the root prompt. Sudo is to elevate the permissions of our user defined by /home/<user name> at the user prompt ($).

That should cover it.

If not reboot to recovery and run;
Code:
dpkg-reconfigure -a
and then update your initramfs as in the first command I posted.

The dpkg command will use the real foundation of your package system to reconfigure any packages that are installed but not quite correctly as seen by dpkg. It will rerun the install script on those packages. Many people think the -a option is "all". It is not. It is "any".

If all that doesn't help it would be nice to have some idea what errors were possibly presented to you after all of those commands. Write them down if they come up so you can post them.
 
Old 04-14-2014, 06:19 AM   #3
mirassa
LQ Newbie
 
Registered: Apr 2014
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hi, thank you for your answer, but i resolve the problem.
have a good day!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Acer A0A 110 has a black screen during boot up along with a black cursor sw3etpinay Linux - Newbie 23 12-29-2010 11:05 AM
Screen resolution not taking up the hole screen leaving black edges spaje Linux - Laptop and Netbook 9 04-01-2010 10:24 PM
HP w1907 19" flat screen Slackware 12.1 black screen after lilo promt grizzly Linux - Hardware 2 02-28-2010 03:24 AM
Booting CentOS 5, logo screen appears, stuff initializes, then screen goes black ctman Linux - Newbie 6 09-22-2007 08:36 AM
HELP!!!! Installed Linux: Black screen, faint writing and no response supercoolio1 Linux - Newbie 5 06-18-2005 11:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 03:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration