Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread John R Pierce
Paolo Supino wrote: > Hi > > I've installed CentOS 5.2 (i386) in a computer with a DG33BU > motherboard ... When I installed it it crashed because of ACPI issues. > Searching Google I found that I need to turn ACPI off in order to > successfully install CentOS, which I did. > After a while I

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread William L. Maltby
On Tue, 2009-02-03 at 17:17 +0200, Paolo Supino wrote: > Hi William > > I didn't trun acpi back on (it's a sure way to freeze the computer). > I did however find out that Linux ignores the RAID1 that is set by the > SIL SATA card I have installed :-( See my last post (just a few > minutes ago)

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread William Warren
the sil is fraid or fakeraid..it's actually software raid done by a binary often proprietary driver,..if you want to do raid one buy a real hardware raid card or use the linux mdraid. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mai

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi William I didn't trun acpi back on (it's a sure way to freeze the computer). I did however find out that Linux ignores the RAID1 that is set by the SIL SATA card I have installed :-( See my last post (just a few minutes ago) with more details. -- TIA Paolo

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi William You're right ... I do have 2 HDs and my root is not what I thought it is! Here is what is happening with this system: It has a SIL SATA RAID0/1 card installed with 2x 160GB SATA HDs connected to it. The card is configured to mirror between the HDs (RAID1). But as I saw now Linux actua

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread William Warren
On 2/3/2009 6:06 AM, Paolo Supino wrote: > Hi Peter > > I tried that and it the result is the same: Linux only finds, > initializes and uses only 1 core ... :-( Is there anything else I can > try to have Linux initialize all 4 cores? > > > > > > > > -- > TIA > Paolo > > > > On Tue, Feb 3, 2009

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread William L. Maltby
On Tue, 2009-02-03 at 15:39 +0200, Paolo Supino wrote: > Hi > Here's my /boot/grub/grub.conf content: > grub.conf generated by anaconda > # > # Note that you do not have to rerun grub after making changes to this > file > # NOTICE: You do not have a /boot partition. This means that > #

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Peter Kjellstrom
On Tuesday 03 February 2009, Paolo Supino wrote: > Hi > Here's my /boot/grub/grub.conf content: > grub.conf generated by anaconda > # > # Note that you do not have to rerun grub after making changes to this file > # NOTICE: You do not have a /boot partition. This means that > # all kern

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi Here's my /boot/grub/grub.conf content: grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Toby Bluhm
Paolo Supino wrote: > Hi Peter > > The symlinks aren't broken: the grub.conf file is located in > /boot/grub/. /etc/grub/menu.lst points to it and so does /etc/grub.conf ... > [r...@server grub]# ls -l /etc/grub.conf /boot/grub/menu.lst > /boot/grub/grub.conf > -rw--- 1 root root 974 Feb

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi Peter The symlinks aren't broken: the grub.conf file is located in /boot/grub/. /etc/grub/menu.lst points to it and so does /etc/grub.conf ... [r...@server grub]# ls -l /etc/grub.conf /boot/grub/menu.lst /boot/grub/grub.conf -rw--- 1 root root 974 Feb 3 13:59 /boot/grub/grub.conf lrwxrwx

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Peter Kjellstrom
On Tuesday 03 February 2009, Paolo Supino wrote: > Hi Ralph > > You're right and I'm partially wrong: I changed /boot/grub/menu.lst from > acpi=off to pci=nommconf and rebooted the system expecting it to come up > with the new command line parameters. As you've shown me in the paste of > the dmesg

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi Ralph You're right and I'm partially wrong: I changed /boot/grub/menu.lst from acpi=off to pci=nommconf and rebooted the system expecting it to come up with the new command line parameters. As you've shown me in the paste of the dmesg output I posted this isn't the case. Which makes me wonder,

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Ralph Angenendt
Paolo Supino wrote: > Kernel command line: ro root=LABEL=/ acpi=off > > Unfortunately I still have only 1 core used ... As said: Try with "pci=nommconf" only. And please trim your mails >:) Cheers, Ralph pgpKcASV1Mq5X.pgp Description: PGP sign

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi Ralph Which brings me back to my original post: how do I enable multicore on a DG33BU motherboard, booting with pci=nommconf didn't change the situation :-( -- TIA Paolo On Tue, Feb 3, 2009 at 1:40 PM, Ralph Angenendt > wrote: > Agile Aspect wrote: > > Paolo Supino wrote: > > > Hi P

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi Agile There's no non SMP kernel in CentOS 5.x (check out: http://wiki.centos.org/FAQ/CentOS5#head-d70935212ce3b7b072b0075c1807a4bd3ea175b7). dmesg boot output (taken from /var/log/dmesg) shows the following lines: Linux version 2.6.18-92.1.22.el5 (mockbu...@builder16.centos.org) (gcc version

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Ralph Angenendt
Agile Aspect wrote: > Paolo Supino wrote: > > Hi Peter > > > > I tried that and it the result is the same: Linux only finds, > > initializes and uses only 1 core ... :-( Is there anything else I can > > try to have Linux initialize all 4 cores? > > > You're probably booting the single CPU kerne

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Agile Aspect
Paolo Supino wrote: > Hi Peter > > I tried that and it the result is the same: Linux only finds, > initializes and uses only 1 core ... :-( Is there anything else I can > try to have Linux initialize all 4 cores? > You're probably booting the single CPU kernel. Try booting the kernel ending wi

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi Peter I tried that and it the result is the same: Linux only finds, initializes and uses only 1 core ... :-( Is there anything else I can try to have Linux initialize all 4 cores? -- TIA Paolo On Tue, Feb 3, 2009 at 12:44 PM, Peter Kjellstrom wrote: > On Tuesday 03 February 2009,

Re: [CentOS] Intel DG33BU motherboard

2009-02-03 Thread Peter Kjellstrom
On Tuesday 03 February 2009, Paolo Supino wrote: > Hi > > I've installed CentOS 5.2 (i386) in a computer with a DG33BU motherboard > ... When I installed it it crashed because of ACPI issues. Searching Google > I found that I need to turn ACPI off in order to successfully install > CentOS, which

[CentOS] Intel DG33BU motherboard

2009-02-03 Thread Paolo Supino
Hi I've installed CentOS 5.2 (i386) in a computer with a DG33BU motherboard ... When I installed it it crashed because of ACPI issues. Searching Google I found that I need to turn ACPI off in order to successfully install CentOS, which I did. After a while I noticed that because of ACPI is off