Tiny Core Base > TCB Bugs

CorePure64 v17 networking issues

<< < (3/4) > >>

Juanito:
It's not that difficult - maybe you could give it a go  :)


--- Code: ---tce-load -i compiletc ncursesw-dev elfutils-dev perl5 bc
wget http://tinycorelinux.net/17.x/x86_64/release/src/kernel/linux-6.18.2-patched.tar.xz
wget http://tinycorelinux.net/17.x/x86_64/release/src/kernel/config-6.18.2-tinycore64
tar xf linux-6.18.2-patched.tar.xz
cd linux-6.18.2
make mrproper
cp ../config-6.18.2-tinycore64 .config
make oldconfig
make menuconfig [set the HyperV modules you require to enabled ("m")]
make bzImage
make modules

--- End code ---

Once done you would need to boot from the bzImage produced and copy the new HyperV modules and make an extension of them.

Juanito:
I gave it a go, see: http://tinycorelinux.net/17.x/x86_64/tcz/src/hypervisor/

Boot bzImage rather than vmlinuz64 and load hypervisor-6.18.2-tinycore64.tcz

This is not tested and might not work..


--- Code: ---grep HYPERV /usr/src/linux-6.18.2/.config
CONFIG_HYPERVISOR_GUEST=y
# CONFIG_KVM_HYPERV is not set
CONFIG_HYPERV_VSOCKETS=m
CONFIG_PCI_HYPERV=m
CONFIG_PCI_HYPERV_INTERFACE=m
CONFIG_SYS_HYPERVISOR=y
CONFIG_HYPERV_STORAGE=m
CONFIG_HYPERV_NET=m
CONFIG_HYPERV_KEYBOARD=m
# CONFIG_DRM_HYPERV is not set
CONFIG_FB_HYPERV=m
CONFIG_HID_HYPERV_MOUSE=m
CONFIG_HYPERV=y
# CONFIG_HYPERV_VTL_MODE is not set
CONFIG_HYPERV_TIMER=y
CONFIG_HYPERV_UTILS=m
CONFIG_HYPERV_BALLOON=m
CONFIG_HYPERV_VMBUS=m
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_HYPERV_IOMMU=y
# CONFIG_HYPERV_TESTING is not set

--- End code ---

neonix:
I tried microcore and tinycore 17.x86_64 run in qemu-system-x86_64 and network doesn't works. I tried 5 times with pendrive or iso file. I also noticed that udev shows weird errors.

Juanito:
I just tried this:
--- Code: ---sudo modprobe kvm-intel
qemu-img create -f qcow2 vdisk.img 2G
Formatting 'vdisk.img', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=2147483648 lazy_refcounts=off refcount_bits=16
qemu-system-x86_64 -enable-kvm -hda vdisk.img -m 2G -cdrom /home/tc/Downloads/*.iso -boot d
--- End code ---

..and from inside the vm "wget repo.tinycorelinux.net/17.x/x86_64/release/CorePure64-17.0.iso" works.

neonix:
I don't tried with kvm acceleration becouse when I install qemu in TC17.x86-64 the default extension is kvm-6.1.2-tinycore.tcz not kvm-6.1.2-tinycore64.tcz.

I recommend remove kvm-6.1.2-tinycore.tcz from qemu.tcz.dep file in TC17.x86-64.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version