Can you update a BartPE disc instead of doing the whole process each t
#1
Posted 11 January 2012 - 07:49 PM
1. Is it possible to simply delete the older file versions inside a subfolder of BartPE's "plugins" folder and drag and drop the newer file versions in their place, without having to do the whole make-a-Bart-PE process again, and then burn the disc? Or, no because Bart or the plug-in's software creates automated configuration files?
2. Do I have to set the disc as bootable in my burner software, even though the disc is already bootable?
#2
Posted 11 January 2012 - 10:19 PM
Better off starting from scratch.
#3
Posted 11 January 2012 - 11:51 PM
IcemanND, on 11 January 2012 - 10:19 PM, said:
Better off starting from scratch.
That's what I feared, and so I asked to prevent burning a coaster. I'm just glad there's no more updates to my one and only plug-in. And why am I the guy with most questions that have no answers on Google? All the more reason to join MSFN, you lurkers.
#4
Posted 12 January 2012 - 01:21 AM
2) you don't burn a bootable cd, you burn "IMAGE".
#5
Posted 12 January 2012 - 02:43 AM
#6
Posted 12 January 2012 - 08:55 AM
#7
Posted 12 January 2012 - 10:38 AM
vipejc, on 12 January 2012 - 02:43 AM, said:
Since when?
The result of running BartPE is a bootable .iso, you simply "burn" the .iso to CD/DVD.
And BTW it uses (just like Windows install) No-Emulation mode, possible settings for a bootable iso are normally called:
- El-torito Floppy Emulation mode
- No emulation mode
- El-Torito hard disk emulation mode
but this is already managed by the mkisofs when you build the .iso which is nothing but a sector-by sector image of the CD/DVD.
And for a simple plugin there is also the F5 option in Bart's PEBuilder, which will recreate the .iso from the original BartPE folder (modified with the new plugin).
jaclaz
This post has been edited by jaclaz: 12 January 2012 - 10:42 AM
#8
Posted 12 January 2012 - 10:54 PM
jaclaz, on 12 January 2012 - 10:38 AM, said:
vipejc, on 12 January 2012 - 02:43 AM, said:
Since when?
The result of running BartPE is a bootable .iso, you simply "burn" the .iso to CD/DVD.
And BTW it uses (just like Windows install) No-Emulation mode, possible settings for a bootable iso are normally called:
- El-torito Floppy Emulation mode
- No emulation mode
- El-Torito hard disk emulation mode
but this is already managed by the mkisofs when you build the .iso which is nothing but a sector-by sector image of the CD/DVD.
And for a simple plugin there is also the F5 option in Bart's PEBuilder, which will recreate the .iso from the original BartPE folder (modified with the new plugin).
jaclaz
I know BartPE either creates an .ISO or uses its built-in burner to write the disc, but my question is do you need to set the disc as El Torito every time you update the disc, or once is enough?
#9
Posted 13 January 2012 - 02:03 AM
#10
Posted 13 January 2012 - 06:11 AM
vipejc, on 12 January 2012 - 10:54 PM, said:
Nowhere in BartPE do I see any reference to ElTorito (and as Jaclaz explained, it doesn't apply anyway).
If you really created a cd last year, you might remember that you did not use any ElTorito settings anywhere, so the answer is "none is enough".
Once the ISO is created (if you use own burning software), just burn the ISO, not put the iso file on a cd, but burn "the iso image" to a cd.
The iso IS a bootable CD ('s image) and that CD does not need any modification (like "making it" bootable by adding anything).
If still unsure, tell us what burning software you are using and someone will tell you what menu to use.
#11
Posted 13 January 2012 - 06:56 AM
allen2, on 13 January 2012 - 02:03 AM, said:
There are NO settings for the .iso creation!
Bart's PEbuilder provides itself the right parameters to mkisofs.exe.
You can only choose:
- the name of the .iso
- build the .iso or not
- additionally burn the .iso to CD or not
http://www.nu2.nu/pe...nglish/main.htm
http://www.lazesoft....r-password.html
Usage of F5:
http://www.911cd.net...opic=21027&st=6
jaclaz
#12
Posted 13 January 2012 - 10:37 AM
#13
Posted 13 January 2012 - 11:30 AM
vipejc, on 13 January 2012 - 10:37 AM, said:
You didn't sound like it.
vipejc, on 13 January 2012 - 10:37 AM, said:
As you were just told, "El-Torito" does nothing, one of the THREE available modes do, instead AND you do not have to know/choose anything about it, as it is "hard coded" in the builder.
vipejc, on 13 January 2012 - 10:37 AM, said:
But you are an expert at it and at El-Torito settings?
vipejc, on 13 January 2012 - 10:37 AM, said:
Sure it is possible, only with different, misterious ways.
vipejc, on 13 January 2012 - 10:37 AM, said:
I have seen better advice in my experience, carpenter's comparison:
You use nail to join planks because screws have that unesthetical slot or cross.
Your problem is (finally):
I have a .iso (or a CD/DVD) created with Bart's PEbuilder.
How can I recreate it EXACTLY as it is, only changing three files?
And there are two answers to it, one, ( the wrong one IMHO) is "use a .iso editor", and the (right IMHO) one is "rebuild the .iso", since what Bart's PEbuilder uses to make the iso is mkisofs.exe that has the nice feature of writing on the .iso HOW exactly it was used at build time.
See here:
http://reboot.pro/12406/
bextract 0.04 should do:
http://reboot.pro/12406/page__st__31
Please note the highly specialized technical term I used
Quote
::- bExtract.cmd - small batch file by jaclaz
::- to extract the <*whatever*> makes a .iso file bootable
::- release 0.04 04 September 2010
::- As usual, thanks go to cdob for the help, hints and support
::-
::- Usage:
::- bExtract.cmd <filename>
::-
::- this batch requires a number of third party .exe's, use
::- bExtract.cmd /? to list them
Running it on a "random" BartPE I have it gave me the mkisofs command used allright, but I have seen parsing errors on some builds, so until I find what is the parsing error issue and update the batch you can open the .iso file in *any* hex editor and search for text "mkisofs" to get the command line used, then open the .iso in 7-zip to get the no-emulation bootsector.
jaclaz
#14
Posted 13 January 2012 - 09:04 PM
jaclaz, on 13 January 2012 - 11:30 AM, said:
I'm not a BartPE expert and never claimed to be. I know the basics--how to build one and add drivers.
Quote
That's what I just said.
Quote
Your problem is (finally):
I have a .iso (or a CD/DVD) created with Bart's PEbuilder.
How can I recreate it EXACTLY as it is, only changing three files?
And there are two answers to it, one, ( the wrong one IMHO) is "use a .iso editor", and the (right IMHO) one is "rebuild the .iso", since what Bart's PEbuilder uses to make the iso is mkisofs.exe that has the nice feature of writing on the .iso HOW exactly it was used at build time.
That's all you needed to say. Thanks for that.
Quote
http://reboot.pro/12406/
bextract 0.04 should do:
http://reboot.pro/12406/page__st__31
Please note the highly specialized technical term I used
::-
::- bExtract.cmd - small batch file by jaclaz
::- to extract the <*whatever*> makes a .iso file bootable
::- release 0.04 04 September 2010
::- As usual, thanks go to cdob for the help, hints and support
::-
::- Usage:
::- bExtract.cmd <filename>
::-
::- this batch requires a number of third party .exe's, use
::- bExtract.cmd /? to list them
Running it on a "random" BartPE I have it gave me the mkisofs command used allright, but I have seen parsing errors on some builds, so until I find what is the parsing error issue and update the batch you can open the .iso file in *any* hex editor and search for text "mkisofs" to get the command line used, then open the .iso in 7-zip to get the no-emulation bootsector.
jaclaz
This post has been edited by vipejc: 13 January 2012 - 09:19 PM
#15
Posted 13 January 2012 - 09:47 PM
#16
Posted 02 April 2012 - 02:09 AM
#17
Posted 02 April 2012 - 03:07 AM
daremo, on 02 April 2012 - 02:09 AM, said:
There is normally NO /minint folder in a BartpE .iso
Normally:
- on .iso/CD/DVD: /I386
- on HD-like media: /minint
Just for the record, on CD media is not possible to have a 5 letter folder (unless some "heavy" hex editing is made to setupldr.bin) whilst it is possible to have a 4 letter folder on HD media (typically /I386) so that .iso and HD-media are more "interchangeable" and (badly) written plug-ins with /I386 hardcoded work on HD media as well:
http://www.911cd.net...showtopic=17504
Still JFYI:
http://www.911cd.net...showtopic=23696
http://www.911cd.net...showtopic=23262
jaclaz



Help

Back to top









