bin 파일을 다음에서 변환하고 싶습니다.소스 위조나는 전화를 시도했습니다 :
bchunk chromiumos_image.bin chromiumos_image.cue chromiumos_image.iso
하지만 오류가 발생했습니다.
Could not open BIN chromiumos_image.bin: Value too large for defined data type
나는 또한 다음을 시도했습니다.
iat chromiumos_image.bin chromiumos_image.iso
하지만 오류가 발생했습니다.
Image is broken
This image is not CD IMAGE
파일 명령은 다음과 같이 말합니다.
chromiumos_image.bin: DOS/MBR boot sector; partition 1 : ID=0xee,
start-CHS (0x0,0,2), end-CHS (0x3ff,255,63), startsector 1, 5058495 sectors
VirtualBox에서 실행할 수 있도록 iso로 변환하려면 어떻게 해야 합니까?
답변1
다음 콘텐츠로 chromiumos_image.cue 파일을 만듭니다.
FILE ”chromiumos_image.bin” BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
그리고 당신은 실행
bchunk chromiumos_image.bin chromiumos_image.cue chromiumos_image.iso