Jump to content











Photo

MultiPE Leopard v2 - Support


  • Please log in to reply
169 replies to this topic

#101 tiri

tiri

    Newbie

  • Members
  • 21 posts
  •  
    Liechtenstein

Posted 15 January 2011 - 07:37 PM

Yes, if you use diskpart, you can show active partition:


DISKPART> select partition 1



Partition 1 ist jetzt die gewählte Partition.



DISKPART> detail partition



Partition 1

Typ      : 27

Versteckt: Ja

Aktiv    : Ja                                    <-----------------------------

Offset in Byte: 32256



  Volume ###  Bst  Bezeichnung  DS     Typ         Größe    Status     Info

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

* Volume 5         WINRE        NTFS   Partition   2047 MB  Fehlerfre  Versteck



DISKPART> select partition 2



Partition 2 ist jetzt die gewählte Partition.



DISKPART> detail partition



Partition 2

Typ      : 07

Versteckt: Nein

Aktiv    : Nein                                    <-----------------------------

Offset in Byte: 2146798080



  Volume ###  Bst  Bezeichnung  DS     Typ         Größe    Status     Info

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

* Volume 2     C   System       NTFS   Partition     80 GB  Fehlerfre  Startpar





#102 tiri

tiri

    Newbie

  • Members
  • 21 posts
  •  
    Liechtenstein

Posted 15 January 2011 - 09:59 PM

I now go to bed:

wmic os where "status=&#39;ok&#39;" call Win32Shutdown 8



#103 Filip Hasa

Filip Hasa

    Frequent Member

  • Advanced user
  • 408 posts

Posted 16 January 2011 - 08:22 AM

I now go to bed:


wmic os where "status=&#39;ok&#39;" call Win32Shutdown 8


Nice. Good night ;o)

#104 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 16 January 2011 - 10:41 AM

Hi Max,

i found bug:

PINBOX can create only one link in "start menu".

If I choose 2 things from pinbox (cmd.exe,regedit.exe) I can see only regedit in "Pin menu"

Thanks


Hi mate ;)

Interesting, because i have not encountered the same problem on my project with vpldr rt2 11.01.2011. Okay, please open vpldr with the "Ctrl+Shift+V" button combination and press Reconfigure system button. Please check the start menu again. if the transaction fails, check pintool section of the X:\Windows\System32\multipe.cfg file. Best regards :hi:

Attached File  Windows VistaPE-2011-01-16-12-24-42.png   287.09KB   18 downloads

#105 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 16 January 2011 - 10:54 AM

I got it:
It works if I start the dism.cmd before starting WinBuilder:


dism.exe /Get-MountedWimInfo

pause

dism.exe /unmount-Wim  /MountDir:%~dp0\Temp\LEOPARD\BSRC /Discard

dism.exe /unmount-Wim  /MountDir:%~dp0\Temp\LEOPARD\ISRC /Discard

pause

dism.exe /mount-Wim  /wimfile:E:\ISO\win7_x64\sources\boot.wim /index:2  /MountDir:%~dp0\Temp\LEOPARD\BSRC

dism.exe /mount-Wim  /wimfile:E:\ISO\win7_x64\sources\install.wim /index:1  /MountDir:%~dp0\Temp\LEOPARD\ISRC


(You have to adopt the PATH to the Win7 DVD).

Best regards,
Thomas.


Hi tiri ;)

What operating system are you using ? (Vista or win7 x64 ?) Best regards :hi:

#106 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 16 January 2011 - 10:59 AM

Hi :hi:

script App>System>JavaSE-RunTime.script is not need it. Script is depend on OS. I think that many scripts need revision. ;)

Max please can you remove it from repository?!

Thanks


Okay ;)

#107 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 16 January 2011 - 11:05 AM

Hallo Max,

the Scripts for True Image 2010, 2011 are not workig. If I'm trying to mount an Image i will get in 2010 and 2011 errors. See the attachment.





Xplod


Hi xplod ;)

Unfortunately, all the features of the programs may not work so sorry. Best regards :hi:

#108 Filip Hasa

Filip Hasa

    Frequent Member

  • Advanced user
  • 408 posts

Posted 16 January 2011 - 11:43 AM

Hi mate ;)

Interesting, because i have not encountered the same problem on my project with vpldr rt2 11.01.2011. Okay, please open vpldr with the "Ctrl+Shift+V" button combination and press Reconfigure system button. Please check the start menu again. if the transaction fails, check pintool section of the X:\Windows\System32\multipe.cfg file. Best regards :hi:

Attached File  Windows VistaPE-2011-01-16-12-24-42.png   287.09KB   18 downloads


Hi Max,

I have same version of vpeldr.

After start ow windows I can see only regedit.
After reconfigure I can see regedit and cmd but with bad order. Cmd should be first. And cmd doesn't have icon.

I am buidling from Windows 7 x64.

[pintool]

StartMenu1=X:\windows\system32\cmd.exe|Command Prompt|X:\windows\system32|X:\windows\system32\shell32.dll|280|1|CTRL+ALT+C||

StartMenu1_Description=Microsoft Command Prompt

StartMenu2=X:\windows\regedit.exe|Registry Editor|X:\windows|||3|CTRL+ALT+R||

StartMenu2_Description=Microsoft Registry Editor


And Autostart is not working ;o(

Edited by Filip Hasa, 16 January 2011 - 08:31 PM.


#109 tiri

tiri

    Newbie

  • Members
  • 21 posts
  •  
    Liechtenstein

Posted 16 January 2011 - 01:44 PM

Hi tiri ;)

What operating system are you using ? (Vista or win7 x64 ?) Best regards :hi:


I use Win7 Ultimate X64 (German Edition).

#110 tiri

tiri

    Newbie

  • Members
  • 21 posts
  •  
    Liechtenstein

Posted 22 January 2011 - 09:27 PM

Clonezilla is not working. The OtherOS.lst is created but does not occur in grub4dos.

The other thing: OtherOS.lst is created like this (might be wrong as variable expansion is not working).


title Clonezilla

find --set-root /Boot/IMG/clonezilla-live-1.2.6-20-i686.iso%

map --heads=0 --sectors-per-track=0 /Boot/IMG/clonezilla-live-1.2.6-20-i686.iso (0xff)

map --hook

root (0xff)

loopback loop /Boot/IMG/clonezilla-live-1.2.6-20-i686.iso

kernel /live/vmlinuz boot=live union=aufs nolocales noprompt vga=758 ip=frommedia toram findiso=%OtherOS_Menu_Write%

initrd /live/initrd.img


And DBAN should be run from RAM (I changed it to this:)


title Drive Nuker DBAN 2.2.6 (i586)

find --set-root /Boot/IMG/dban-2.2.6_i586.iso

map --mem /Boot/IMG/dban-2.2.6_i586.iso (hd32)

map --hook

root (hd32)

chainloader (hd32)


Best regards,
Thomas.

Edited by tiri, 22 January 2011 - 09:28 PM.


#111 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 23 January 2011 - 02:32 PM

Clonezilla is not working. The OtherOS.lst is created but does not occur in grub4dos.

The other thing: OtherOS.lst is created like this (might be wrong as variable expansion is not working).


title Clonezilla

find --set-root /Boot/IMG/clonezilla-live-1.2.6-20-i686.iso%

map --heads=0 --sectors-per-track=0 /Boot/IMG/clonezilla-live-1.2.6-20-i686.iso (0xff)

map --hook

root (0xff)

loopback loop /Boot/IMG/clonezilla-live-1.2.6-20-i686.iso

kernel /live/vmlinuz boot=live union=aufs nolocales noprompt vga=758 ip=frommedia toram findiso=%OtherOS_Menu_Write%

initrd /live/initrd.img


And DBAN should be run from RAM (I changed it to this:)


title Drive Nuker DBAN 2.2.6 (i586)

find --set-root /Boot/IMG/dban-2.2.6_i586.iso

map --mem /Boot/IMG/dban-2.2.6_i586.iso (hd32)

map --hook

root (hd32)

chainloader (hd32)


Best regards,
Thomas.


Hi tiri :dubbio:

I'm thank you very much for your valuable feedback. Yes, I found a bug on the Standard-7-iso-usb-hdd.script and I corrected the error. Best regards :confused1:

#112 Filip Hasa

Filip Hasa

    Frequent Member

  • Advanced user
  • 408 posts

Posted 25 January 2011 - 06:45 AM

Hi Max,

I got these error during install this binary. Please can you check it?

Posted Image

Text:
Thank you



Hi Max,

i am testing MultiPE Leopard v2 Sp1 and I am still getting this error. Please can you check it?!

Problem is InstallRite Kit doesn't work as well.

I don't know how to do it.

Thank you very much :happy_dance:

#113 djr99

djr99
  • Members
  • 1 posts
  •  
    Canada

Posted 15 February 2011 - 07:25 PM

Hi Max,

Where are the "Replace2X-x64.exe" and "Replace2X-x86.exe" tools for download? These tools are called by your PD11.script but are not included in the multiPE/Tools download section using Winbuilder (build #80 dated Feb 10, 2011).

Can you provide a download link to these 2 tools so that I can use the PD11.script?

Regards,

Dan R

#114 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 15 February 2011 - 09:34 PM

Hi Max,

Where are the "Replace2X-x64.exe" and "Replace2X-x86.exe" tools for download? These tools are called by your PD11.script but are not included in the multiPE/Tools download section using Winbuilder (build #80 dated Feb 10, 2011).

Can you provide a download link to these 2 tools so that I can use the PD11.script?

Regards,

Dan R


Hi djr99 :whistling:

Welcome to reboo.pro .
These programs are in the tools folder of multipe project. So you need to download the entirety of the multipe project. But I can give you the link of these files. Best regards :cheers:

http://maxrealqnx.wi...place2X-X86.exe
http://maxrealqnx.wi...place2X-X64.exe

#115 xplod

xplod

    Frequent Member

  • Advanced user
  • 158 posts
  •  
    Germany

Posted 25 February 2011 - 10:52 AM

Hallo Max,

did you have already tried to wuild with Win7 Sp1 ond/or with WAIK for win7 with Sp1?

xplod

#116 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 06 March 2011 - 10:53 AM

Hallo Max,

did you have already tried to wuild with Win7 Sp1 ond/or with WAIK for win7 with Sp1?

xplod


Hi xplod :)

I thank you very much for your interest.

We (AJTerpstra, Filip Hasa and Lancelot) are very busy working on new projects. We will try to publish one or two weeks in the new project. Best regards :thumbsup:


Attached File  06.03.jpg   161.03KB   23 downloads

#117 xplod

xplod

    Frequent Member

  • Advanced user
  • 158 posts
  •  
    Germany

Posted 28 March 2011 - 01:59 PM

Hallo,

thanks for the new version! The build is working fine but when i'm booting I will get the message:

lan & Wlan Configuration: System file not found, ....... see attachment.


Source: win 7 sp1, x85, en-eu



xplod

Attached File  28-03-2011 15-49-09.png   247.45KB   14 downloads

#118 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 28 March 2011 - 07:12 PM

Hallo,

thanks for the new version! The build is working fine but when i'm booting I will get the message:

lan & Wlan Configuration: System file not found, ....... see attachment.


Source: win 7 sp1, x85, en-eu



xplod

Attached File  28-03-2011 15-49-09.png   247.45KB   14 downloads


Hi xplod :clap:
One or more of these files are missing. Please send us your log file. Best regards :)


Leopard.exe

$WLAN = IniRead (@SystemDir & "\multipe.cfg", "main", "WLAN", "")

		;

		If ($WLAN = "Yes") Then

		GUICtrlSetData($MESSAGE_SECOND, "... Installing Lan && Wlan Configuration")

		;

if Not FileExists (@SystemDir & "\drivers\srv.sys") Or Not FileExists (@SystemDir & "\drivers\srv2.sys") _

	Or Not FileExists (@SystemDir & "\drivers\srvnet.sys") Or Not FileExists (@SystemDir & "\drivers\vwifibus.sys") _

	Or Not FileExists (@SystemDir & "\drivers\vwififlt.sys") Or Not FileExists (@SystemDir & "\drivers\vwifimp.sys") _

	Or Not FileExists (@SystemDir & "\drivers\ndisuio.sys") Or Not FileExists (@SystemDir & "\drivers\nwifi.sys") _

	Or Not FileExists (@SystemDir & "\drivers\tcpipreg.sys") Or Not FileExists (@WindowsDir & "\inf\ndisuio.inf") _

	Or Not FileExists (@WindowsDir & "\inf\netserv.inf") Or Not FileExists (@WindowsDir & "\inf\netnwifi.inf") _

	Or Not FileExists (@WindowsDir & "\inf\netvwifibus.inf") Or Not FileExists (@WindowsDir & "\inf\netvwififlt.inf") _

	Or Not FileExists (@WindowsDir & "\inf\netvwifimp.inf") Then

		MsgBox (48, "Lan & Wlan Configuration", "System file not found !!! Lan & Wlan process is terminated. Please contact administrator with the QnxMaxQnx@netscape.net e-mail address.")

	Else

.......



Standard-1-files.script

Require_File,"srv.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"srv2.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"srvnet.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"vwifibus.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"vwififlt.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"vwifimp.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"ndisuio.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"nwifi.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"tcpipreg.sys","%Source_Sys%\drivers","%Target_Sys%\drivers"

  Require_File,"ndisuio.*","%Source_Win%\inf","%Target_Win%\inf"

  Require_File,"netserv.*","%Source_Win%\inf","%Target_Win%\inf"

  Require_File,"netnwifi.*","%Source_Win%\inf","%Target_Win%\inf"

  Require_File,"netvwifibus.*","%Source_Win%\inf","%Target_Win%\inf"

  Require_File,"netvwififlt.*","%Source_Win%\inf","%Target_Win%\inf"

  Require_File,"netvwifimp.*","%Source_Win%\inf","%Target_Win%\inf"

End



#119 xplod

xplod

    Frequent Member

  • Advanced user
  • 158 posts
  •  
    Germany

Posted 29 March 2011 - 07:23 AM

Hallo Max,

today I have builded again with win7 Ultimate SP1 instate win 7 Enterprise Sp1.With Ultimate as source it is working fine,



xplod



#120 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 29 March 2011 - 04:09 PM

Hallo Max,

today I have builded again with win7 Ultimate SP1 instate win 7 Enterprise Sp1.With Ultimate as source it is working fine,



xplod



Hi again xplod :)

That's good news. Thank you for your feedback. Best regards :happy_dance:

#121 Filip Hasa

Filip Hasa

    Frequent Member

  • Advanced user
  • 408 posts

Posted 29 March 2011 - 08:03 PM

Hi Max,

you created amazing video http://maxrealqnx.wi...t/Sp2/Sp2.html.

But on my build I still can see stopped VMware drivers.

What am I doing bad?

And I have only RegEdit in start menu.

Thank you

Attached Files



#122 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 30 March 2011 - 04:40 PM

Hi Max,

But on my build I still can see stopped VMware drivers.

What am I doing bad?


Hi Filip Hasa :mellow:

I'm thank you very much for your feedbacks. I will explore this problem.


And I have only RegEdit in start menu.

Thank you


Please send us your multipe.cfg file. (X:\Windows\System32\multipe.cfg)

Best regards :cheers:

#123 Filip Hasa

Filip Hasa

    Frequent Member

  • Advanced user
  • 408 posts

Posted 30 March 2011 - 06:00 PM

Please send us your multipe.cfg file. (X:\Windows\System32\multipe.cfg)


Hi Max,

cfg file looks fine. ;o(

I have bad news with TSM client. I can run installation with out problem but program cannot start.

Thank you for your support

Attached Files



#124 Filip Hasa

Filip Hasa

    Frequent Member

  • Advanced user
  • 408 posts

Posted 31 March 2011 - 07:47 AM

Hi Max,

i got new bugs when I build MPE with x86 source.

CD doesn't have Y: letter.
VMware is missing.
PIN tool doesn't work well as in X64.

Logs are attached.

Thanks

Attached Files



#125 Filip Hasa

Filip Hasa

    Frequent Member

  • Advanced user
  • 408 posts

Posted 31 March 2011 - 07:57 AM

Hi Max,

probably I found problem with VC++. On MPE x86 - VC++ "2005 SP1 Redistributable Package" "2008 SP1 Redistributable Package" complete successfully. :smiling9: Now it is time to test tsm client.
Hmmm, problem is not in VC++ ;o( It is somewhere else. Time to call IBM support.

Why do you recommend "Force x86 SideBySide For 64-Bit Operation Systems" ??

you did grate job :pulpfiction:
Thank you

Edited by Filip Hasa, 31 March 2011 - 08:40 AM.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users