Hi,
I'm trying to install EasyOS again, now the 5.6.4 version.
As per the other thread, I didn't find the information provided to me at https://easyos.org/, namely, that the EasyOS usb image should be copied to a usb stick of at least 16GB of capacity.
I think that this information should be clear and easily found on the installation part of the site.
In the web page referring to the frugal installation, at https://easyos.org/install/easy-frugal- ... ation.html, it is said the three files should be copied to a ext4 partition.
The first option consists of opening the .img file for EasyOS. Well, if we are booting from the usb stick there's no access to the .img file, but only to the result of copying it to the stick.
A second option is mentioned:
You have got access to those three files, either by opening up the image-file or by writing the image-file to a USB-stick. The image-file consists of two partitions, like this:
Secondly, the ext4 partition:
To install EasyOS to the ext4 partition on the computer internal drive, copy those three files 'vmlinuz', 'initrd' and 'easy.sfs' across.
I open my sdb2 partition from the usb stick and only find initrd and vmlinuz, besided file directories: containers, data, files, releases, sfs.
The tutorial fails to mention where is the easy.sfs file. Should it be at the root like initrd and vmlinuz?
I try to find it using the right-click in the window where those files are, then Next Click, Find.
Nothing shows up, i.e., no dialog window.
So, I have to start a terminal at that sda5 partition.
The very common 'll' alias for 'ls -l' doesn't work. Could it be added?
# find . -name easy.sfs
./releases/easy-5.6.4/easy.sfs
So, I go to ./releases/easy-5.6.4 and find out that the file is a symlink.
easy.sfs -> ../../sfs/easyos/oe/kirkstone/easy_5.6.4_amd64.sfs
Now, I have to go find that file, copy it to sda5 and rename it. The help webpage doesn't seem to mention this.
Any newbie would find this a challenge, any person not used to Linux or any Unix like OS, would have left EasyOS by now.
The Limine installer has detected the EasyOS files successfuly, let's see if I can boot this system from the SSD this time.
The help page is missing the steps I mentioned.