Help - Search - Members - Calendar
Full Version: Bart PE All In One
The CD Forum > The CD Forum > WinBuilder
Pages: 1, 2, 3
Nuno Brito
I'm always open to better sugestions.. smile.gif

I really doubt they can be hacked so easily - since they have quite a lot of active boards to this date - and in case this event happens - there is the option to automagically restore all boards back since they are periodically cached to prevent these things..


Check their page

laugh.gif
nilzo
I've successfully created bartpe cd. But how can i use this cd for addon products.Do i need to create another cd or is it possible to make changes in existed one?
QUOTE (hooovahh @ Mar 29 2006, 06:44 AM) *
Bart All In One version 1.4

Hello all, I have just completed a very useful tool that I think every one will want...assuming it doens't suck.

So Here's a screen shot of my All in One.




It sends you through the steps to create Bart PE using PE Builder, then it uses Batcher (discussed in another thread at this forum) Batcher will reduce the size of a PE directory to about 60MB (this version) then Step 3 does a set of batch files that will make it boot into ram. Step 4 is using qemu to test it, then Step 5 Burns it.

I just whipped this together, and I'm sorry I don't have time to talk about it much but download it and tell me what you think.

I have two side things to mention.
First if you skip to step 3 you can make ANY bart pe directory boot into ram, or have it take any Bart PE directory and make install on a USB device (as of version 1.3 and later)
In any case I have only one link to download at rapidshare
Any way here's the link.
http://rapidshare.de/files/17284378/BartAIO1.4.zip.html

I hope you all like it and don't rip me apart if it sucks, I don't work with this stuff as much as some of you.

EDIT: I moved the link to the latest version. And fixed the picture to resemble the latest version. Then I added version 1.4.
hooovahh
Hi nilzo welcome to the forum. I think I know what you're asking. You want to add programs and stuff to your bart pe cd you created using my AIO. It's kinda complicated. You could simply add folders your you Bart PE directory then attempt to run them after booting to bart pe, but that most likely won't work. Many things have been deleted to save space, so not all .exe files will run any more.

Also another problem with this is keep in mind the whole bartpe directory will be loaded into ram (using my AIO) so that means the more stuff you add on the more ram you'll need. On idea I've been working on to fix the second problem is to place extra programs that you don't want to be in ram in a second location on the cd.

So the answer I have for you at this moment is give it a try and see what happens.
sowilo
Thank you for this great work.
I use this environment to test my bart pe compilation, without installing to harddrive.

sowilo from germany
davidts
Hi,

I've just started to use AIO1.4 and I have followed all the instructions but when I come to test it in QEMU i get the following error:-

file i386\system32\ntoskrnl.exe could not be loaded. The error code is 14.

I built the bartpe project using windows server 2003 and I used batcher to reduce the size of the bartpe project.

Does anyone know how I can fix this??

Many thanks,

David
hooovahh
Sorry I've never seen that error, and I've never used windows 2003 on my AIO. I've only used XP SP2 I know that there are some things that just won't work with out XP SP2 maybe this is one of those things.
_smiley_
QUOTE (davidts @ Nov 6 2006, 08:39 AM) *
Hi,

I've just started to use AIO1.4 and I have followed all the instructions but when I come to test it in QEMU i get the following error:-

file i386\system32\ntoskrnl.exe could not be loaded. The error code is 14.

I built the bartpe project using windows server 2003 and I used batcher to reduce the size of the bartpe project.

Does anyone know how I can fix this??

Many thanks,

David


