Page 2 of 2
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Sat Jul 02, 2022 10:15 am
by BarryK
tom22251 wrote: Fri Jul 01, 2022 2:19 pm
Thank You Barry!!!
My drive is one partition only with ext2,
one boot folder with Limine bootloader,
and one folder for each EasyOS with
vmlinuz, initrd, and easy.sfs respectively:
boot
E345 (EasyOS-3.5.6)
E4 (EasyOS-4.0)
E422 (EasyOS-4.2.2)
usb18.png
So how about introducing one more line
in the limine.cfg file:
KERNEL_PATH=boot:///E422/vmlinuz
MODULE_PATH=boot:///E422/initrd
BASESFS_PATH=boot:///E422/easy.sfs
KERNEL_CMDLINE=initrd=initrd rw wkg_dev=zram0 wkg_dir=easyos/
from Limine:
pic24.png
This way init script needs just one more variable "BASESFS_PATH"
or something similar.
I like the experimental side of EasyOS, and I try to do
my part in it too. I understand that if there are no more
BOOT_* variables in initrd's init script, then my easy.sfs
can not be found.
You have these lines in the new easy-update script:
pic25.png
The confusion comes perhaps from the fact that
I'm not copying the img file to the drive, but manually
each component to respective folders.
And as I mentioned in the previous post, if I use an init script
from an older EasyOS wich still has a BOOT_SPECS file, with the
new parametres of course, than it boots perfectly.
Thank You again,
Tom.
I could probably introduce a new kernel commandline parameter to do what "EASYOSZRAM" did before.
Will put that onto the to-do list. You might have to remind me later, as the to-do list has grown rather large, and some things might get forgotten.
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Sat Jul 02, 2022 10:27 am
by BarryK
kinoe wrote: Sat Jul 02, 2022 6:19 am
After various tries with settings during installation process i finally got version 4.2.2 running.
Nevertheless I'm curious how to install missing firmware rtw_8821ce ???
There is firmware at /lib/firmware/rtw88
If the firmware you need isn't there, you will have to search online to find it.
Does dmesg tell you what firmware is missing?
# dmesg | grep -i firmware
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Sat Jul 02, 2022 9:56 pm
by kinoe
Code: Select all
# dmesg | grep -i firmware
[ 0.209438] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 27.809964] bluetooth hci0: Direct firmware load for rtl_bt/rtl8821c_fw.bin failed with error -2
[ 27.809971] Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8821c_fw.bin not found
[ 27.810214] rtw_8821ce 0000:02:00.0: Firmware version 24.8.0, H2C version 12
[ 28.113497] [drm] Found VCN firmware Version ENC: 1.13 DEC: 2 VEP: 0 Revision: 2
[ 28.113540] amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
[ 30.811383] bluetooth hci0: Direct firmware load for rtl_bt/rtl8821c_fw.bin failed with error -2
[ 30.811387] Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8821c_fw.bin not found
[ 42.760909] rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
[ 43.907068] rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
[ 78.840350] rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
[ 82.680923] rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Sun Jul 03, 2022 12:08 am
by williwaw
BarryK wrote: Sat Jul 02, 2022 10:15 am
I could probably introduce a new kernel commandline parameter to do what "EASYOSZRAM" did before.
Will put that onto the to-do list. You might have to remind me later, as the to-do list has grown rather large, and some things might get forgotten.
Barry,
with all the changes recently, and the rewrites of documentation underway at the blog....
would you consider consolidating to a single page, the various kernel command line parameters that are supported?
tx
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Sun Jul 03, 2022 1:02 am
by BarryK
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Sun Jul 03, 2022 1:40 am
by Tenoch
My setup is an old Dell laptop with an external monitor connected via an HDMI cable.
Dunfell does not remember my zarfy configuration which is to use external monitor only, I do save the session. Also, since the laptop boots using both, the laptop small monitor and the external monitor, when selecting to use only the external monitor, drive icons, jwm tray and wallpaper don't update to the bigger monitor sizes, I mention these aspects because fossa64 does all these things.
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Sun Jul 03, 2022 10:56 am
by BarryK
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Tue Jul 05, 2022 5:10 am
by kinoe
Update to 4.2.3 went smoothly! Thank you Barry!
Themes in firefox & firefox in container don't persist after a reboot, whereas addons and boookmarks do.
Those installed and activated themes don't even seem to be downloaded after a reboot!?
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Tue Jul 05, 2022 6:58 am
by BarryK
kinoe wrote: Tue Jul 05, 2022 5:10 am
Update to 4.2.3 went smoothly! Thank you Barry!
Themes in firefox & firefox in container don't persist after a reboot, whereas addons and boookmarks do.
Those installed and activated themes don't even seem to be downloaded after a reboot!?
When you install a package via the package manager, you would have to save the session at shutdown, otherwise it will be gone.
Everything happens in RAM only, including installation of packages.
Re: EasyOS Dunfell-series version 4.2.2 released
Posted: Wed Jul 06, 2022 5:18 am
by kinoe
When you install a package via the package manager, you would have to save the session at shutdown, otherwise it will be gone.
Everything happens in RAM only, including installation of packages.
Sure, but without manually saving the session all installed/activated themes in firefox disappeared, so far so good. But why installed addons and even bookmarks and history did persist without saving the session as they did here several times?