Hi Aitor, > (3) Once I create the partition with FDISK under WMWARE, I get the > "usual" message: Partition signature != 55AA > and PC locks. I have to FORMAT and SYS manually to avoid this.
It took a while to find that string, but basically it means that you did something like FDISK /MBR - because the message is from MBR code version of our FDISK - and then tried to boot from harddisk, from the marked-as-active/bootable but not-yet-formatted DOS partition. Nothing wrong with the error message, but of course you have to know that you have to boot from CD a second time to let the FORMAT / SYS step happen. I do not know whether that one happens automatically, though. In either case, FreeDOS cannot re-read the partition table on the fly, so you MUST reboot between FDISK and FORMAT. Doing SYS right after FORMAT without a reboot should work, though. FreeDOS supports filesystem reopen. > (4) I can't remember the reason why the graphical installer was > abandoned. We get to the old text installer, and get to the usual > problems or uneasiness: The GUI installer worked pretty unstable and needed a 32bit CPU with floating point unit and quite some RAM. Plus it cloned the installshield looks and had a klikthru GPL thing which was nonsense and raised wrong expectations... > (4a) When a package set is required, it simply asks me to press a key, > not very intuitive > (4b) I wish there was an option which says "install everything" and never asks Not sure what you did, but only the "custom" option should ask anything... When I installed the smallest CDROM, I just selected "all base binaries" and then all unzipping whooshed by in FDPKG. > (4c) I get random failure when installing packages. I couldn't find a > common feature. It might be that they are using the CD-ROM driver > which has some kind of bug. Did you boot from CDROM? Then it would be a bug in ELTORITO or in SHSUCDX. I could not boot from CDROM, so the problem would be XCDROM related, but then, it did work fine on the 2nd attempt. > (4d) Suppose I cancel the install (e.g. I am tired of waiting till the > VI runtime library gets installed and reboot). I press reset and > there's no way to run POSTSET or POSTINST... Actually the whole sys / copy appropriate localized freecom / create config and autoexec / ... thing happens as the very last step before rebooting. This is done to delay making the previous operating system unbootable as long as possible... Or, of course, "moving" that system to a menu option, in the case of a boot menu install. But... That is about aborting install... What you mean are the things which happen after the first reboot after DOS is more or less completely installed: The POST... scripts. I think I also had similar problems to yours - postinst and postset trying to run things which are not in the default PATH... > (8) INSTALL never asked me about my keyboard configuration: thus > I get no KEYB (but curiously enough with CP 858) The installer has a big language / country selection menu which sets all of that... But for example the livecd did not have a keyboard menu - when I checked the small livecd. At the moment, I would have to use the maximum cdrom with all sources and stuff which would take far too long to download. I hope the livecd will be available in the "base with sources" cdrom again. The big livecd could be moved from "full with sources" to "full binary". > (10) A path to BIN is NOT set in AUTOEXEC after install Maybe one is set in config sys? > (11) CWSDPMI was NOT configured, even if I was requested to in the > post-install. Why does cwsdpmi need a configuration? Just put it in the path... Eric ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