I don't have much expirience on batcher but I think that some files (like ntoskrnl.ex_) are copied and not expanded . So that's why it fails to find the file. But you can use Winbuilder (Bather's "descendant") at Boot-land forums

I suggest you not to use Batcher with BartAIO


John
yahoouk
hi hooovahh,

I tested it just now and when running in QEMU, I have an error " startnet.cmd" is not recognized as an internal or external command...... Then it is going to DOS mode like "X:\i386\System32> _"
my one is 73.3 MB iso in USB drive.
Source: xp pro sp2.
Ram: 768MB
P4: 2.02GZ
Onboard Lan: Realtek RTL8139

Any idea blink.gif

Thanks for your nice tool.
hooovahh
QUOTE (yahoouk @ Nov 7 2006, 10:49 AM) *
hi hooovahh,

I tested it just now and when running in QEMU, I have an error " startnet.cmd" is not recognized as an internal or external command...... Then it is going to DOS mode like "X:\i386\System32> _"
my one is 73.3 MB iso in USB drive.
Source: xp pro sp2.
Ram: 768MB
P4: 2.02GZ
Onboard Lan: Realtek RTL8139

Any idea blink.gif

Thanks for your nice tool.

Yeah I have seen this it is a very common problem. You see in some versions of the AIO instead of making XoBLite the shell I would make CMD the shell, and at start up run a batch file called startnet.cmd which started XoBLite.

So you see if the startnet.cmd file isn't there to run it will simply leave you at a command prompt. By searching here (and boot land) you should be able to find out how to change the shell in a Bart PE. Keep in mind you should search for how to do it with Batcher. Batcher is very well documented at their home page and at boot land forum. You'll simply need to add like one line to the Xoblite script, I just don't know what that one line is.

I'm sorry I don't have a simply do this and it should work solution, it's just I'm at work now and I can't spend time to find the exact solution for you.
Nuno Brito
QUOTE (yahoouk @ Nov 7 2006, 02:49 PM) *
Any idea blink.gif


This probably means you're not applying batcher's xoblite.script, I'd seriously advice to rerun this script, rebuild your ISO and check if it gets written.

You need to point your default shell to start the application you want - by default it runs cmd.exe as parameter startnet.cmd

This is the a code snippet that will write the needed registry key:
CODE
RegWrite,HKLM,0x1,"Build\Setup","CmdLine","%PEdrive%\Programs\%ProgramName%\blackbox.exe"


Batcher's included project has been heavily modified into Winbuilder, the main difference is that no bartPE is needed and explorer is used as default shell instead of xoblite - all files are generated/copied from scratch instead of deleted from a pre-created PE environment.


The wiki is a good point of reference to get started..
http://boot-land.net/wiki/index.php?title=WinBuilder


smile.gif
yahoouk
QUOTE (Nuno Brito @ Nov 7 2006, 05:05 PM) *
,,,,The wiki is a good point of reference to get started..
http://boot-land.net/wiki/index.php?title=WinBuilder
smile.gif


Thanks to all, very quick replies.
I'll try it tonight.

Regards. rolleyes.gif
hooovahh
Thanks Nuno Brito.
rpaz
QUOTE (hooovahh @ Mar 29 2006, 01:14 AM) *
Bart All In One version 1.4

Any way here's the link.
http://rapidshare.de/files/17284378/BartAIO1.4.zip.html

I hope you all like it and don't rip me apart if it sucks, I don't work with this stuff as much as some of you.

EDIT: I moved the link to the latest version. And fixed the picture to resemble the latest version. Then I added version 1.4.


Hi,

Can you upload the file again? The link is not working, RapidShare deleted the file.

TIA
Ed_P
ohmy.gif Why is hooovahh classified as a Guest???

Is this an artifact from the January forum hiccup?? Can it be corrected??
Nuno Brito
QUOTE (rpaz @ Aug 6 2007, 06:13 PM) *
Hi,

Can you upload the file again? The link is not working, RapidShare deleted the file.

TIA


Try the author's google page: http://hooovahh.googlepages.com/BartAIO1.4.7z sorcerer.gif

------------------

hooovahh also seems to have a gmail account like myself and d4vros from last january, guess things can be corrected.. smile.gif
Dharmax4676
Thanksssssss
brown111723
I really like this, 40 odd MB XP is cool. I would really love to have network support (for antivirus updates) and add the following PORTABLE apps.

1. Sysclean
2. Spybot
3. any Registry Cleaner
4. CCleaner

and a couple of other portables. Just a small basic bartpe with a few vital recovery apps running off a USB stick that can fix the HOST's XP filesystem.

Is there any way of adding these to the 40mb iso and if so how?

Cheers
paraglider
Registry cleaners are dangerous if run from PE even if they do work with runscanner. You must ensure that the drive letters in PE are exactly the same as in your normal XP otherwise you will clean registry entries that are valid.
ariyus
file not found
Ed_P
QUOTE (ariyus @ Sep 2 2007, 02:22 AM) *
file not found


See http://www.911cd.net/forums//index.php?s=&...st&p=135397, 5 posts up. wink.gif
hooovahh
Sorry I've been away for a little while. Thanks for monitoring the place.

QUOTE (Ed_P @ Aug 6 2007, 10:52 PM) *
ohmy.gif Why is hooovahh classified as a Guest???

Is this an artifact from the January forum hiccup?? Can it be corrected??

Yes this was one of those hiccups. As you can probably tell my number of posts were reset some time ago. On top of that all my previous posts have become guest posts, so I can't search for them. Oh well I'm okay with it. The only thing I don't like is I can't edit my old posts, so I can't update the first post in this thread to have new mirrors like the one at google pages.

I also have an alternate mirror for my version 1.4 here http://www.hotlinkfiles.com/files/297977_l.../BartAIO1.4.zip

I do however highly recommend using some other program to make a minimal BartPE like this. Winbuilder is an amazing tool which has now rendered my AIO obsolete. Winbuilder has been talked about here, but their main forum is here http://bootland.pt.vu/

As I'm sure many of you know development for my AIO has stopped some time ago, mainly because of programs like winbuilder. If you see the need to add more software to my AIO I say good luck, it's not as simple as a normal BartPE since the batcher step removes many .dlls that are useful for some programs, but none that are in the AIO. The point being if you simply add an executable to the iso odds are it won't run properly.
BartPEorDie
The download link in the first post is not working. I just tried it, and it sent me to a page on RapidShare where it said "File not found!".
nuMe
You should read the posting just above yours.
BartPEorDie
QUOTE (nuMe @ Apr 5 2009, 08:08 PM) *
You should read the posting just above yours.


Just read it, but the alternate mirror doesn't work either. I can't find the program to download on that page. Was it later removed?
So development on the program stopped?
That sucks...
jaclaz
QUOTE (BartPEorDie @ Apr 6 2009, 04:10 AM) *
Just read it, but the alternate mirror doesn't work either. I can't find the program to download on that page. Was it later removed?
So development on the program stopped?
That sucks...


Let's say it's "on hold indefinitely" sad.gif.

See here:
http://z3.invisionfree.com/Boot_Land/index...opic=14&hl=

The link on googlepages is still OK.

There is/was a more recent version, 1.5a, that was however a preliminary Alpha and shortlived:
http://z3.invisionfree.com/Boot_Land/index.php?showtopic=19

As hoovah himself pointed out, the development of Winbuilder as a successor of Openbuilder, who was the successor of Batcher has made the project obsolete.

jaclaz
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.