
13 Jan
2013
13 Jan
'13
5:55 p.m.
On Sun, Jan 13, 2013 at 05:38:06PM +0000, Roelof Wobben wrote:
Hello, I changed everything according to your suggestions but still the same error.Anyone a idea ? Roelof
Are you installing on esxi? Its quite possible that you are using a scsi controller if that is the case. When you boot the install media, run lspci -k to find out what drivers your hardware is using.
Common issues are missing drivers to access your disk:
common: DEVTMPFS=y DEVTMPFS_MOUNT=y BLK_DEV_SD=y
filesystem: EXT4_FS=y
disk controller, on vmware probably: ATA_PIIX=y on physical hardware: SATA_AHCI=y
-- Fredrik Rinnestam