Ok thanks for the tips. I had previosly looked at some reports here of some related situation, but my thougth was to find something more specific, because all the solutions sounded like work-arounds: install other OS CD and install vicidial stuff, or remove the RAID Card and use the onboard controller. Not that they are not an option, but if we can find a way to fix them, that would be better.
Well, I followed kumba's advice on removing Grub, listed on the link that william posted above, and during the os-install I got some wierd messages, that I didn't notice before, but at the end of the script, when writing grub, I got an error.
As I'm no Linux Guru, my guess the 2 messages bellow are related, I didn't know there was a limit of 128 GB on the boot partition.
My partitions are divided like this:
sda1 = swap 4Gb
sda2 = / ext3 1.81 TB
This message shows up on the summary screen, before you confirm the install.
- Code: Select all
Booting
The bootloader is installed on a partition that does not lie entirely below 128 GB. The system might not boot.
This one shows up after the installation script starts to write boot information.
- Code: Select all
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> setup --stage2=/boot/grub/stage2 --force-lba (hd0,0) (hd0,0)
Checking if "/boot/grub/stage1" exists... no
Checking if "/grub/stage1" exists... no
Error 15: File not found
grub> quit
My next options here are, create a smaller partition for / and boot information. (which I'm doing right now)
And if this don't work, use an older version 3.0.8 64bits as iulianm recommended.
Plan B is to tell the client to buy other cheaper server that would work too and use this Dell server to something else, like print server... lol... But if I can make this work, it would be great to not go down that road.
Any advices from the linux gurus out there ?
thanks