Guest User!

You are not Sophos Staff.

V7 and Dell 2950

I downloaded the Beta version and it looks quite nice. 
I tried to install in a Dell powerEdge 2950 and the installation worked fine. 
The 2950 comes with:

2 300GB, SAS 3.5-inch 10K RPM Hard Drives

1 Integrated SAS/SATA RAID 0 PERC 5/i 

Now, the problem I´m having is that the new GRUB used to boot does not support the Integrated SAS/SATA RAID 0 PERC 5/i. It seems it only support Single SATA disks. 
I couldn´t test the V7 in that server because it cannot boot at all. 

Can you help me with the modifications I have to make to the GRUB in order to make my Astaro V7 boot? 
I'm sure Astaro will take this into consideration for the final V7.

Thanks

Ricardo
Parents
  • It's likely not grub that doesn't support the integrated SAS controller, it's the kernel that Astaro uses. More than likely the megaraid_sas driver needs to be updated to support the recent SAS controllers on recent Dell machines.
  • Hi Richardo, 

    can you please explain what exactly happens during installation?

    Does the Hardware detection find your hardware? What does it show?

    At which point, the installation/startup does not work?

    thx Gert
  • I think Astaro V7 have a APCI problem with DELL PE1950 & PE2950.

    2 solutions for solve this problem:

    1. install in "classic mode" or "disable ACPI mode".
    2. you must edit grub when in booting process.
       - press "ESC" then press "e" for edit boot parameter
         add this parameter in the end of line "no apic acpi=off"
       - then go to boot normal.
       - you can edit this parameter in "/boot/grup/menu.lst"
       - you must remount partition into write mode by this command "mount /boot -o remount,rw"

    you can select only one solution to solve this problem.
    Good luck.
Reply
  • I think Astaro V7 have a APCI problem with DELL PE1950 & PE2950.

    2 solutions for solve this problem:

    1. install in "classic mode" or "disable ACPI mode".
    2. you must edit grub when in booting process.
       - press "ESC" then press "e" for edit boot parameter
         add this parameter in the end of line "no apic acpi=off"
       - then go to boot normal.
       - you can edit this parameter in "/boot/grup/menu.lst"
       - you must remount partition into write mode by this command "mount /boot -o remount,rw"

    you can select only one solution to solve this problem.
    Good luck.
Children