kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.1k stars 364 forks source link

Error KCHIMG0001E while creating template: "physical block size is 2048 bytes, but Linux says it is 512 bytes." #1210

Closed wlcx closed 6 years ago

wlcx commented 6 years ago

OS: Ubuntu 17.10 Wok/Kimchi: 2.5.0-0

Get the following error while trying to create a template from an Ubuntu Server 17.10 ISO. Have tried specifying path of ISO, as well as using the scanned/correctly detected ubuntu option.

KCHTMPL0020E: Unable to create template due error: KCHIMG0001E: Error probing image OS information: part_list: parted print: /dev/sda: Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes.

Seems to be similar to #1157

wlcx commented 6 years ago

Apologies, noticed the fix in #1157 has not yet hit stable. Tried patch, resolves issue. I'm an idiot.