On Sun, 23 May 2004 11:40:00 +1000 david smethurst <davidjs@xxxxxxxxxxxxxxx> wrote: > on running sfdisk -l /dev/hda, i get > 4866c, 255h, 63s > > on installing with: > linux sfdisk -d /dev/hda | sfdisk --no-reread -H255 /dev/hda > > i still get the errors report as i am installing > is it safe to ignore the reports or is there a better way to work around > this problem Hi David, You actually have to run the sfdisk command after you do the complete install. After installing ifthere is a problem booting into MSWin, boot into Linux and run that command (add -f for force). You may be able to avoid the warning and problem if you can set LBA mode in your BIOS before installing. The other thing that might work for you is installing with this boot line: linux hd=4866,255,63 Make sure you check out bugzilla: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=115980 Good Luck, Sean.