
kilimats
MemberContent Type
Profiles
Forums
Events
Everything posted by kilimats
-
It crash in the same way on two laptop at the same moment after the windows loading logo with a blue screen, i used a japanese computer (Prime d400s) and my IBM thinkpad T41 23731FU 1) my bart pe version was v3.1.3 2) I use an english windows xp with SP2 3) my thinkpad has a Intel PRO/10/100/1000 4) answer is above 5) the blue screen say *** STOP: 0X0000007B (0Xf7ab5528,0xc0000034,0x00000000,0x00000000) i will give a look now to InfCacheBuild, reply soon
-
waaaaaaaaaaaaaaaaa its working let me explain, im still confused why its working so into vmware i got an error, the server crash and client freeze, but the autorun command was good, thx to you ;-) so i then decide to do it in real with my two laptop, i burn the bart pe cd and run the cd on the other laptop, but after the windows waiting logo, i got a blue screen, i did the same thing with my laptop to see if it does the same, same thing happen, i decide to reburn the cd, but again blue screen, the strange thing is that work before under vmware so i decide to use my old bart pe cd that i know is working, and add on it the autorun that i use, with this cd the boot was working, but i couldnt join the server, even the ping command didnt work, but my ip was in the same range as the server (192.168.0.1, 192.168.0.254), so i then try under vmware the same thing, and it WORK, why, ......, i'm gonna thing about it and post again my question is, do you know why i got this blue screen with the version i made, is there i plug in i miss???
-
i have another quick question i would like to insert all nic driver that exist so i will not have to worry for that later, is there a link i can download all that easily also i will try to make ultravnc server boot automaticly like ghost i will try ;-) thanks again for your help
-
update i just tryed to do it manually, and when i click ok after i enter the session name, the windows freeze and the ghostcast server show the error so im guessing the autorun is fine, there is something more that make this fail im using two vmware OS to do that, maybe thats why ? but i can ping the two OS so thats strange
-
i tryed to used only your plug-in and autorun file, AUTORUN1STARTNET.CMD AUTORUN2GHOST32.CMD but still i get this error on the server connection reset by client any idea where this come from ?
-
ok, thats working now but not completly, let me explain first of all i realize that the autorun order wasnt correct, bart pe started first ghost then the network configurator, so i change the name of their .cmd from that AUTORUN0PENETCFG.CMD AUTORUN9GHOST32.CMD to that AUTORUN1PENETCFG.CMD AUTORUN2GHOST32.CMD so now everything is working, ghost find the ghostcast server but the ghostcast server say that the connection was reset by the client, and when i check the client i only see the ghost windows but no indicator on it, just blue and grey backgroud
-
scp i get this error when i use your switch Application error 20070 No Packet Driver found - ghostcasting not available so i tryed to see if my network work well so i check if i got an ip from my dhcp = YES i do i ping the ghostcast server= working i check if the session name on my autorun is the same as the server= yes it is here is my complete autorun file @echo off start %SystemDrive%\Programs\ghost8\ghost32.exe -clone,mode=load,src=@MCdeploy,dst=1 -sure -rb -JL:E=%Temp%\ghosterr.log -afile=%Temp%\ghostera.log exit
-
also i was wondering, if you can tell ultravnc, to repeat the mouse mouvement on many server so for example, from my viewer i can control all my bart pe vnc server in the same way at the same time it's like replication or cloning if i can do that it solve all problem
-
i'm not sure why it's not working, how can i know what wrong, at the end i get a stupid windows that tell me where to save the log, but can't because i use ramdisk
-
scp i think you give the switch to mak peer-to peer transfert, my case i want to use the multicasting, anyway i tryed your way and i get an error so i'm thinking that it will be another way to use VNC to configure ghost on each so i tryed ultravnc with success, but i would prefer to use the remote desktop connection from windows, is there a way to use that one, or only ultravnc work on PE ?
-
scp, you are a god i finally boot into bart pe and lauch ghost 32 without clicling the mouse, thats a miracle my last question now, what command line should a write after start %SystemDrive%\Programs\ghost8\ghost32.exe to make ghost as IMAGE BOOT COPY and running under a directed broadcast with DEPLOY for the session name, with the option automaticly find the server and choose the c partition, OK and YES i browse the switches of ghost but didnt find everything here what i found: -sure Use the -sure switch in conjunction with -clone to avoid being prompted with the final question “Proceed with disk clone - destination drive will be overwritten?” This command is useful in batch mode. -batch Batch mode switch. Prevents abort messages from waiting for user acknowledgment, and removes user interaction prompts. The return value of Ghost.exe must be checked to identify whether the operation was successful. Symantec Ghost returns 0 on success and 1 or higher on failure or error. -ib The image boot switch copies the entire boot track, including the boot sector, when creating a disk image file or copying disk-to-disk. Use this switch when installed applications, such as boot-time utilities, use the boot track to store information. By default, Symantec Ghost copies only the boot sector, and does not copy the remainder of the boot track. You cannot perform partition-to-partition or partition-to-image functions with the -ib switch. -ja=sessionnm Connects to the GhostCast Server using the specified session name. Set the disk and -jaddr=<id_address> Use the IP address for the GhostCast Server. -jl:x=filename Creates a log file to assist in diagnosing GhostCasting and TCP/IP peer-to-peer problems. The amount of information logged is set by the log level x. The log level x can be E (errors), S (statistics), W (warnings), I (information), or A (all) in increasing order of logging detail. The file name indicates the path and file name of the log to be created. In general, the error and statistic levels do not affect session performance. All other levels may reduce performance and should be used for diagnostic purposes only. possibly partition to be cloned on the GhostCast Server. -jm=[u|d|m] Use unicasting, direct broadcast, or multicasting. -js=n Sets to n the number of router hops Symantec Ghost is allowed to cross in an attempt to find the GhostCast Server. (Default is 16.) -quiet The quiet mode switch disables status updates and user intervention. -rb Restarts after finishing a restore or copy. After completing a restore or copy operation, the target computer must be restarted so that the operating system can restore the new disk/partition information. Normally, Symantec Ghost prompts the user to restart or exit. -rb tells Symantec Ghost to restart automatically after it completes the restore or copy. This is useful when automating Symantec Ghost in a batch command file. -script Allows you to specify a series of commands (one per line) that Symantec Ghost will execute in sequential order. For example: ghost -script=script.txt Following is an example of script.txt: -clone,mode=create,src=2,dst=1:1\drv2.gho -chkimg,1:1\drv2.gho -clone,mode=create,src=2,dst=c:\part2.gho -chkimg,c:\part2.gho In this example 1:1 is equivalent to c:\. -sure Use the -sure switch in conjunction with -clone to avoid being prompted with the final question “Proceed with disk clone - destination drive will be overwritten?” This command is useful in batch mode. so NOW, do you have any idea how to use them, what will be the order, and what i miss in order to make this batch file ?
-
hj_fr i tryed what you said, it's all working, thank you so much now i need to start automaticly ghost 8 at the boot, but can't find the answer, i tryed to understand how work the startup plug in of bart pe without success, any advice ??
-
totoymola i tryed without success too i mean somebody can post an example of a autorun_1.cmd file that we need to put in i386\system32
-
i tryed without success :-( any tutorial out there
-
up
-
i see that you speak french, i hope you don't mind if we chat briefly on msn in french (im frencch too) to get this fix, i will then update my post to explain what we did my MSN adress is kilimats08@hotmail.com hope to see you online
-
i found the option to disable the no key startup (Plugin -> Boot Fix (Enabling ""Press any key to boot from CD"" -> Enable = NO i found in the plugin section : - BARTPE: Network Support - PENETCFG: Automatically start PE Network configurator - PENETCFG: PE Network configurator (theTruth) my purpose is to tell bart pe to activate the network support, use DHCP and confirm the network configuration windows that pop-up after, what should i change in those plug-in? i didn't find the bat file, but i find the plug in Startup Group but don't know what to change to make ghost 8 boot i'm really sorry for all those beginner question, but i'm very bad at programming
-
is there a way to download somewhere all the network driver of all NIC that exist on earth?? i need to build a bart PE CD with all NIC driver that exist
-
i'm looking for that too HELP US
-
i would like to make my bart pe CD completly automatic, no need to do anyting, i want to use this CD with client workstaition, so that they can connect directly to the ghostcast server i i'm looking for a way to do those thinks 2-say yes to the network support at the boot 3-use the dhcp 4-confirm the network configuration for the dhcp 5-start ghost like and be ready to receive the multicast transfert thx by advance
-
Thx you so much, i will try that when i will have some free time, also another small changed i would like to make is changed the wallpapper, is that possible?
-
anybody know how to make those change on bart pe CD? 1-automatically boot the CD after the post ( no ask to press a key) 2-say yes to the network support 3-use the dhcp 4-confirm the network configuration for the dhcp 5-start ghost like gfincher say and be ready to receive the multicast transfert
-
your way sound good Krokodox, i will definetly do it like this if i kind find a solution. your way need a big preparation at first and work great my way is more for image deployment on new computer for big companie, they have 300 new ibm in box, and they to deploy an image on it, my job is to open the box, install the 24 computer on a table, link them to the 24 port switch, run my ghostcast server, run ghost32 on each client (very slow to do it), and then send.. you see its very slow, if i just put a bart pe unnatended version on each client, it will be SO FAST, i need to find a way to modify bart pe with those setting 1-automatically boot the CD after the post ( no ask to press a key) 2-say yes to the network support 3-use the dhcp 4-confirm the network configuration for the dhcp 5-start ghost like gfincher say and be ready to receive the multicast transfert if i can't then i will be interrested in your way thanks you for your post, can you leave me your email?
-
also is there a way to download somewhere all the network driver of all NIC that exist on earth, lol???