Hello.
I'm experimenting a little bit bedrock linux on the linuxulator of FreeBSD 13.1. What's bedrock linux ? This :
https://bedrocklinux.org/1.0beta1/install.html#src-fuse
I want to try to install a linux distro inside of an ubuntu chroot,hoping that bedrock will improve the linux experience offered by the linux emulator. Am I dreaming ? For sure. So,this is what I tried to do :
but the error is not gone away.
I'm experimenting a little bit bedrock linux on the linuxulator of FreeBSD 13.1. What's bedrock linux ? This :
https://bedrocklinux.org/1.0beta1/install.html#src-fuse
I want to try to install a linux distro inside of an ubuntu chroot,hoping that bedrock will improve the linux experience offered by the linux emulator. Am I dreaming ? For sure. So,this is what I tried to do :
Code:
/usr/sbin/chroot /compat/focal /bin/bash (here I'm on the host os - FreeBSD 13.1)
root@marietto:/home/zio# ./bedrock-linux-0.7.28-x86_64.sh --hijack
(here I'm inside the linuxulator chroot which run on ubuntu).
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Continuing will: *
* - Move the existing install to a temporary location *
* - Install Bedrock Linux on the root of the filesystem *
* - Add the previous install as a new Bedrock Linux stratum *
* *
* YOU ARE ABOUT TO REPLACE YOUR EXISTING LINUX INSTALL WITH A *
* BEDROCK LINUX INSTALL! THIS IS NOT INTENDED TO BE REVERSIBLE! *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Please type "Not reversible!" without quotes at the prompt to continue:
> Not reversible!
__ __ __
\ \_________\ \____________\ \___
\ _ \ _\ _ \ _\ __ \ __\ /
\___/\__/\__/ \_\ \___/\__/\_\_\
Bedrock Linux 0.7.28 Poki
[1/6 ( 16%)] Performing sanity checks
ERROR: /proc/filesystems does not contain "fuse". FUSE is required for Bedrock Linux to operate. Install the module fuse kernel module and try again.
This is where I am :
root@marietto:/home/zio# uname -a
Linux marietto 3.17.0 FreeBSD 13.1-RELEASE n250232-e981f9a8e335 GENERIC x86_64 x86_64 x86_64 GNU/Linux
So,the problem now is : how to install the fuse kernel module on top of the kernel 3.17.0. Is that doable ? I've already tried to install libfuse in this way :
sudo apt-get install libfuse-dev
but the error is not gone away.