Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Greetings to all!!!
Im absolute beginner and need help!
Im using Ubuntu 10.10 for a few months, i'v intslall it from canonical live cd and everything was ok till yesterday. Now im using Ubuntu live cd and "Try Ubuntu" When im starting my pc and starting to boot show me many text lines but on the end show me this:
...Begin: Running /scripts/local-bottom done.
Begin: Running /scripts/init-bottom mount: mounting /dev on/root/dev failed: No such file or directory
Done.
Mount: mounting /sys on/root/sys failed: No such file or directory
Mount: mounting/ proc on/root/proc failed: No such file or directory
Target filesystem doesn't have rquested /sbin/init.
No init found. Try passing init= bootarg.
BusyBox V1.15.3 (Ubuntu 1:1.15.3-1ubuntu5) Built-in shell (ash)
Enter 'hel' for a list of built-in commands.
(initramfs)_When i try to start recovery mode its the same problem...
Please help me, thanks!!!
mount /dev/sda1 /mnt
ls -l /mnt
cat /mnt/etc/fstab
cat /mnt/boot/grub/grub.cfg
ls -l /dev/disk/by-uuid
It show me this now...
Code:
ubuntu@ubuntu:~$ mount /dev/sda1 /mnt
mount: only root can do that
ubuntu@ubuntu:~$ ls -l /mnt
total 0
ubuntu@ubuntu:~$ cat /mnt/etc/fstab
cat: /mnt/etc/fstab: No such file or directory
ubuntu@ubuntu:~$ cat /mnt/boot/grub/grub.cfg
cat: /mnt/boot/grub/grub.cfg: No such file or directory
ubuntu@ubuntu:~$ ls -l /dev/disk/by-uuid
this happened on an install once and UBUNTU got my drives all different. so for me I always install after the xwidow inviroment is running. that solved the live cd install for me. But now put the live cd in and start the xwindow environment
Quote:
Open up terminal and type the following.
sudo update-grub
"Or with out the live CD" at the boot press the "e" key use your arrows key and toggle down and type right after the "splash" (type) telinit 1 then press the (Ctrl and the x key) the system will boot then choose update grub.
this may be a problem and the reason is your drive is not mounted if it is in read-only then it will see the kernel in your /boot/ folder if not update grub from live disk. grub2 is suppose to sync this for you. But it is a hit and miss.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.