LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-25-2010, 08:12 PM   #16
jeremydaw
LQ Newbie
 
Registered: Jun 2010
Posts: 14

Original Poster
Rep: Reputation: 0

On my latest attempt to install Ubuntu 10.04, by online upgrading from 9.10, all the details are in https://bugs.launchpad.net/bugs/598693

Suffice it to say that attempting to install Ubuntu 10.04 by yet another method doesn't work. And some more hours of my time wasted. And it won't boot into anything now.

Supposing it were a hardware error - which seems unlikely since I have only really had problems with Ubuntu (Fedora 13 and RedHat 9 seem fine), but at this point I'm willing to consider any possibility, how would I check for this, and diagnose it (ie work out what bit(s) to replace) ?
 
Old 06-26-2010, 04:34 AM   #17
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
knoppix has the reputation of booting on almost any (working) hardware.
Search on knoppix cheatcodes (kernel parameters you can pass at boot time) for maximally verbose output and maybe it'll tell you what is broken.

This isn't going to work if you "can't boot anything".

If I had a broken, old, low-end system, and didn't have spare parts to swap around, I'd just throw it away, and get something better rather than waste time on it.
 
Old 06-27-2010, 09:38 PM   #18
jeremydaw
LQ Newbie
 
Registered: Jun 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Well, I could install and can use Ubuntu9.10 and Fedora13, apparently quite satisfactorily, and it also has Windows which is used regularly. So I'm a long way from "can't boot anything".

But at this point I'm willing to consider the _possibility_ that there may be a hardware problem, in which case I've been unfairly bad-mouthing Ubuntu10.04. But that's a very long way away from having a broken, old, low-end system that deserves to be thrown away.

Anyway, do h/w problems tend to manifest themselves like all of the above? I thought they would more likely lead to random crashes.
 
Old 07-04-2010, 07:47 PM   #19
jeremydaw
LQ Newbie
 
Registered: Jun 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Further attempts reveal what seem pretty clearly to be software bugs

(1) They give instructions to put the installation software on a hard disk partition,
and then to boot that and install from it. This goes fine until the installation program
(running from a hard disk partition) demands that partitions on the hard disk be unmounted,
which of course can't be done since the device is busy because the installation program is running on it. (the partition I used was /dev/sdb4)

(2) Then when I try to use the instructions to put the installation s/w on a USB stick and boot from that, it mounts /dev/sdb4. I can't tell for sure whether it booted the USB stick or booted from /dev/sdb4. The same when I tried to boot from the installation CD, it went off and mounted /dev/sdb4.
When I deleted /dev/sdb4 it would boot from either the USB stick or from the CD.

(3) Then installation from the USB stick seemed to run OK, but when I restarted at the end, expecting a working system at last, I got a window saying "running in low-graphics mode", with lots of error messages, a button saying OK which I suppose I was meant to click, but the mouse wouldn't move or click.

I am sooooo sick of spending all this time on Ubuntu.
 
Old 08-03-2010, 06:04 PM   #20
jeremydaw
LQ Newbie
 
Registered: Jun 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Since my last post - which seems to describe two distinct bugs - which can hardly be attributed to a hardware error,
I put in two bug reports into the Ubuntu bug-reporting system.

For one, no followup whatsoever.

For the other, someone moved it from "bugs" to "questions" (no indication of why it might not be a bug), then silence.

Is this typical experience when reporting Ubuntu problems ?
 
Old 08-04-2010, 04:07 AM   #21
sanjay.linux
LQ Newbie
 
Registered: Jun 2009
Location: Mohali-Chandgarh
Posts: 2

Rep: Reputation: 0
follow the following steps to avoid problems with login:

Quote:
Originally Posted by jeremydaw View Post
I've recently installed Ubuntu 10.4 - and used it quite successfully as the adminstrator user. But when I add additional users they can't login - to be exact, their password is accepted, and they get a screen with nothing except Ubuntu's pink/purple background. The mouse pointer moves around but clicking the mouse does nothing.

What could be going wrong ?
Use following steps to sort out the login-problems:

step1: Logged in as root user in full test mode by pressing Ctrl+Alt+Del
Give log in name :root
Give root user password:

Now you get # prompt which is root user prompt
To create new user names (say ram,sunita with their corresponding passwords.Try the following steps:
Step2:# useradd ram
# passwd :
Similarly for the creation of username
# useradd sunita
# passwd :
:
Now you've created the usernames ram or sunita from # prompt;so you can login as ram to get $ prompt in step3 i.e.
Step 3: #login - ram
$
Step 4: press Ctrl+Alt+F2
to login as ram in GUI mode
Thanks & regards,
-Sanjay Khandelwal.
 
Old 08-04-2010, 11:29 PM   #22
jeremydaw
LQ Newbie
 
Registered: Jun 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks for your reply - but the original problem has disappeared since I attempted to reinstall Ubuntu - even when this didn't work, it overwrote the previous installation. So I can't test your suggested solution.

As for problem number (3) from a few posts back, I think this arose from the fact that installing Ubuntu doesn't remove the results of a previous failed installation attempt - it leaves some old files there which interfere with the correct working of Ubuntu. I could try to reconstruct the exact details of this if I had the slightest reason to hope that anyone from Ubuntu might be at all interested in fixing this bug.
 
Old 08-05-2010, 09:58 AM   #23
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I think this arose from the fact that installing Ubuntu doesn't remove the results of a previous failed installation attempt - it leaves some old files there which interfere with the correct working of Ubuntu.
This might happen if you have /home on its own partition. So when you get to the "Partition Disk" bit of the installation, make sure you have the /home partition marked for reformatting. If you don't want to do this (perhaps because you have files you'd like to rescue) then give the username you supply at installation time (the one that will automatically be granted administrative rights) a new and different username. Don't re-use the old name.

As you have been having trouble every step of the way, I'd try and keep things as simple as possible, and let / use the whole partition, and don't make a seperate partition for /home

From your post at #19:
Quote:
(1) They give instructions to put the installation software on a hard disk partition,
and then to boot that and install from it....
That's very strange, do you have a link?
Quote:
(2) Then when I try to use the instructions to put the installation s/w on a USB stick and boot from that, it mounts /dev/sdb4. I can't tell for sure whether it booted the USB stick or booted from /dev/sdb4. The same when I tried to boot from the installation CD, it went off and mounted /dev/sdb4.
When I deleted /dev/sdb4 it would boot from either the USB stick or from the CD.
If you are booting from the CD you hust click the Install icon on the desktop. Or, when the CD boots you get a choice of "Try ubuntu" or "Install ubuntu". Perhaps the second option would work better for you.
Quote:
(3) Then installation from the USB stick seemed to run OK, but when I restarted at the end, expecting a working system at last, I got a window saying "running in low-graphics mode", with lots of error messages, a button saying OK which I suppose I was meant to click, but the mouse wouldn't move or click.
Strange, as most graphics cards "just work", even if not at their maximum capabilities. Probably just pressing the Return key would have answered OK for you.
 
Old 08-06-2010, 12:05 AM   #24
jeremydaw
LQ Newbie
 
Registered: Jun 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Re your first point - thanks - I can't remember all the details - as I say I'd be prepared to try to reconstruct the situation if I thought anyone at Ubuntu might be interested in fixing it. But I think (can't be sure now) that it didn't involve the /home partition, rather the /boot partition

(1) The link to info about installing from an existing partition is
https://help.ubuntu.com/community/In...tion/FromLinux

(2) Well, I used the Try Ubuntu option to find out what was mounted.
I used the Install Ubuntu option to try to install. But I suspect that it was using the installation s/w on /dev/sdb4, since it demanded that the partition on that disk be unmounted, and I couldn't unmount it because it was "busy"

(3) Thanks - if it ever happens again I'll try that.

Cheers

Jeremy
 
Old 08-06-2010, 12:57 AM   #25
x111
Member
 
Registered: Jul 2010
Distribution: Slackware
Posts: 49

Rep: Reputation: 7
In case you give up with the new Ubuntu, I think Debian will be a good choice. In fact, Ubuntu is the "unstable" branch of Debian. Try the latest Debian Lenny 5.05, which is a more tried-and-true approach.

And if you don't mind me asking, why change from Fedora then?
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] SSH login problem for additional users after password-less login setup uncle-c Linux - Newbie 3 02-10-2010 12:51 PM
[SOLVED] How to add additional users to Slackware? Asinine Linux - Newbie 5 09-08-2009 04:29 PM
Cannot login as ROOT at the Server but can login using other users, John Teng Linux - Newbie 1 06-01-2008 01:10 AM
users cant able to login in any console,but root can login. skumar.v Linux - Security 1 04-19-2008 06:57 AM
how to create users they can login through login screen on any network connected comp rohit_67066 Linux - Server 5 02-19-2008 09:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:25 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