You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
I knew something would be broken, and that appears to be the installer. As soon as I'm done investigating the x32 problem with booting, I'll check on this.
EDIT 1: Here's the problem, extlinux: not found but that can't be because I see it in both the /sbin directory and in the build files, maybe something happened in building stage?
EDIT 2: Looking back at my code, I implemeted something to deal with extlinux being 32-bit on a 64-bit Operating System, however the library files required for installation can't be found: cp: cannot stat ‘/lib/ld-linux.so.2’: No such file or directory cp: cannot stat ‘/lib/i386-linux-gnu/libc.so.6’: No such file or directory
I highly dought this is a problem at all, as I am running Ubuntu ontop the Windows Subsystem for Linux, and due to it being booted by Windows, doesn't contain x32 bit files nor syslinux bootloader files. I will further experiment in a virtual machine of Ubuntu 14.04.
I knew something would be broken, and that appears to be the installer. As soon as I'm done investigating the x32 problem with booting, I'll check on this.
EDIT 1: Here's the problem,
extlinux: not foundbut that can't be because I see it in both the /sbin directory and in the build files, maybe something happened in building stage?EDIT 2: Looking back at my code, I implemeted something to deal with
extlinuxbeing 32-bit on a 64-bit Operating System, however the library files required for installation can't be found:cp: cannot stat ‘/lib/ld-linux.so.2’: No such file or directorycp: cannot stat ‘/lib/i386-linux-gnu/libc.so.6’: No such file or directoryI highly dought this is a problem at all, as I am running Ubuntu ontop the Windows Subsystem for Linux, and due to it being booted by Windows, doesn't contain x32 bit files nor syslinux bootloader files. I will further experiment in a virtual machine of Ubuntu 14.04.