pinnolo@xxxxxx wrote: > > I tried kickstart, but I receive an error about partitions. You can use kickstart to begin the installation process and configure your partitions after X is launched. > However I want a custom 'loader' so I can build a Installation CD that works, > even to boot with it and then switch to console2 (in case of disaster). Sure, it may be more comfortable if you have several computers to install, but I'm not sure your keyboard will work in console mode after X is started. I sent you a loader which shouldn't (not tested) ask for the mediacheck step (same behavior as when you use a kickstart) as it is what you are looking for. But I don't think this is the correct way to handle this problem. Moreover I will be easier to use the kickstart to do it (no need to run mk-images or buildinstall) since it does the same thing. follow the diff for those interested: ---------8<---------------------------------------------- --- orig/cdinstall.c 2003-04-16 17:07:20.000000000 +0200 +++ cdinstall.c 2003-06-24 11:58:16.000000000 +0200 @@ -242,7 +242,7 @@ int isostatus; /* dont bother to test in automated installs */ - if (FL_KICKSTART(flags)) + /* if (FL_KICKSTART(flags))*/ return; /* see what status is */ ---------8<------------------------------8<-------------- -- Alain