LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Linux + Socket AM2 = Dead Meat (https://www.linuxquestions.org/questions/linux-hardware-18/linux-socket-am2-%3D-dead-meat-515465/)

kajensen 01-01-2007 08:40 PM

Linux + Socket AM2 = Dead Meat
 
LINUX + Socket AM2 and/or Asus M2N32 -SLI Deluxe = DEAD MEAT

1. Ubuntu 6.06 installs but after restart remains in log-in loop. This is a known Ubuntu problem which occurs for different reasons, such as disk full, others unknown.
2. Ubuntu 6.10 initiates, flickers twice, and disappears forever.
3. SuSE 10.1 installs only in runlevel 3, not 5, the default.
4. Damn Small Linux 3.01 initiates from cd-rom drive as guest OS, monitor goes blank.
5. Mepis 6.0 installs very well, further donwloads plus config., at a later reboot, the OS is toast -- blank screen.

***************

support.asus.com reveals BIOS update:

"Fixed Linux Compatibility Issue"
Update Silicon 3132 ROM to 7313
Update NV Lan PXE ROM to 2.31.0528

All the above install fails occurred AFTER I re-flashed BIOS. Previous installs were worse.

I guess, for the time being, I'm FORCED to use Microsoft, which I hate. What a waste of cutting edge equipment.

More work on the Linux kernal?

alizard 01-02-2007 12:36 AM

I don't think it's the AM2 socket
 
Tried Knoppix? To see if it gets to the desktop, I mean.

I just upgraded to a Biostar GeForce 6100 AM2 with an Athlon 3500+ (whichever core in that speed has virtualization support). I had to switch from FC6 to Debian Etch (testing) to make it work, after a week of trying, I could NOT get X running, until I went to Etch and it came up the first try (in vesa) and again when I actually installed the nvidia driver. (the clue was that it worked OK in the current Knoppix, which uses the same installer Debian Etch does.) I am using that motherboard right now, and it works very well indeed.

I don't know how the Debian and Ubuntu distros relate to each other, other than that Ubuntu is Debian based, so this is all I really have to say.

Quote:

Originally Posted by kajensen
LINUX + Socket AM2 and/or Asus M2N32 -SLI Deluxe = DEAD MEAT

1. Ubuntu 6.06 installs but after restart remains in log-in loop. This is a known Ubuntu problem which occurs for different reasons, such as disk full, others unknown.
2. Ubuntu 6.10 initiates, flickers twice, and disappears forever.
3. SuSE 10.1 installs only in runlevel 3, not 5, the default.
4. Damn Small Linux 3.01 initiates from cd-rom drive as guest OS, monitor goes blank.
5. Mepis 6.0 installs very well, further donwloads plus config., at a later reboot, the OS is toast -- blank screen.

***************

support.asus.com reveals BIOS update:

"Fixed Linux Compatibility Issue"
Update Silicon 3132 ROM to 7313
Update NV Lan PXE ROM to 2.31.0528

All the above install fails occurred AFTER I re-flashed BIOS. Previous installs were worse.

I guess, for the time being, I'm FORCED to use Microsoft, which I hate. What a waste of cutting edge equipment.

More work on the Linux kernal?


TallGuy 01-02-2007 02:16 AM

Sounds like a chipset issue - I would suggest disabling APIC in the BIOS, taking it up with NVidia or re-posting to see if anyone else has an issue with nForce 570

Quote:

Originally Posted by kajensen
LINUX + Socket AM2 and/or Asus M2N32 -SLI Deluxe = DEAD MEAT

1. Ubuntu 6.06 installs but after restart remains in log-in loop. This is a known Ubuntu problem which occurs for different reasons, such as disk full, others unknown.
2. Ubuntu 6.10 initiates, flickers twice, and disappears forever.
3. SuSE 10.1 installs only in runlevel 3, not 5, the default.
4. Damn Small Linux 3.01 initiates from cd-rom drive as guest OS, monitor goes blank.
5. Mepis 6.0 installs very well, further donwloads plus config., at a later reboot, the OS is toast -- blank screen.

***************

support.asus.com reveals BIOS update:

"Fixed Linux Compatibility Issue"
Update Silicon 3132 ROM to 7313
Update NV Lan PXE ROM to 2.31.0528

All the above install fails occurred AFTER I re-flashed BIOS. Previous installs were worse.

I guess, for the time being, I'm FORCED to use Microsoft, which I hate. What a waste of cutting edge equipment.

More work on the Linux kernal?


kajensen 01-02-2007 05:07 PM

ACPI APIC support= enabled: GREYED OUT
 
In my Award Phoenix BIOS I want to disable APIC Support, but this feature is greyed out.

Any suggestions?

BTW, I think SuSE 10.1 installer will install via no-apic in run-level 3, failsafe mode.

TallGuy 01-03-2007 07:54 AM

Quote:

Originally Posted by kajensen
In my Award Phoenix BIOS I want to disable APIC Support, but this feature is greyed out.

Any suggestions?

BTW, I think SuSE 10.1 installer will install via no-apic in run-level 3, failsafe mode.

the BIOS thing is weird, perhaps a different combination of options will make the 'disable' option selectable - things like that are amazingly illogical amd counter-intuitive but hey-it's mostly Koreans with poor English that do BIOSes anyway so give it a try.

I don't see what the problem is though if you can do the install from runlevel 3, just start up the damn thing from there and you should be able to fix the boot loader with the parameter no-apic but runlevel 5.

jschiwal 01-03-2007 10:08 AM

You can enter "noapic" as a boot option when you boot up the install disk. If the install succeeds but the same thing happens when you try to boot up normally, you can try the same option and add the "noapic" option in your /etc/lilo.conf or /boot/grub/menu.lst file. Add it on the line for the kernel as an argument.

Like this:
Code:

title SuSE 10.1
    root (hd0,4)
    kernel /boot/vmlinuz root=/dev/hda6 vga=791 showopts resume=/dev/hda2 noapic
    initrd /boot/initrd

There is a boot prompt how-to on the http://www.tldp.org website that lists many more boot options.
Searching for your mobo on google may also turn up results that work best. Sometimes people catalog how they performed an installation on there personal website.

hmazuji 11-04-2019 02:44 PM

today i am looking for linux for an am2 based system
 
came across this thread
from my own experiences, when linux fails, the chances are good that there's a hardware problem/failure
sorry that it has to be this ambiguous
but if linux didn't work with am2 based systems, that would be front page news

so the question is:
did this problem resolve

onebuck 11-04-2019 04:51 PM

Moderator Response
 
Please do not resurrect necro threads. This thread is 12 years old.


All times are GMT -5. The time now is 03:07 PM.