Using the USB3 stick to install K18.04LTS, while formatting I got the following instruction and do not know how to perform the task, " org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/share/usb-creator/usb-creator-helper", line 237, in Format
part.call_set_type_sync('0x0c', no_options, None)
gi._glib.GError: GDBus.Errorrg.freedesktop.UDisks2.Error.Failed: Error setting partition flags on /dev/sdf2: Command-line `sfdisk --change-id "/dev/sdf" 2 0x0c' exited with non-zero exit status 1:
WARNING: GPT (GUID Partition Table) detected on '/dev/sdf'! The util sfdisk doesn't support GPT. Use GNU Parted.
Use the --force flag to overrule this check.
how do I apply this command? Shab
File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/share/usb-creator/usb-creator-helper", line 237, in Format
part.call_set_type_sync('0x0c', no_options, None)
gi._glib.GError: GDBus.Errorrg.freedesktop.UDisks2.Error.Failed: Error setting partition flags on /dev/sdf2: Command-line `sfdisk --change-id "/dev/sdf" 2 0x0c' exited with non-zero exit status 1:
WARNING: GPT (GUID Partition Table) detected on '/dev/sdf'! The util sfdisk doesn't support GPT. Use GNU Parted.
Use the --force flag to overrule this check.
how do I apply this command? Shab
Comment