1

I have been trying to solve this issue on my own, but no luck so far.

What I have tried in order to clear the fault is:

  • blank all HDDs back to factory state
  • did a full RAM error check (passed everything, zero errors)
  • re-created all RAID & LVM partitions (two drives are raid1, the other 4 are raid5)
  • then reinstall ubuntu (13.04 server: i386)

... but the problem still occurs, even though the installation seemed to go just fine.

What I get on screen after a reboot is this:

  • bottom half of screen is vertical stripes (alternating white & light blue)
  • top part of screen is expected black with text ...
  • but the only text I get are lines like this:

[ 58.865374] nouveau E[ PFIFO][0000:05:02.0] DMA_PUSHER - Ch 0 Get 0x20000000 Put 0x00002eb8 State 0xc0020000 (err: MEM_FAULT) Push 0x00000000

  • the HDD light is still on, and every now & then a new line like the one above appears (but with different numbers at the start (before 'nouveau') and again after the 'Put' ... everything else remains the same in each successive line on screen)

Can anyone explain to me what I am seeing, and the process of finding out what is causing it & how to fix it?

I haven't been able to find any discussions that go into this in depth, only ones to solve other people's situations specific to them. Their issue seemed to relate to nVidia graphics card, but nothing explained how I can check what is causing this for me, and then how to solve it.

TEST 1:

  • removed 3 of 4 ram chips
  • gets to login screen ... but
  • error message at login says:

computer_name login: mountall: Playmouth command failed mountall: Disconnected from Plymouth

  • will try again with other 3 ram chips each on their own to see if different result

update on test 1

  • I hit CTRL+ALT+F1 (as per suggestions in some similar forum questions)
  • Login prompt resolved after hitting ENTER
  • Successfully logged in (have not yet tried rebooting yet or adding other ram chips)
  • df command gives me view of root & other folders all where I would expect them to be
  • so will now do sudo apt-get update & upgrade followed by a reboot to see if that changes things

*further update*

  • following apt-get update & upgrade, I have to press every key on the keyboard twice to get it to show at the command line prompt ... and doing an:

install --help

(to get some info about a command option I saw used in another forum suggestion)

  • this resulted in the output to screen being staggered across the screen from one line to the next, instead of in a nicely formatted column
  • so clearly something (?) is up with the display driver (?)

  • will try reboot now

SEMI SOLUTION BELOW ... BUT PART OF PROBLEM STILL PERSISTS

  • As per the answer below, I did manage to get the install working with 1 ram chip installed ... and, it also worked with any combination of 2 ram chips installed ... but (unfortunately), it went back to delivering the errors & blue/white stripes on screen when I tried all 4 chips. - Is there some way to narrow down this next part of the problem via the command line? Should I be checking log-files for something? If so, which files & check for what?

  • any help greatly appreciated ... I am stumped on this one

YAY FINALLY SOLVED 100% - see update in answer below

  • finally figured out the rest of it, and will add that to my answer following ... hope this helps someone else :-)
Mr.President
  • 359
  • 1
  • 3
  • 12

1 Answers1

0

OK ... I don't know how much this is going to help the community, perhaps someone with more knowledge than myself can figure out why this is the case, but:

Solution

  • on a hunch (remembering that I had successfully installed 12.04 to this machine previously, I decided to try it again rather than install 13.04
  • I had also installed that with a different optical drive (which was now installed into another physical machine)
  • to save time, I ran the data from one box to the other rather than pulling out the drive (I had no other spare optical drives that worked)
  • I installed 12.04 with that alternative optical drive .. and it booted up just fine after the install
  • I then installed 13.04 (again using the alternative drive), and once again success.

... so it appears the issue was entirely caused by the DVD drive not correctly reading data, and whatever fault was caused, was not a big enough fault to raise any flags during the install process, and only at boot-up was it apparent there was an issue.

FOLLOW UP?

  • I have neither the skill knowledge nor experience to know how to do this ... but it seems to me that is a flaw in the install software, if it can go through everything not raising a single flag that a problem exists of this type

  • Is there some way to detect such an issue during the install program running, and could this be incorporated into a future release of ubuntu?

UPDATE - REMAINDER OF SOLUTION

sudo apt-get install nvidia-current

  • computer successfully rebooted after this, though with low-resolution graphics on post & grub screens etc.
  • found this video describing how to solve low-res text in grub (http://youtu.be/RfwVWU84cnQ) ... but this only changed the grub options screen, and all the text following remained low-res
  • found various conflicting posts about how to solve, but finally found this one which worked: https://help.ubuntu.com/community/ChangeTTYResolution
  • followed instructions: "FOR 9.10 KARMIC KOALA AND LATER"
  • everything works perfectly now :-)
Mr.President
  • 359
  • 1
  • 3
  • 12