| Ubuntu This forum is for the discussion of Ubuntu Linux. |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-27-2007, 04:54 AM
|
#31
|
|
LQ Newbie
Registered: Apr 2007
Posts: 15
Rep:
|
After discussing along about it on ubuntuforums, I think its a problem with the controller IDE/SATA...
The beta cd of Ubuntu worked for me as for the others, but with the stable release it doesnt work...this is very weird
|
|
|
|
04-29-2007, 05:02 AM
|
#32
|
|
LQ Newbie
Registered: Apr 2007
Posts: 2
Rep:
|
Finally I found a solution, maybe no so "technical" but worked from me: I re-install Ubuntu 6.10 and from there, I upgraded to 7.04 via update-manager -c.
i know is a little bit tricky, but works fine now.
|
|
|
|
04-29-2007, 05:13 PM
|
#33
|
|
Member
Registered: Sep 2005
Distribution: Ubuntu
Posts: 87
Rep:
|
hey I had the same problem I solved this by doing this ...
hope it helps !
|
|
|
|
05-08-2007, 11:27 PM
|
#34
|
|
LQ Newbie
Registered: May 2007
Posts: 4
Rep:
|
Quote:
|
Originally Posted by mduf
I got same error while booting an ubuntu 6.10 machine that worked fine before.
I used the ubuntu live CD to start it. (sorry for those who can't)
and by using:
sudo fdisk -l
I found that mysteriously the name of the hard drive had change.
Before it was hdb and now it is hda
So I mounted the hard drive and corrected the /boot/grub/menu.lst file
I changed
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb1 ro quiet splash
for
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hda1 ro quiet splash
|
Hi. I'm having the same problems, but I uploaded right from 6.10. I have been browsing around the forums for answers, but I honestly have not tried much.
I already mounted my partitions (they're named sda2...), but this is what I get:
title Ubuntu, kernel 2.6.17-11-386
root (hd0,1)
kernel /boot/vmlinuz-2.6.17-11-386 root=UUID=8a175020-0bd8-4cc8-ab7e-552cff9fef42 ro quiet splash
initrd /boot/initrd.img-2.6.17-11-386
savedefault
boot
Therefore, I have no idea, where the mentioning of my partition is. Thanks for all the help.
|
|
|
|
05-18-2007, 03:31 AM
|
#35
|
|
LQ Newbie
Registered: May 2007
Posts: 3
Rep:
|
I had the same problem, and it turned out that that UUID thingy was incorrect for me...
simply enter your partition in cleartext for root!
Example:
Replace
Code:
kernel /boot/vmlinuz-2.6.17-11-386 root=UUID=8a175020-0bd8-4cc8-ab7e-552cff9fef42 ro quiet splash
With
Code:
kernel /boot/vmlinuz-2.6.17-11-386 root=/dev/sda2 ro quiet splash
|
|
|
|
06-17-2007, 12:19 PM
|
#36
|
|
LQ Newbie
Registered: Jun 2007
Posts: 1
Rep:
|
Thanks!
Quote:
|
Originally Posted by medya
hey I had the same problem I solved this
hope it helps !
|
Your link worked great, I am unable to paste a URL because I'm new but thank you!
|
|
|
|
06-18-2007, 05:14 AM
|
#37
|
|
Member
Registered: Sep 2005
Distribution: Ubuntu
Posts: 87
Rep:
|
Quote:
|
Originally Posted by developer
Your link worked great, I am unable to paste a URL because I'm new but thank you!
|
the arthour of that article is a student in iran ! and he is so much trouble, you can donate a few bucks to him as thank you
|
|
|
|
06-22-2007, 02:24 AM
|
#38
|
|
LQ Newbie
Registered: Jun 2007
Posts: 1
Rep:
|
If you're getting this error, and you don't have the option of moving drives around (if you're on a laptop, for instance), try going into your bios and turning off AHCI on the SATA controller. It might be worded differently - disable anything about advanced controllers, enable anything referring to compatibility. YMMV, of course, but it worked for me.
|
|
|
|
07-29-2007, 03:38 PM
|
#39
|
|
LQ Newbie
Registered: Aug 2003
Location: Austira
Distribution: kubuntu 7.04
Posts: 15
Rep:
|
Problem Solved for Dell Precision M4300 and kubuntu 7.04
Hi!
I was trying to install kubuntu on my dell laptop but I got the following error message:
BusyBox V1.1.3 (Debian 1:1.1.3 - 3Ubuntu2) built-in shell (ash)
Enter 'help' for a list of built-in commands
/bin/sh: can't access tty; job control turned off
(initramfs)
I used the solution found on https://bugs.launchpad.net/ubuntu/+bug/99757
The solution was using the F6 boot option and adding the string break=top
It looked than like:
.........quiet splash break=top
After you hit than the enter key the error message appears immediatel.
Type than
modprobe piix
exit
The LiveCD starts now. But It won´t start the graphical interface because the nvidia driver are not yet on the system.
You have to change now the driver to the vesa driver by changing the /etc/X11/xorg.conf with sudo vi /etc/X11/xorg.conf
You will find there the driver "nv" or "nvidia" change they to vesa.
After saving the file start the kde with startx
Greetings
Max
|
|
|
|
09-21-2007, 06:33 AM
|
#40
|
|
LQ Newbie
Registered: Jan 2004
Distribution: Mandrake 9.2
Posts: 6
Rep:
|
My son had the /bin/sh: can't access tty; job control turned off problem on a brand new laptop.
He fixed it by installing Mandriva.
|
|
|
|
09-25-2007, 09:25 AM
|
#41
|
|
LQ Newbie
Registered: Jan 2006
Posts: 3
Rep:
|
I just got one of those new Dell laptops that comes with Ubuntu pre-installed. But like others in this thread, it won't boot the Ubuntu Live CD that came with the machine. I'm getting the same errors that everyone else is experiencing.
However, I did find a workaround. If you download the Ubuntu "alternate install" CD, it will boot. You can then install. The text-mode installer is not difficult to use.
If you want a Live CD, I've found that Kanotix will work fine with this machine.
The problem does appear to be with the Ubuntu Live CD not being compatible with certain hardware. I'm hoping that will be fixed in the next release, which is due out in less than a month, but we'll have to wait and see.
People: please file bug reports when you have problems like this. That's the only way that they'll get fixed. I have done that several times, and almost always got a rapid response from the developers.
best regards,
Oz
|
|
|
|
09-25-2007, 11:08 PM
|
#42
|
|
LQ Newbie
Registered: Jan 2006
Posts: 3
Rep:
|
I want to add that I went ahead and filed a bug report just now, so the rest of you probably don't have to. I'll post again when I get a response from the developers.
|
|
|
|
10-02-2007, 02:22 PM
|
#43
|
|
LQ Newbie
Registered: Oct 2007
Posts: 5
Rep:
|
Just thought i'd register to deliver my comments
I had the same problem and someone on another thread mentioned it is hardware incompatibility.
I tried using the text mode installer and when ubuntu tried to mount the dvd-rom i was installing from, it failed. This made me think that it is possibly the optical drive. I swapped it around for another one (I used pioneer at first and am now using LG) and it is installing perfectly.
Hope this helps 
|
|
|
|
10-03-2007, 11:31 AM
|
#44
|
|
Guru
Registered: May 2003
Location: London, UK
Distribution: Ubuntu 10.04, mostly
Posts: 6,002
|
/bin/sh: can't access tty; job control turned off
I had this problem when installing 7.04 on a laptop with a SATA drive.
The (easy) solution is here http://ubuntuforums.org/showthread.php?t=415009&page=14
See hbjason's post, Number 133
Last edited by tredegar; 10-03-2007 at 11:36 AM.
Reason: added title reference
|
|
|
|
10-14-2007, 11:39 AM
|
#45
|
|
LQ Newbie
Registered: Sep 2007
Posts: 8
Rep:
|
ONE MORE SOLUTION FOR THE SAME PROBLEM... it worked for me hope it does for u too...
when the ubuntu screen loads wit all the options like "start or install ubuntu","memtest", n few other options, exit the graphical mode by pressing "ESC" button... then enter the parameters..
boot:live noapic nolapic (then hit enter.. then the live cd loads normally..)
i am using kubuntu 7.04...
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:22 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|