zip(ISO以外)を使用してClonezillaを使用して起動可能なUSBスティックを手動で作成するには?

zip(ISO以外)を使用してClonezillaを使用して起動可能なUSBスティックを手動で作成するには?

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

ベストアンサー1

おすすめ記事