Results 1 to 5 of 5
I have had Ubuntu 10.04 LTS running fine on my laptop for a few months...haven't done any risky hacks or anything, and earlier today it just froze when I logged ...
- 09-13-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 3
initramfs boot problem! help!
I have had Ubuntu 10.04 LTS running fine on my laptop for a few months...haven't done any risky hacks or anything, and earlier today it just froze when I logged in between the login screen and my desktop. So I hard rebooted it, and I got this black screen with a terminal prompt saying "initramfs" and saying that 'init was not found.' I am stumped, and I cannot just reinstall the OS. I tried going to a the live disc to back up my files, but I apparently don't even have permission to copy them to an external drive (?).
I am new to Linux, please help
I am a student and I need every file on that hard drive!
- 09-13-2010 #2
Sorry to hear of your misfortune. Did you have your valuable files on a seperate /home partition? When you say, "but I apparently don't even have permission to copy them to an external drive" what happens that does not allow you to do this? What error? Are you trying to transfer the files as sudo? Was your external drive also mounted from the live cd?
- 09-13-2010 #3What is the filesystem of External Hard disk's partition? If its NTFS, you have to mount it manually using ntfs-3g.I tried going to a the live disc to back up my files, but I apparently don't even have permission to copy them to an external drive (?).
Or press Alt+F2 and type thisCode:mkdir backup sudo mount -t ntfs-3g /dev/<partition_of_external_disk> backup -o defaults,umask=0
Above code will launch Nautilus with root privileges and you will have permission to copy/paste anywhere.Code:gksu nautilus
Regarding Ubuntu boot problem, does it drop at bash prompt or just hang?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-13-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 3
Thanks for the responses. Actually, I figured it out about 2 minutes after posting the question...
did the trick, and I successfully backed up all my files.Code:sudo nautilus
Thanks,
ilostthegame
- 09-14-2010 #5
If you are using LiveCD then sudo nautilus and gksu nautilus don't make any difference because LiveCD doesn't preserve anything. But, in case of installed distro, only gksu is recommended for GUI packages.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote