1. Download ISO and mount it (assume, it is /mnt)
2. cd /compat
3. unsquashfs -d linux /mnt/ubuntu/casper/filesystem.squashfs Take squash utils here sysutils/squashfs-tools
4. Chroot to /compat/linux and chmod -R u+rwX /bin /sbin /lib /usr/bin /usr/sbin /usr/lib
5. Delete /compat/linux/etc/passwd
root@komputer:~ # brandelf -t Linux /compat/linux/bin/static-sh
root@komputer:~ # /compat/linux/bin/static-sh
ELF binary type "3" not known.
So why it not working?Added support for x86_64
I was compiled from source from this. https://svnweb.freebsd.org/base/user/dchagin/lemul/
This is current verion of Linux Compatibility Layer based on HEAD from a two-months old revision.
first of all, lemul merged to HEAD, so please checkout it
then
Code:cd /sys/modules/linux64 make depend && make sudo make install clean cleandepend sudo kldload linux64