Код: Выделить всё
$ sudo parted -ls
Warning: Not all of the space available to /dev/sdb appears to be used, you can fix the GPT to use all of the space (an extra 52137836 blocks) or continue with the current setting?
Model: VendorCo ProductCode (scsi)
Disk /dev/sdb: 31.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 32.8kB 4757MB 4757MB ISO9660 hidden, msftdata
2 4757MB 4762MB 5157kB Appended2 boot, esp
3 4762MB 4763MB 307kB Gap1 hidden, msftdata
...
< /code>
Тогда я хочу загрузить этот USB -большой палец в Qemu (sudo apt install qemu-system-x86
Код: Выделить всё
$ sudo qemu-system-x86_64 -enable-kvm -m 1024 -drive file=/dev/sdb
WARNING: Image format was not specified for '/dev/sdb' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
< /code>
... В то время как в окне Qemu я сначала получаю меню Grub, затем нажимаю «Попробуйте или установите там Ubuntu», которое вскоре завершается: < /p>
Подробнее здесь: [url]https://stackoverflow.com/questions/79567937/qemu-usb-thumbdrive-boot-kernel-panic-not-syncing-no-working-init-found[/url]