Erik Norgaard wrote:

    if (d->bios_cyl > 65536 || d->bios_hd > 256 || d->bios_sect >= 64) {
        Sanitize_Bios_Geom(d);
    }

It's a bug that sysinstall refuses to accept what you type. I have found that I could create working file system with both geometries editing the above code.


The diskwrite error that I got when I tried to install seems to relate to cpio, ar, pax or some other program that installs onto the disks, and relates to these being built dynamically linked.

Cheers, Erik

--
Ph: +34.666334818                                  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to