Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: rufi on December 04, 2014, 12:07:47 AM
-
I think it's a good idea to use 64bit TinyCore+KVM+QEMU as a virtualization platform.
Then we can store lots of ISO files in USB disk and boot these LiveCDs through VM.
Thanks.
-
The more interesting thing is that we can do PassThrough in QEMU to let VM use physical hardwares, which opens a lot more possibilities.
As such we need the lspci command to list PCI addresses, it was added to BusyBox 1.16.0, don't know why TinyCore doesn't have this command.
-
Hi rufi
lspci is in pci-utils.tcz
-
As such we need the lspci command to list PCI addresses, it was added to BusyBox 1.16.0, don't know why TinyCore doesn't have this command.
Most users need PCI names, not addresses, and the ID database is big.
-
Hi rufi
lspci is in pci-utils.tcz
Thanks, I can run lspci now.
-
Followed steps on this page: http://www.linux-kvm.org/page/How_to_assign_devices_with_VT-d_in_KVM
Failed at:
echo "8086 10b9" > /sys/bus/pci/drivers/pci-stub/new_id
Says Permission Denied even with sudo.