Jump to content

pankajtakawale

Member
  • Posts

    53
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Posts posted by pankajtakawale

  1. I havent tried this on WinPE.

    I tried browsing Win32_Processor:AddressWidth on:

    32 bit Win2k3 OS installed on 64-bit hardware. (AddressWidth is 32 here)

    64-bit Win2K3 OS installed on 64-bit hardware. (AddressWidth is 64 here)

    So I dont think I can retrieve actual arch of processor if 32bit WinPE is running on 64bit processor using WMI technique.

    I dont really get that.... unless you are running on ia64 (itanium = pure 64) which is not very common, the x86/x64 compatible processors are determined by the actual operating system runnin ontop of it, it is the same processor, just depending on the OS, then bit width will be either 32 or 64.... then should not WMI work? It seems to do the trick for me. I also read the Win32_Processor AddressWidth property to resolve WMI filters and stuff...

    I've installed 32 bit windows OS (w2k3) on 64 bit processor.

    WMI browser shows me 32 bit address width for processor. (WMI browser is a WMI Server Repository tool)

    I could not find a single technique to know actual processor type (32/64) when running 32 bit OS on 64 bit processor.

  2. I havent tried this on WinPE.

    I tried browsing Win32_Processor:AddressWidth on:

    32 bit Win2k3 OS installed on 64-bit hardware. (AddressWidth is 32 here)

    64-bit Win2K3 OS installed on 64-bit hardware. (AddressWidth is 64 here)

    So I dont think I can retrieve actual arch of processor if 32bit WinPE is running on 64bit processor using WMI technique.

  3. Im trying to install WinXP SP2 unattend installation from WinPE 2.0

    I followed following steps:

    -N/w boot WinPE 2.0

    -create parttion, format partition using diskpart

    -net use p: \\RemoteBox\windist passwd /user:RemoteBox\usernm

    p:

    p:\i386\winnt32.exe /syspart:C /s:p:\i386\ /u:p:\i386\unattend.txt

    I get this error:

    "Setup could not locate winnt32.hlp. Help is not available"

    if i remove /u:.... section, setup starts fine in attended mode.

    Pl advice

  4. thanks for all your help, I got it working now. It involved adding re-write rules to the tftp server but finally it works. I had to use rewriting cause I like to sort the files in my tftp-root the way I think it's right. This way I could stuff everything belonging to PE 2.0 in its own folder in the tftp path.

    did you replace initrd by pxeboot.0 or kernel?

    can you elaborate your configuration bit? Im trying to boot winpe 2.0 from pxelinux.

    Here is my understanding about pxelinux:

    - it is proxy dhcp server, so it must be telling PXEClient boot file name (i.e. pxelinux.0)

    -once pxelinux.0 starts running at client side, it reads pxelinux.cfg/AppropriateConfigClientFile

    - then pxelinux.0 loads image (say initrd.img) with the help of memdisk (memdisk is just used as a RAM disk driver)

    Is it correct?

    I want to boot Windows PE 2.0 from pxelinux.

    I was trying to boot pxeboot.0 (renamed pxeboot.n12 - windows pe network boot program) using pxelinux.

    i tried following configurations but failed:

    1. kernel boot/pxeboot.0

    initrd=somegarbage kepxe

    2. kernel memdisk

    initrd=boot\pxeboot.0 kepxe

    Can someone please advice?

    I could do it. I was placing files at wring location under tftproot.

    One should specify following configuration:

    kernel \boot\pxeboot.0

    initrd=somegarbage kepxe

    boot folder must be located under tftp-root

  5. thanks for all your help, I got it working now. It involved adding re-write rules to the tftp server but finally it works. I had to use rewriting cause I like to sort the files in my tftp-root the way I think it's right. This way I could stuff everything belonging to PE 2.0 in its own folder in the tftp path.

    did you replace initrd by pxeboot.0 or kernel?

    can you elaborate your configuration bit? Im trying to boot winpe 2.0 from pxelinux.

    Here is my understanding about pxelinux:

    - it is proxy dhcp server, so it must be telling PXEClient boot file name (i.e. pxelinux.0)

    -once pxelinux.0 starts running at client side, it reads pxelinux.cfg/AppropriateConfigClientFile

    - then pxelinux.0 loads image (say initrd.img) with the help of memdisk (memdisk is just used as a RAM disk driver)

    Is it correct?

    I want to boot Windows PE 2.0 from pxelinux.

    I was trying to boot pxeboot.0 (renamed pxeboot.n12 - windows pe network boot program) using pxelinux.

    i tried following configurations but failed:

    1. kernel boot/pxeboot.0

    initrd=somegarbage kepxe

    2. kernel memdisk

    initrd=boot\pxeboot.0 kepxe

    Can someone please advice?

  6. thanks for all your help, I got it working now. It involved adding re-write rules to the tftp server but finally it works. I had to use rewriting cause I like to sort the files in my tftp-root the way I think it's right. This way I could stuff everything belonging to PE 2.0 in its own folder in the tftp path.

    did you replace initrd by pxeboot.0 or kernel?

    can you elaborate your configuration bit? Im trying to boot winpe 2.0 from pxelinux.

  7. Have installed the vmware drivers into WinPE2?

    I have WinPE2 networking working in VMWare Workstation using the default nic devices.

    here is the list of vmware drivers I preload into winpe2:

    vmware-nic.inf

    vmxnet.inf

    vmx_svga.inf

    vmmouse.inf

    vmmemctl.inf

    Thanx Guru it works :)

    I am facing networking issues while n/w booting DOS image.

    i can net use and map network drive.

    but "dir" doesnt show any files in n/w drive

    it shows "File Not Found".

    After googling, I found this link:

    http://www.computing.net/dos/wwwboard/forum/10680.html

    But i could not locate pcnet.cab.

    P.S. I know this forum might not be a right place to post this question, but context is pretty similar so I posted

  8. Have installed the vmware drivers into WinPE2?

    I have WinPE2 networking working in VMWare Workstation using the default nic devices.

    here is the list of vmware drivers I preload into winpe2:

    vmware-nic.inf

    vmxnet.inf

    vmx_svga.inf

    vmmouse.inf

    vmmemctl.inf

    Thanx Guru it works :)

  9. I'm using vmware server console.

    winpe2005 works fine. Winpe 2.0 is the vista version, I haven't had luck using drivers from vmtools or from AMD.

    n/wing not working? do u mean N/w booting is not working or other n/w fascilities not working after booting winpe 2.0?

  10. I tried pxe booting windows PE 2.0 , it was successful.

    Then i created new lan, & tried pxe booting. I get following error.

    I have configured DHCP & TFTP server on same box (Boot file name is wdsnbp.com)

    PXEClient can download wdsnbp.com, but when loading/downloading (dont know) pxeboot.com I get following error:

    Windows Boot Manager (Server IP: 192.168.025.001)

    Status: 0xc000000f Info: Boot selection failed because a required device is inaccessible.

    Has anyone faced it before?

    How to debug interaction between PXEClient & boot server and dhcp server? any utilities?

  11. Any idea if you can start the PE 2.0 loader from a PXElinux menu?

    All of my tests, booting PXELinux from TFTPd32 and calling \Boot\pxeboot.com (the one that was .n12 before) led to nothing. No errors, maybe a reboot if i pressed F12.

    i never tried this. but memdisk is a RAMDisk based dos boot image.

    Give it a try - replace memdisk by pxeboot.com

×
×
  • Create New...