I have experienced problems with booting ASG (7.404, probably all versions) from SCSI Harddrive connected to an AIC-7902W Controller integrated on an intel SE7501WV2 Mainboard.
The workaround for this problem is adding the parameter rootdelay=40 in /boot/grub/menu.lst
title Astaro Security Gateway V7
root (hd0,0)
kernel /boot/vmlinuz root=/dev/disk/by-label/root rootdelay=40 vga=791 splash=silent
initrd /boot/initrd
title Astaro Security Gateway V7 (previous)
root (hd0,0)
kernel /boot/vmlinuz.previous root=/dev/disk/by-label/root rootdelay=40 vga=791 splash=silent
initrd /boot/initrd.previous
title Astaro Security Gateway V7 (rescue)
root (hd0,0)
kernel /boot/vmlinuz.previous root=/dev/disk/by-label/root rootdelay=40 vga=normal video=ofonly nolapic noapic acpi=off splash=silent
Can this be added in version 7.5, when an adaptec dual scsi hba is detected during the setup?
Thanks
This thread was automatically locked due to age.