USB CPDC installer 7.6
How to manually rebuild a CS 1000 Linux Base system Installer USB without the .bat file.
- Unzip
cs1000-linuxbase-7.65.16.00_cf.zip - Mount the USB drive
- Open cmd with Admin privileges (press win key → type ‘cmd’ → right click the ‘Command Prompt’ shortcut → select ‘Run as administrator’)
- At the command prompt:
- C:\WINDOWS\system32> diskpart
- DISKPART > list disk
- DISKPART > select disk # '#' is the USB disk number found above *
- DISKPART > clean erase disk
- DISKPART > create partition primary
- DISKPART > list volume
- DISKPART > select partition 1 There should only be one partition.
- DISKPART > active make partition bootable
- DISKPART > format fs=fat32 label=”CS1000BOOT”
- DISKPART > assign letter=x assign 'x' as the drive letter for the USB drive.
- DISKPART > list volume verify drive letter, label and file system. Look for the volume with an ‘*’
- DISKPART > exit
- C:\WINDOWS\system32> cd c:\path\to\cs1000-linuxbase-7.65.16.00_cf\utilities
- C:\path\to\cs1000-linuxbase-7.65.16.00_cf\utilities> syslinux -ma x:
'x:' is the USB drive letter. Don’t forget the ‘:’ - C:\path\to\cs1000-linuxbase-7.65.16.00_cf\utilities> cd ..
- C:\path\to\cs1000-linuxbase-7.65.16.00_cf> xcopy .\*.* x:\ /e /f
copy all files and directories to USB drive - C:\path\to\cs1000-linuxbase-7.65.16.00_cf\utilities> x:
- X:\> ren syslinux.cfg original_syslinux.cfg
- X:\> ren usb_syslinux.cfg syslinux.cfg
This step is important: the ‘usb_syslinux.cfg’ file must be renamed ‘syslinux.cfg’ in order for the CS 1000 Linux Base system Installer to run when the system boots. Since a ‘syslinux.cfg’ file already exists, rename it ‘original_syslinux.cfg’ rather than overwrite or delete it. - Done! Miller Time.