I am trying to upgrade an older Compaq Presario V2000 from Ubuntu 10.04 to 12.04. I had no problems installing 10.04, but I'm having some issues with the 12.04 install freezing. I downloaded the file from the website and made a bootable CD. When I boot up the computer to start the install, it shows the Ubuntu logo and then eventually freezes on the logo. I re-downloaded the file again and made a startup disk with a USB jump drive instead. It also freezes on boot up of the 12.04 installation in the same spot. Any suggestions?
2 Answers
I found it necessary to add the following boot parameters:
sdhci.blacklist=yes sdhci_pci.blacklist=yes mmc0.blacklist=yes mmc_core.blacklist=yes b43.blacklist=yes
That is, power on, after BIOS prompt disappears, hit Esc, in the GRUB menu hit e, add the above boot parameters in place of quiet splash, and hit F10.
Once the system comes up, add blacklist sdhci, etc. at end of /etc/modprobe.d/blacklist.conf and then execute sudo update-grub and sudo update-initramfs -u.
Source: http://ubuntuforums.org/showthread.php?t=2009830 (this post)
To make wifi work, see this community documentation wiki page.
 
    
    - 119,640
 
    
    - 11
Since the traditional installations don't work. I will suggest that you try to install Ubuntu from an alternate iso. Also called text based installation. I don't know if is gonna work but hopefully it will. Here is the link of Ubuntu recommending the installation to people having problems with the graphical interface installation. http://www.ubuntu.com/download/desktop/alternative-downloads .Here is the link where you can read more about the alternate iso and download it. http://releases.ubuntu.com/precise/ Hope it helps you.
 
    
    - 1
