crowdstrike-fix Code
Brought to you by:
hirushaadi
| File | Date | Author | Commit |
|---|---|---|---|
| archiso | 2024-07-19 |
|
[f837a1] add startup message and wait before shutting down |
| LICENSE | 2024-07-19 |
|
[d19e3e] add license |
| README.md | 2024-07-19 |
|
[93ea6f] Update README.md |
| fix.sh | 2024-07-19 |
|
[dfa162] update file |
To fix the issue that arose in 7/19/2024. The fix is based on this reddit post.
This will not work if the volume in which the Windows installation exists is encrypted with BitLocker.
1.1GB.# get the script
wget https://raw.githubusercontent.com/hirusha-adi/crowdstrike-fix/main/fix.sh
# make it executable
chmod +x fix.sh
# run the script
./fix.sh
airootfs/root/.zloginairootfs/root/fix.shWindows\System32\drivers\CrowdStrike directory exists,“C-00000291*.sys” and delete them.airootfs/etc/motdThe image is based on archiso and you must use either Arch Linux or another distribution based on it (eg: EndeavourOS) to build the iso.
The template is copied from /usr/share/archiso/configs/releng/* following the official documentation of archiso
# switch the user to root
su
# install build dependencies
pacman -S archiso
# go to files
cd ./archiso
# build the image with more verbosity
mkarchiso -v .
# work folder: ./work/
# output folder: ./out/
# after copying the output image, delete the files
rm -rf ./work
rm -rf ./out
/archiso/out/ directory