title True Image Boot 2013 ( for Win8 )
fallback 6
find --set-root /Images/TrueImageBoot2013.iso
map /Images/TrueImageBoot2013.iso (0xff) || map --mem /Images/TrueImageBoot2013.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
그러나 TrueImageBoot 2016 버전은
Error 60: File for drive emulation must be in one contiguous disk area
에러가 나오는등의 문제가 유발되어 부팅이 안되게 되는데,
기술문서를 뒤져본 결과 아래와 같이 수정해야 제대로 부팅이 되게 된다.
title True Image Boot 2016 ( for Win10 )
faoobaci 10
find --set-root --ignore-floppies --ignore-cd /Images/TrueImageBoot2016.iso
map --mem --heads=0 --sectors-per-track=0 /Images/TrueImageBoot2016.iso (hd32)
map --hook
chainloader (hd32)
savedefault --wait=2
위와같이 --mem 옵션을 붙여야 해결이 되는데, 이로 인해 메모리에 이미지를 싣느라 시간이 다소 소요된다. ( 만약, --mem 옵션없이 부팅이 가능하다 하여도 TrueImageBoot2016프로그램이 용량이 크므로 비슷한 시간이 소요되게 된다. )
댓글 없음:
댓글 쓰기