LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-05-2012, 07:20 AM   #1
osmium
LQ Newbie
 
Registered: Jul 2012
Posts: 4

Rep: Reputation: Disabled
Ubuntu 12.04 freezes during installation


Hi guys,
I am trying to install Ubuntu 12.04 (x64) as the only OS on my machine..
I downloaded the ISO file from ubuntu website and used unetbootin to create a bootable USB...

When I boot the live USB, I get to see the following menu...
http://i47.tinypic.com/ipxsv9.jpg...
after that, whichever option I choose (default or install)...
The next screen is loaded like the one here:
http://i47.tinypic.com/2co56ah.jpg

After a few seconds everything freezes, the pointer doesn't move at all, can't click any icons and none of the keys work...

Please help me!! I can't install this distro...

System info:
Intel Core 2 Duo E7500 (2.93 GHz)
Nvidia 8400 GS with 1 GB DDR3
4 GB RAM DDR3
1 TB seagate HD
 
Old 07-06-2012, 03:29 AM   #2
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by osmium View Post
I am trying to install Ubuntu 12.04 (x64) as the only OS on my machine..
I downloaded the ISO file from ubuntu website and used unetbootin to create a bootable USB...
When I boot the live USB, I get to see the following menu...
The first thing you should do is to run the option to: check disc for defects as it says there. This will rule out a corrupted iso as the source of the problem.

If you can burn the iso image to a CDR and install it that way, you could also try that.
Always be sure to burn iso images at the slowest possible speed in order to avoid errors.

And welcome to the LQ forums!
 
Old 07-06-2012, 10:22 AM   #3
osmium
LQ Newbie
 
Registered: Jul 2012
Posts: 4

Original Poster
Rep: Reputation: Disabled
Hi tommcd,
Thanks for the response...

Yes, I did choose the option to detect any defect...And it doesn't show any error, also checked md5 hash... the file is not corrupted...

I also burned a CD but still having the same issue.

Hope you can help.
 
Old 07-07-2012, 02:03 AM   #4
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Hmmm, I have the very same Nvidia 8400 GS graphics card in my system and it works fine with the included nouveau driver or the proprietary Nvidia driver from the Ubuntu repos. So I doubt that the graphics card is the problem.
I would try running memtest from the Ubuntu boot menu that is listed in your first screenshot in your first post. Let memtest run for at least an hour or two to rule out faulty memory as the source of the problem.

Is this a new system? If not, then what OS is on the system now? Have you used any Linux on this system before?

I just noticed that in the first screenshot you posted, the option to check disc for defects is listed twice. That seems a bit odd. Is it also listed twice on the live CD that you burned?

I would try installing 12.04 from the alternate install CD. This is a text based installer that will bypass any graphics issues. Perhaps the Unity interface does not agree with your system; but this is just a guess. It will only cost you another CDR and a bit more of your time, so it is worth a shot.
I have actually never used Unity. For the last several releases I have been using the light and fast Lubuntu with the LXDE desktop.
I always install from the alternate install CD and I never have problems.

Last edited by tommcd; 07-07-2012 at 02:07 AM.
 
Old 07-07-2012, 07:45 AM   #5
osmium
LQ Newbie
 
Registered: Jul 2012
Posts: 4

Original Poster
Rep: Reputation: Disabled
No...this is not a new system...currently I am having Windows 7 on this machine...though, earlier I had used openSUSE, Ubuntu and fedora on this computer...

The interesting part is that I can't even install fedora 17(gnome) or openSUSE 12 (KDE/Gnome) right now in this system...When I try to install any of them directly they both freeze just like Ubuntu...Earlier I had installed fedora 15 and openSUSE 11.xx (even ubuntu 9 & 10) on this machine without any trouble...

The weird thing is I can successfully install Xfce or LXDE environment in openSUSE...both these environment work without any flaw.. And when I replace the default nouveau driver with the proprietary Nvidia driver provided in the suse Nvidia repository... I can install and run KDE or Gnome from the suse repository afterwards without any trouble...

If you really think that booting from alternate installation disk would solve the issue then I would give it a try...

Last edited by osmium; 07-07-2012 at 07:47 AM.
 
Old 07-08-2012, 08:54 AM   #6
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by osmium View Post
The weird thing is I can successfully install Xfce or LXDE environment in openSUSE...both these environment work without any flaw.. And when I replace the default nouveau driver with the proprietary Nvidia driver provided in the suse Nvidia repository... I can install and run KDE or Gnome from the suse repository afterwards without any trouble...
If that is the case then I would definitely install Ubuntu via the alternate install CD. From what you have described it seems that Unity, Gnome 3, and KDE are having a problem with your system and the default nouveau driver. I don't know why this would be, since my nvidia 8400 GS has never caused a problem; but as I said I have not used Unity. I install Lubuntu from the alternate install CD.

So go ahead and install Ubuntu 12.04 from the alternate install CD. Then see if you can boot to the Unity desktop and install the nvidia-current driver. If the system freezes after you boot to the desktop after the install, then reboot to the recovery mode and install the nvidia driver from recovery mode:
Code:
sudo apt-get update
sudo apt-get install nvidia-current nvidia-settings mesa-utils
Then reboot and open a terminal and run:
Code:
sudo nvidia-xconfig
This will enable the nvidia driver. If the system hangs when you reboot to the desktop after installing the nvidia driver, then reboot to recovery mode again and run the sudo nvidia-xconfig command from recovery mode.
Then reboot to the desktop and check to see if the nvidia driver is running:
Code:
glxinfo | grep -i render
It should report direct rendering: Yes, and something like this:
Code:
tom@desktop:/data$ glxinfo | grep -i render
direct rendering: Yes
OpenGL renderer string: GeForce 8400 GS/PCIe/SSE2
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, GL_OES_depth24, 
    GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer,

Last edited by tommcd; 07-08-2012 at 08:57 AM.
 
Old 07-09-2012, 12:27 PM   #7
osmium
LQ Newbie
 
Registered: Jul 2012
Posts: 4

Original Poster
Rep: Reputation: Disabled
Ok...this worked...thanks...

It booted successfully with out hanging...there wasn't any need to install drivers via command line....

Thanks again for the assistance!!
 
Old 07-09-2012, 07:45 PM   #8
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by osmium View Post
Ok...this worked...thanks...
It booted successfully with out hanging...there wasn't any need to install drivers via command line....
Excellent!
I'm glad we got Ubuntu 12.04 installed and working for you.
This is yet another good example of why I prefer installing U/Ku/Xu/Lubuntu from the alternate install CD rather than the live CD.

Last edited by tommcd; 07-09-2012 at 07:47 PM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Ubuntu installation freezes nicolasjengler Ubuntu 4 04-11-2011 04:35 PM
Ubuntu 9.10 Freezes After Installation bags! Ubuntu 9 05-26-2010 09:34 PM
ubuntu installation freezes HighCorral Ubuntu 10 05-12-2008 10:13 AM
FC3 installation freezes at package installation tmussche Fedora - Installation 1 04-19-2005 07:56 PM
GENTOO 1.4; Stage1 Installation: Installation freezes arthur1968 Linux - Hardware 1 08-28-2003 11:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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