While trying to use systemimager 3.0.1 and 3.1.2, on
both versions using systemconfigurator 2.0.7 I get the
following ERROR message:
Probing devices to guess BIOS drives. This may take a
long time.
ide-floppy driver 0.99.newide
hda: driver not present
Use of uninitialized value in concatenation (.) or string
at /usr/lib/systemconfig/Boot/Grub.pm line 160.
Use of uninitialized value in concatenation (.) or string
at /usr/lib/systemconfig/Boot/Grub.pm line 164.
Use of uninitialized value in concatenation (.) or string
at /usr/lib/systemconfig/Boot/Grub.pm line 235.
Use of uninitialized value in concatenation (.) or string
at /usr/lib/systemconfig/Boot/Grub.pm line 237.
SYSTEM INFORMATION:
DL360 G3, 2MG Memory, Dual CPU, and One internal Hard
drive.
SYSTEMCONFIGURATOR version:
systemconfigurator-2.0.7-1
Logged In: NO
I had exactly this error message. Traced it down to the
fact that my autoinstall kernel sees the first disk as
/dev/sda but the kernel in the image I'm installing uses
/dev/hdc (SATA drive -- weirdness in libata driver changes
in recent kernels)
My solution was to just call grub-install on /dev/sda
explicitly in my autoinstall script instead of relying on
"systemconfigurator --runboot"