1)
Create a Bootable USB
2)
Run following command and find USB device
#sudo fdisk -l
3)
Then, Boot from USB using qemu-system-x86_64
#sudo qemu-system-x86_64 -machine accel=kvm:tcg -m 512 -hda /dev/sdc
Here "/dev/sdc" is the usb device
Create a Bootable USB
2)
Run following command and find USB device
#sudo fdisk -l
3)
Then, Boot from USB using qemu-system-x86_64
#sudo qemu-system-x86_64 -machine accel=kvm:tcg -m 512 -hda /dev/sdc
Here "/dev/sdc" is the usb device
No comments:
Post a Comment