Core_2_Duo_Support

Differences between revisions 1 and 22 (spanning 21 versions)
Revision 1 as of 2006-09-02 21:44:05
Size: 1442
Editor: 69-175-18-6
Comment:
Revision 22 as of 2006-09-12 20:00:37
Size: 4729
Editor: 69-175-18-6
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
I would guess most people have a SATA drive with such a new computer. The trick to it is then to avoid the PATA CDROM for installation (though the BIOS can boot off it). Utilising USB sticks, you can do the following:
 * Install Ubuntu from USB as per [https://help.ubuntu.com/community/Installation/FromUSBStick]
 * Boot off the PATA CDROM and copy a KNOPPIX installation to USB stick. KNOPPIX will utilise kernel etc from the CDROM and then resume booting from USB stick.
Either of these methods has worked for me just fine.
Line 11: Line 16:
#[https://launchpad.net/distros/ubuntu/+bug/58358 Installer (Live CD) Stuck at "Uncompressing Linux ... Ok, booting the kernel"]
#[https://launchpad.net/distros/ubuntu/+bug/55232 CD Detection Failed on install]
#[https://launchpad.net/distros/ubuntu/+bug/57502 JMicron PATA/SATA Controller does not work]
 *[https://launchpad.net/distros/ubuntu/+bug/58358 Installer (Live CD) Stuck at "Uncompressing Linux ... Ok, booting the kernel"]
 *[https://launchpad.net/distros/ubuntu/+bug/55232 CD Detection Failed on install]
 *[https://launchpad.net/distros/ubuntu/+bug/57502 JMicron PATA/SATA Controller does not work]
Line 16: Line 21:
#Forum Discussions
##[]
##[]
##[]
##[]
##[]
##[]
##[]
##[]
#External Sources
##[http://www.suseforums.net/index.php?s=1776552b3af9bce7c0979825972c41f3&showtopic=22963&pid=126481&st=0&#entry126481 A discussion on what may be the same issue]
 *Forum Discussions
  *[http://www.ubuntuforums.org/showthread.php?t=236298&highlight=P965]
  *[http://www.ubuntuforums.org/showthread.php?t=249326&highlight=P965]
  *[http://www.ubuntuforums.org/showthread.php?t=234706&page=2&highlight=P965]
  *[http://www.ubuntuforums.org/showthread.php?t=239470&highlight=P965]
  *[http://www.ubuntuforums.org/showthread.php?t=225589&highlight=P965]
  *[http://www.ubuntuforums.org/showthread.php?t=187318&highlight=P965]
  *[http://www.ubuntuforums.org/showthread.php?t=233540&highlight=P965]
  *[http://www.ubuntuforums.org/showthread.php?t=215481&highlight=P965]
  *[http://www.ubuntuforums.org/showthread.php?t=231784&highlight=P965]
 *External Sources
  *[http://tinyurl.com/gfq2x A discussion on what may be the same issue]
Line 29: Line 35:
GIGABYTE GA-965P-DS3 P965 775 (Motherboard)  *GIGABYTE GA-965P-DQ6 P965 775 (Motherboard), bsodmike (06-09-2006)
 *GIGABYTE GA-965P-DS4 P965 775 (Motherboard)
 *GIGABYTE GA-965P-DS3 P965 775 (Motherboard)
 *GIGABYTE GA-965P-S3 P965 775 (Motherboard)
 *MSI MS-7235 P965 Neo Series (Motherboard)
 *ASUS P5B P965 Series (Motherboard)
 *ASUS P5W DH Deluxe (Motherboard)
 *Intel BLKDP965LTCK (Motherboard)
 *ABIT AB9 Series (Motherboard)
 *ECS P965T-A (Motherboard)
 *''Please add more Ubuntu Users''
Line 31: Line 47:
''Please add more Ubuntu Users'' === Fixed in Dapper Status/Notes ===
Not Yet

=== Fixed in Edgy Status/Notes ===
I tried Kubuntu Knot 2 tonight with no luck. It got to the start screen, and hit install and it freezes to a blank screen with a blinking cursor at the top left of the screen.

I've managed to get the edgy kernel to recognize my PATA drives by compiling in the disk controller modules and passing all-generic-ide at boot. I'm not sure yet if all of the ide modules have to be compiled in, or just ide-generic. From dmesg, it looks like ide-generic has to be initialized before anything else in order for this to work (which is why it can't be compiled as a module). Maybe somebody can figure out how to do this with the initrd, but for now compiling in ide-generic works for me. This works on 2.6.17.11, compiled from the git tree. I haven't tried the dapper kernel yet.

=== Work-Arounds ===
 *Connect IDE drive to SATA controller using a converter
    -- some adapters may not work with all drives
      * [http://www.newegg.com/Product/Product.asp?Item=N82E16812206002 Rosewill RC204] adapter confirmed to work with Samsung SH-S162A drive
      * [http://sewelldirect.com/SerialATAtoIDEConverter.asp This SATA to IDE Converter]worked for me. Be sure to plug your hard drives and optical drives in the Intel ICH 8 I/O controllers (Yellow SATA connectors on my board).
 *USB enclosure for ATA drives
 *Network(PXE) installation
    -- this requires another computer
    -- Many of the P965 mobos apparently use some Realtek Ethernet cards that aren't supported by the installer
       * workaround: get another PCI Ethernet card to install from
       * potential workaround (not tested): local network install
 * PCI/ATA controller card. I'm using a CMD649U chipset based card, although I can't seem to boot off the CD as isolinux brings up an error.

We want to be sure that Ubuntu is fully compatible with the new Intel Core 2 Duo Processors.

This is a page to track bugs and discussions related to supporting this.

Problems

Installer Freezes on Not Finding IDE CD/DVD-ROM Drive

I believe this is caused due to the Intel P965 chipset has no more integrated IDE channel, thus the motherboard usually has an additional chip onboard for an IDE channel. In the current Gigabyte (I got one of them) and ASUS (think they have it too) this is a JMicron JMB363. Until very recently the kernel had a bug inside that made it unable to access the IDE/PATA channel. So If you have and IDE drive or HDD left you will not be able to use it.

I would guess most people have a SATA drive with such a new computer. The trick to it is then to avoid the PATA CDROM for installation (though the BIOS can boot off it). Utilising USB sticks, you can do the following:

Either of these methods has worked for me just fine.

More Info

Hardware Affected

  • GIGABYTE GA-965P-DQ6 P965 775 (Motherboard), bsodmike (06-09-2006)
  • GIGABYTE GA-965P-DS4 P965 775 (Motherboard)
  • GIGABYTE GA-965P-DS3 P965 775 (Motherboard)
  • GIGABYTE GA-965P-S3 P965 775 (Motherboard)
  • MSI MS-7235 P965 Neo Series (Motherboard)
  • ASUS P5B P965 Series (Motherboard)
  • ASUS P5W DH Deluxe (Motherboard)
  • Intel BLKDP965LTCK (Motherboard)
  • ABIT AB9 Series (Motherboard)
  • ECS P965T-A (Motherboard)
  • Please add more Ubuntu Users

Fixed in Dapper Status/Notes

Not Yet

Fixed in Edgy Status/Notes

I tried Kubuntu Knot 2 tonight with no luck. It got to the start screen, and hit install and it freezes to a blank screen with a blinking cursor at the top left of the screen.

I've managed to get the edgy kernel to recognize my PATA drives by compiling in the disk controller modules and passing all-generic-ide at boot. I'm not sure yet if all of the ide modules have to be compiled in, or just ide-generic. From dmesg, it looks like ide-generic has to be initialized before anything else in order for this to work (which is why it can't be compiled as a module). Maybe somebody can figure out how to do this with the initrd, but for now compiling in ide-generic works for me. This works on 2.6.17.11, compiled from the git tree. I haven't tried the dapper kernel yet.

Work-Arounds

  • Connect IDE drive to SATA controller using a converter
  • USB enclosure for ATA drives
  • Network(PXE) installation
    • -- this requires another computer -- Many of the P965 mobos apparently use some Realtek Ethernet cards that aren't supported by the installer
      • workaround: get another PCI Ethernet card to install from
      • potential workaround (not tested): local network install
  • PCI/ATA controller card. I'm using a CMD649U chipset based card, although I can't seem to boot off the CD as isolinux brings up an error.

Core_2_Duo_Support (last edited 2008-08-06 16:13:40 by localhost)