System chrashe , dropped into Busybox


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu System chrashe , dropped into Busybox
# 1  
Old 01-20-2012
Network System chrashe , dropped into Busybox

This is the mistake that i've done :

First of all go to /etc/apt/sources.list folder from terminal or using file manager ...

than copy the content of sources.list in to your adequate source.list.

Create a file named sources.list.bt and paste the same content

In the end open the Final.txt copy - paste in your terminal to accept a public key and that's it , your done

The files that I've uploaded are without .txt suffix

For some reason it's dropping me in BUSYBOX , I've tried a lot of things to fix it but non of them worked.


==========================================================
Detailed Info

OK , i was working with my PC Running ubuntu based OS and then opened synaptic package manager to install something but the manager was having problem finding the source of packages , i opened the terminal
-> cd /etc/apt/sources.list then copied and changed the source servers , and replaced the original ones with this servers :

deb http://all.repository.backtrack-linux.org Index of revolution main microverse non-free testing
deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://source.repository.backtrack-linux.org BackTrack Linux Repositoryrevolution main microverse non-free testing


and again tried to install a program from synaptic , but this time it required GnuPG(PGP Public key).
Then again opened the terminal -> wget http://all.repository.backtrack-linux.org/backtrack.gpg && sudo apt-key add backtrack.gpg && sudo apt-get update

then installation worked well , i was able to install every package from synaptic , everything looked fine , until i rebooted the system.

After that every time that i'm trying to boot the old system it drops me to BusyBOX.
Please tell me for more detailed explanation .

This is the link of those files :
http://www.2shared.com/file/GQ3H0BW8/Sources.html


Theres the output of busybox :
-----------------------------------------------------------
Gave up waiting for root device common problem :
-Boot args (cat /proc/cmdline)
-check rootdelay = (did the system for the right device ?)
-Missing modules (cat /proc/modules): ls /dev)
Alert /dev/disk/by-uuid/my UUID does not exist , Dropping to a shell!

Btw i've tried fixing the UUID from grub bootloader , i think that's not the problem , but anyway i'm sure.

Again Thank you so much !

Last edited by dud3; 01-25-2012 at 06:20 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Records not dropped from UNIX Script

Hi All, As per my biz requirement, I need to drop the partition from our PROD table based on the retention period. Hence I have written the script and called the drop partition procedure within the script. The procedure is working fine and droped the partition from the table when I execute... (4 Replies)
Discussion started by: suresh_target
4 Replies

2. UNIX for Advanced & Expert Users

Find User who dropped table in teradata DB

HI Team Is there a way to track which user dropped the table in Teradata ? Please share the query or approach . Thanks (0 Replies)
Discussion started by: Perlbaby
0 Replies

3. Shell Programming and Scripting

Busybox search replacement for find

Hi, I am looking for a solution to find files in a folder and subfolders. Those files should be moved (some with spaces) when they were between 2015 Feb. 03 and 2014 Nov. 24. find . -type f -newermt "2010-01-01" ! -newermt "2010-06-01" I am working on a QNAP with a small busybox.... (2 Replies)
Discussion started by: krischeu
2 Replies

4. News, Links, Events and Announcements

MySQL dropped in favor of MariaDB

Fedora and openSUSE will replace MySQL with MariaDB: Oracle who? Fedora & openSUSE will replace MySQL with MariaDB | ZDNet The article also has a comment that Chakra is planning on doing the same. No doubt the Fedora based distributions are planning to do the same. (7 Replies)
Discussion started by: figaro
7 Replies

5. Shell Programming and Scripting

Enabling sh shell in BusyBox

Hi, Does anybody know how to enable the shell sh while creating Ramdisk fs using BusyBox? while creating a configuration using the GUI, I see options only for the ash shell. Is there some option in the config file that gets created with which I can enable the sh shell also apart from the ash... (0 Replies)
Discussion started by: jake24
0 Replies

6. SuSE

Recover dropped database

I have deleted a database. I restored it again with a backup. Now we lost some data of two days. Is it possible to restore this lost data? (5 Replies)
Discussion started by: Eastme
5 Replies

7. UNIX for Dummies Questions & Answers

are dropped packets a sign of network problem?

in a xen environment , i see a lot op dropped packets via netstat -i Is this a sign of network problems, or is it normal to see this kind of numbers? i'm not sure how to interprete the data. is this normal, bad, critical. What are your stats on this? I guess i have a xen issue of some sort,... (1 Reply)
Discussion started by: progressdll
1 Replies
Login or Register to Ask a Question