Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. jithinpsk
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 29
    • Best 3
    • Groups 0

    Topics created by jithinpsk

    • J

      WIE: Wim Imaging is slow, FFU much faster
      Support • • jithinpsk

      1
      0
      Votes
      1
      Posts
      236
      Views

      No one has replied

    • J

      LIE New kernel (6.6.7)
      Support • • jithinpsk

      2
      1
      Votes
      2
      Posts
      435
      Views

      R

      Hello Jithinpsk ,
      I am making a new Kernel according to your method to be able to integrate NVME drivers for a new laptop that is giving us problems for deployments, but unfortunately I cannot finalize the "bzimage" file, do you have any other information, I have tried with several versions of Linux and always from the .config file.
      the latest version (6.6.7) provided by theopenem in LIE is no longer well adapted
      Thank you for your answer.

    • J

      The WIM was not captured such that it can be applied from a pipe
      Support • • jithinpsk

      1
      0
      Votes
      1
      Posts
      184
      Views

      No one has replied

    • J

      Multisast Documentation
      Support • • jithinpsk

      8
      0
      Votes
      8
      Posts
      643
      Views

      J

      @eruthon Checked multicast functionality after disabling SMB, and set a queue size of 2. However, imaging started without waiting for the second PC and failed, as indicated in the screenshot below.

      11-21-23 12:24 Starting Multicast Session With The Following Command: cmd.exe /c ""C:\Program Files\Theopenem\Toec-API\\private\apps\udp-sender.exe" --file "D:\toems_local_storage\images\dev_01_MyApps_Win11_CP941\hd0\part2.winpe.wim" --portbase 9028 --min-receivers 2 --ttl 32 --interface 10.38.40.113 --mcast-rdv-address 224.0.0.1 --log D:\multicast.log & "C:\Program Files\Theopenem\Toec-API\\private\apps\udp-sender.exe" --file "D:\toems_local_storage\images\dev_01_MyApps_Win11_CP941\hd0\part3.winpe.wim" --portbase 9028 --min-receivers 2 --ttl 32 --interface 10.38.40.113 --mcast-rdv-address 224.0.0.1 --log D:\multicast.log & "C:\Program Files\Theopenem\Toec-API\\private\apps\udp-sender.exe" --file "D:\toems_local_storage\images\dev_01_MyApps_Win11_CP941\hd0\part4.winpe.wim" --portbase 9028 --min-receivers 2 --ttl 32 --interface 10.38.40.113 --mcast-rdv-address 224.0.0.1 --log D:\multicast.log"

    • J

      Server specification
      Support • • jithinpsk

      1
      0
      Votes
      1
      Posts
      197
      Views

      No one has replied

    • J

      Image storage location and ports
      Support • • jithinpsk

      3
      0
      Votes
      3
      Posts
      308
      Views

      J

      @theopenem_admin Thank you

    • J

      Clobber Mode
      Support • • jithinpsk

      5
      0
      Votes
      5
      Posts
      407
      Views

      J

      @theopenem_admin That worked. Thank you for your help

    • J

      Image Automatically without using USB or network boot
      Support • • jithinpsk

      2
      0
      Votes
      2
      Posts
      458
      Views

      J

      If somebody is looking at a similar solution, you can use PowerShell to do this. This is not my script, but it works perfectly.

      <# .Synopsis This script will create a ramdisk containing the boot.wim which the computer will boot to on restart. This script will work only on Windows Imaging environment. .Prerequisites - From the Windows PE boot USB, copy boot.wim in the Sources folder to C:\Sources on the target - From the Windows PE boot USB, copy the Boot folder to C:\ on the target .Notes Because "bcdedit /bootsequence" is used, the computer should boot back into Windows when restarted if imaging is cancelled. #> # Checks that Disk 0 is the boot disk. $DISKZERO = Get-Disk 0 If ($DISKZERO.IsBoot -ne $true) { Write-Host "Disk 0 is not the boot disk. Exiting..." Exit 999 } else { Write-Host "Disk 0 is the boot disk. Proceeding..." } # Create {ramdiskoptions} and configure bcdedit -create "{ramdiskoptions}" bcdedit /set "{ramdiskoptions}" ramdisksdidevice partition=C: bcdedit /set "{ramdiskoptions}" ramdisksdipath \boot\boot.sdi # Add LiteTouch boot device to OSLOADER $Output = bcdedit -create /d "LiteTouch MDT" /application OSLOADER # Obtain LiteTouch boot device GUID $LTGUID = $Output | %{ $_.split(' ')[2] } # Configure LiteTouch to ramdisk boot bcdedit /set $LTGUID device "ramdisk=[C:]\sources\boot.wim,{ramdiskoptions}" bcdedit /set $LTGUID osdevice "ramdisk=[C:]\sources\boot.wim,{ramdiskoptions}" bcdedit /set $LTGUID systemroot \windows bcdedit /set $LTGUID detecthal yes bcdedit /set $LTGUID winpe yes # Adjust for UEFI vs Legacy BIOS types if ($env:firmware_type -eq 'UEFI'){ Write-Host "UEFI boot confirmed." bcdedit /set $LTGUID path \windows\system32\boot\winload.efi } Else { Write-Host "Legacy boot confirmed." bcdedit /set $LTGUID path \windows\system32\boot\winload.exe } # Force LiteTouch ramdisk on next boot and restart bcdedit /bootsequence $LTGUID shutdown /r /f /t 0
    • J

      Image automatically
      Feature Requests / Feedback • • jithinpsk

      19
      1
      Votes
      19
      Posts
      1341
      Views

      J

      @theopenem_admin Thank you.

    • J

      Imaging over wifi
      Support • • jithinpsk

      2
      0
      Votes
      2
      Posts
      252
      Views

      T

      Sorry, there is not

    • J

      WIE capture Recovery Partition
      Support • • jithinpsk

      7
      0
      Votes
      7
      Posts
      443
      Views

      J

      @theopenem_admin wow that worked like a charm!!! Thank you very much for your prompt response. You are amazing!!!!

    • J

      Client outside your internal network
      Support • • jithinpsk

      3
      0
      Votes
      3
      Posts
      574
      Views

      T

      Here is the video.
      https://www.youtube.com/watch?v=TU9d6df0HUg