자동 및 무인 Clonezilla 복구 드라이브 실행 문제

자동 및 무인 Clonezilla 복구 드라이브 실행 문제

Clonezilla를 통해 자동화된 무인 복구를 실행하려고 하면 다음 오류가 반환됩니다.

Now run "ocs_prerun": mount /dev/sdb2 /mnt...
Mount: /mnt: special device /dev/sdb2 does not exist.
Failed to run: mount /dev/sdb2 /mnt
Press "Enter" to continue......

그런 다음 Enter 키를 누르면 다음 오류가 나타납니다.

The directory for this inputted image name does NOT exist: /home/partimag/Amentum_04_21_2022
Program Terminated!!!!
"ocs-sr -kl -e1 auto -e2 -batch -r -j2 -scr -p reboot restoredisk Amentum_04_21_2022 sda" finished with error!

다음은 실행 전 syslinux.cfg 항목입니다.

label Amentum_04_21_2022
  MENU DEFAULT
  # MENU HIDE
  MENU LABEL Amentum_04_21_2022
  # MENU PASSWD
  kernel /live/vmlinuz
  append initrd=/live/initrd.img boot=live union=overlay username=user config components quiet noswap edd=on nomodeset noeject locales=en_US.UTF-8 keyboard-layouts=NONE ocs_prerun="mount /dev/sdb2 /mnt" ocs_prerun1="mount --bind /mnt /home/partimag" ocs_live_run="ocs-sr -k1 -e1 auto -e2 -batch -r -j2 -scr -p reboot restoredisk Amentum_04_21_2022 sda" ocs_live_extra_param="" ocs_live_batch="no" vga=791 ip= net.ifnames=0  splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
  TEXT HELP
  VGA mode 1024x768. OK for most of VGA cards.
  ENDTEXT

가끔씩 이렇게 드라이브를 준비하기 때문에 왜 이런 일이 발생하는지 잘 모르겠지만 뭔가 빠진 것 같은 느낌이 듭니다.

Windows의 파일 탐색기에서 볼 때 나타나는 방식입니다. 동일한 USB 드라이브에 파티션이 두 개뿐입니다.

여기에 이미지 설명을 입력하세요.

CZ(D:)는 sdb1이 되고 image(E:)는 sdb2가 되겠죠? 이것이 제가 grub.cfg 및 syslinux.cfg 파일에 넣은 내용인데 sdb2가 존재하지 않는다고 알려줍니다. 누구든지 아이디어가 있나요?

미리 감사드립니다!

관련 정보