Jump to content











Photo

'Hit any key to boot from CD' Issue


  • Please log in to reply
13 replies to this topic

#1 mwzard

mwzard

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 18 June 2013 - 12:57 PM

No activity since February.  Is this project still active?

 

I am having an issue with the check box, “Ask 'Hit any key to boot from CD'”, in multiPE 71, PEFactory.  Unselected it still puts bootfix.bin in the boot folder and during boot I must hit any key to boot into MultiPE.


Edited by mwzard, 18 June 2013 - 01:24 PM.


#2 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 18 June 2013 - 03:10 PM

I tried with building a PE1 and PE3 with unchecked ckeckbox: bootfix.bin is not on the CD. Therefore the question is not asked during boot.

 

Please give the (zipped) log.html. I think, as a new member you are not allowed to upload to the forum directly. You may choose any web service providing upload space, and telling the URL here.

 

The project is still active, but  I spend most time in the new WinBuilder generation, which will be published soon.

 

Peter



#3 mwzard

mwzard

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 18 June 2013 - 03:59 PM

Thanks,  the log file is at http://www.freeuploa...13715707531.zip

 

I found that after boot.tmp folder is recreated, Workbench\multiPE_Win7\UserData\boot is copied to boot.tmp/boot and that had the bootfix.bin file in it.  I added the following after line 421 in PEFactory script and it was removed:

 

If,EXISTFILE,%BaseDir%\Workbench\multiPE_Win7\UserData\boot\BOOTFIX.BIN,FileDelete,%BaseDir%\Workbench\multiPE_Win7\UserData\boot\BOOTFIX.BIN,NOWARN

 

I ran the process several times with the box checked and unchecked and seems to be good now.
 



#4 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 18 June 2013 - 05:14 PM

Thanks, maybe I have had a small black out somewhen.

 

But to really decide what is wrong, I need the log of a COMPLETE build, without your patch.

 

Peter



#5 mwzard

mwzard

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 19 June 2013 - 12:34 PM

I removed my patch, made sure 'Hit any key' was checked, and hit play to run the full process.  bootfix.bin was put in UserData\boot
http://www.freeuploa...13716450491.zip

 

Next I unchecked 'Hit any key' and hit play for another full run.  bootfix.bin was still added.  I checked the 2nd log and UserData folder was deleted early in the process, but bootfix.bin was still added.
http://www.freeuploa...13716450492.zip



#6 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 June 2013 - 12:50 PM

Sorry, with the URLs mentioned above I get "Server not found".

 

Please check the URLs.

 

Peter



#7 mwzard

mwzard

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 19 June 2013 - 01:45 PM

I have no issues with the links when I click on them.  Were you able to get the one I posted yesterday?  Do you have a preferred upload site I can use?



#8 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 19 June 2013 - 01:46 PM

Sorry, with the URLs mentioned above I get "Server not found".

 

Please check the URLs.

 

Peter

Peter, try again now, earlier the whole server was offline, now it works.

I am attaching them, just in case.

 

:cheers:

Wonko

Attached Files


  • pscEx likes this

#9 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 June 2013 - 02:38 PM

In the second log there is no report about copying bootfix.bin to the target.

 

Can you please uncheck all non-MultiPE scripts, and tell whether the issue still occurs.

 

Peter



#10 mwzard

mwzard

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 19 June 2013 - 06:05 PM

bootfix.bin is not copied to the target but userdata\boot is and bootfix.bin is in that folder.  That is why I added a line to delete it from Workbench\multiPE_Win7\UserData\boot.  I unpacked a fresh multiPE_71 and ran the same tests above.

 

First test with Any Key checked:

http://www.freeuploa...13716648591.zip

 

Second test with it unchecked:

http://www.freeuploa...13716648592.zip

 

bootfix.bin shows up in target in both tests.



#11 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 June 2013 - 06:20 PM

Here seems to be really an issue with some historic data, I have to fix ...

Please delete Workbench\multiPE_Win7\UserData manually before the "unchecked" build, and report the result (no log necessary).

 

Peter



#12 mwzard

mwzard

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 19 June 2013 - 06:27 PM

From the log UserData directory gets deleted:

 

  IF - Directory exists: [%BaseDir%\Workbench\multiPE_Win7\UserData] evaluated string: [If,ExistDir,%ProjectTemplates%,DirDelete,%ProjectTemplates%,FAST]
  DirDelete - Deleted directory [%BaseDir%\Workbench\multiPE_Win7\UserData]


  • pscEx likes this

#13 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 19 June 2013 - 06:33 PM

:good:

Thanks! I'm going into the code more in detail tomorrow.

 

Maybe the "DirDelete, ... FAST" got some uncatched troubles ...

 

Did you already test without all non-MultiPE scripts, to be sure that the issue is not influenced from one of them?

 

Peter



#14 mwzard

mwzard

    Newbie

  • Members
  • 10 posts
  •  
    United States

Posted 19 June 2013 - 06:40 PM

Yes, the last set of logs I sent was a fresh unzip copy with no added scripts.


  • pscEx likes this




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users