-
Gecko Linux based on 42.2 kde desktop : This version boots but needed software is no longer available & even if it was it would do no good since usb live has no persistance between boots and install only works to EFI not UEFI as needed.
-
Gecko-linux based on 42.3 kde desktop : This version comes up with grub basic bash editor and can’t go further due to missing kernel and config files.
-
Gecko linux based on leap 15.0 plasma static : This version does not even show in list of alternate bios boot menu. Inspection shows it as iso9660 type with fat32 file system and contains 3 files bootefi, squashfs, and another that slips my mind. Neither of the other 2 can be inspected using dolphin.
All 3 were created from downloaded iso image and written to the flash using “dd if=<iso image file> of=dev/sdb1 bs=1MB” as root
What I am trying to accomplish is a live gecko-linux session with persistent storage which I can test out on my machine for the following features:
- Internet
- vnc as server using krfb
- Configure cups for an hp-oj5740 via wifi
- Caps & Num state widget
- ability to mount partitions of a real harddisk so data can be backed up prior to initiating repairs to a damaged ext4 partition. Note data needing back-up is on ntfs partitions.
Once I can successfully satisfy the above I should be able to copy the whole thing to another flash drive and send to person I am trying to help 3000 miles away. She can then insert the flashdrive and boot to it .
As I understand from the documentation during grub boot of either gecko-42.3 or gecko-15.0 you can enter boot params at the bottom to say:
gecko-hybridpersistance = yes and the remaining space on the flashdrive will convert to btrfs partition. Thusly, gecko linux uses 1GB of an 8GB flash so sdb2 becomes 7GB btrfs. In order to use the 7GB for persistent storage you need to reformat sdb2 as ext4 and your good to go.
Does any of this make sense andmay I please have some help here.