You've already forked osfv-test-data
mirror of
https://github.com/Dasharo/osfv-test-data.git
synced 2026-03-06 15:04:05 -08:00
950 B
950 B
BAD_INFLUE - Secure Boot test image
sb_test_data.img features:
- Single FAT32 partition, labeled BAD_INFLUE, on MBR disk image
- Contains files from
../hello-dasharo/distdirectory - Can be safely transferred with dd command to USB stick
How to generate image:
- Go to
../hello-dasharo/directory. - Refer to
README.mdfile located there on how to prepare contents oddist/sub-directory. - Go back here -
secure-boot/ - Run
create_img.sh, observe the output, especially list of files transferred to the image. - Script execution should finish with
Image creation and setup completed successfully.
How to transfer image to USB stick:
- Use
lsblkcommand to identify target USB stick device node and any active mount points. - Use
sudo dd if=./sb_test_data.img of=/dev/X bs=1M status=progresswhere X is identified target device node. - Use
synccommand to finalize write operations before stick removal.