Thank you, but you have too high of an opinion about my Linux knowledge! :)
1) I formatted the USB to Fat32 and extracted the downloaded archive "3.16.55-pae.zip" onto it.
2) I booted from the "slitaz-rolling-core64.iso" image and mounted the USB to /mnt.
3) I executed the following commands:
tazpkg -i /path/to/3.16.55-pae/linux-3.16.55.tazpkg --forced
tazpkg -b linux
tazusb writefs lzma rootfs.gz
see screens...
and about this:
Modify the (or create a new) entry in the GRUB2 menu as this:
menuentry "SliTaz Rolling - Console" {
set root=(hd0,gpt5)
linux /boot/vmlinuz-3.16.55-slitaz
initrd /boot/rootfs.gz
}
Question: To complete this step, should the created files be copied with replacement into the "slitaz-rolling-core64.iso" ISO image or directly injected into Grub2?
"I tried doing it that way, but it doesn't work! It gives me the following error message:" server not specified...