tommyp Posted March 26, 2006 Posted March 26, 2006 Probably a stupid question (I'm full of stupid questions), but are you doing a CD installation? Are you messing around with the dosnet.inf file after you run hfslip? I haven't seen TC's script he sent you, but if you are monitoring dosnet.inf during hfslip, you should not keep your dosnet.inf open in a text editor when hslip is running.
Super-Magician Posted March 26, 2006 Posted March 26, 2006 I am pretty sure tjabocom only had UltraEdit open this time around. He says that right after he presses a key to exit the script (when it is done running), the DOSNET.INF is destroyed.
Tomcat76 Posted March 26, 2006 Posted March 26, 2006 I haven't seen TC's script he sent you,It's nothing major. I inserted a PAUSE right before the CLEANUP section and another PAUSE right after the CLEANUP section.He already said twice that everything's fine at the second PAUSE. The only things that mod DOSNET.INF after that are HFCLEANUP, HFEXPERT\WIN and FDV. I suppose we can scratch FDV as a possibility on WinXP.
Kramy Posted March 26, 2006 Posted March 26, 2006 I haven't seen the latest versions, but I noted recently on one computer an error in the same location. HFSLIP checks if a Drive\i386 dir exists, but that creates an insert disk error for me. HFSLIP then pauses, and if I hit "Try Again', tries again. If i hit "Cancel"(or equivalent), it finishes the script properly, and if I hit "Continue" it evaluates every single "if" afterwards as true, creating plenty of errors. Echo Remember to reboot your machine after installing echo from the SOURCESS folder.ECHO.REM Modified Lines: KramyIF EXIST HFTOOLS\MKISOFS.EXE ( IF NOT EXIST HFTOOLS\BOOT.BIN CALL :GETBOOTBIN IF EXIST HFTOOLS\BOOT.BIN CALL :MKISOFS & pause & exit)IF EXIST HFTOOLS\CDIMAGE.EXE IF EXIST HFTOOLS\BOOT.IMG CALL :MAKEISO & pause & exitECHO. REM ======================================================================================:GETBOOTBINREM Modified Line: KramyFOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\ IF EXIST %%i:\I386 SET HFSLIP=%%iIF EXIST HFTOOLS\BBIE.EXE HFTOOLS\BBIE.EXE %HFSLIP%: & COPY IMAGE1.BIN HFTOOLS\boot.bin & DEL /F /Q IMAGE1.BINGOTO EOFREM ======================================================================================Changes made to v60317. Feel free to remove my name.
Tomcat76 Posted March 26, 2006 Posted March 26, 2006 (edited) To be honest, I used to get that "insert disk error" once in a while but that was a couple of weeks ago. I haven't experienced that anymore recently. I don't know if TommyP made some changes to that section which stopped the error from showing. I never touched that part myself because I don't use it. I make ISOs with my own script. Edited March 26, 2006 by Tomcat76
tommyp Posted March 26, 2006 Posted March 26, 2006 tjabocom - Do you have an empty folder called HFCLEANUP? Do you have an empty folder called HFEXPERT? If you do, delete them and try again. I had a boot.bin file in my hftools so I never really see that part of the script run. TC, can you take care of the above change? Thanks for the inputs Kramy. We always appreciate constructive criticism.
Tomcat76 Posted March 26, 2006 Posted March 26, 2006 (edited) @KramyI don't see the difference between your :GETBOOTBIN and the current :GETBOOTBIN section (apart from that extra line with your name). What should be changed?I have a better solution for the whole thing which also allows boot.bin to be used with CDIMAGE.EXE should people prefer that (boot.img is still accepted).Try test release 60326c... Edited March 26, 2006 by Tomcat76
Kramy Posted March 26, 2006 Posted March 26, 2006 DO IF EXIST %%i:\I386 SET HFSLIP=%%i--> DO IF EXIST %%i:\ IF EXIST %%i:\I386 SET HFSLIP=%%iIt shut that error message up right away. I also verified that the IFs actually fire, because my knowledge of batch is pretty skimpy.
Super-Magician Posted March 26, 2006 Posted March 26, 2006 Yes, I get that error every time I run it .
Super-Magician Posted March 27, 2006 Posted March 27, 2006 No, I meant the old releases. Sorry if I caused any confusion.
tjabocom Posted March 27, 2006 Author Posted March 27, 2006 Hi all,Tomcat76 I dont use - HFCLEANUP and HFEXPERT\WIN I just created some folders in HFEXPERT I don’t have any files inside.Tommypyou should not keep your dosnet.inf open in a text editor when hslip is runningFirst I did not have the text editor open I got the same problem..I don’t doing a cd installation I would like to use the the slipstreamed i386 in a unattended setup from a share. Well I do not see a problem with it..Are you messing around with the dosnet.inf file after you run hfslip. No I first thought that, I did it before but now that part is rem:ed out…tjabocom - Do you have an empty folder called HFCLEANUP? Do you have an empty folder called? If you do, delete them and try again.I have an empty HFEXPERT I will delete it and try againI will do some test to morrow, to day is a computer free evening.... /Tjabocom
Super-Magician Posted March 27, 2006 Posted March 27, 2006 (edited) Yes, creating HFEXPERT folders without anything inside of them will mess HFSLIP up.What do you mean the part is rem'ed out? Are you saying you changed the HFSLIP script around a bit? Edited March 27, 2006 by Super-Magician
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now