Clonezilla를 사용하여 부팅 가능한 USB 스틱을 만들고 싶습니다. 사용할 내용을 편집하겠습니다.사전 시딩기능이 있어서 스틱에 있는 파일을 편집할 수 있기를 원합니다. 이전에는 동일한 스틱에 Clonezilla ISO를 인쇄했는데 제대로 작동했지만 이제는 다음 지침을 따릅니다.
https://clonezilla.org/liveusb.php 부분:GNU/Linux 방법 A: 수동으로
한 번은 gdisk
스틱을 덮는 파티션을 만들고 이를 8300 Linux filesystem
.
mkfs.vfat -F 32 /dev/sdc1
제안대로.
그런 다음 파일을 추출합니다. GPT 파티션은 이렇게 되어야 한다고 생각했는데 작동하지 않아서 makeboot.sh
다음 지침도 실행했습니다.
The partition table of /dev/sdc is not for MBR (Master Boot Record). Its layout is:
Model: General USB Flash Disk (scsi)
Disk /dev/sdc: 4009MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 4009MB 4008MB fat32 Linux filesystem legacy_boot
This program is for making a bootable disk with MBR partition table.
For GPT disk, there is no need to run this program. Just make sure the partition is
FAT32 with ID=ef00 and all the files are copied on that. That's all.
Program terminated!
그래도 스틱이 시작되지 않았습니다. 이라는 메시지를 받았기 때문에 BIOS가 이를 조사하고 있다는 것을 알고 있습니다 This disk is not bootable
.
무엇인가요 ID=ef00
?
USB를 부팅 가능하게 만들려면 무엇이 빠졌습니까?
추가 정보:
$ ls -a
. .. amd64-release.txt boot Clonezilla-Live-Version
.disk EFI GPL home live syslinux utils