Posted: Tue 10 Oct 2017, 19:22
ally, thanks again, but: "download error" !
My bad machine...
READ-ONLY Archive
https://oldforum.puppylinux.com/
Code: Select all
wget http://archive.org/download/Puppy_Linux_Devx/devx-8.3-xerus64.pet
Ok, done. Will be in 0.6.BarryK wrote:You mean, so that nothing at all gets saved? So, you will bootup each time a pristine system.belham2 wrote:Barry or all,
Can anyone answer the question posted here?
http://murga-linux.com/puppy/viewtopic. ... &start=225
Also, a very crazy question: excluding 'frugal' installing Easy, which I've given up upon because of Container issues, is it possible (if you've fully installed Easy to a USB thumbdrive) to then run Easy (from that thumbdriv) completely in RAM? Say, using the grub4dos entry of "pfix=ram"? Or is running fully in RAM not possible given how Easy is structured and such?
Thank you for any help/answers.
Easy has a read-write layer which is a folder in the working partition (see /mnt/wkg/.session), so everything is automatically saved.
However, you can wipe it at every bootup, with the boot parameter "qfix=bak".
That will give you the same effect as running totally in RAM.
Actually, it is on my to-do list for 0.6, to tweak that "qfix=bak" a bit.
So that it doesn't roll right back to a first-bootup situation, but to last saved session.
In other words, setup your internet etc, save the session, then if you have "qfix=bak" it will just roll back to that saved session.
So, almost-pristine, but with your basic configurations so don't have to setup Internet etc at every bootup.
I have added that keyboard issue to the to-do list.lp-dolittle wrote:thank you Mr. Kauler for the Easy OS 0.5 release
running it from a pen drive on a Dell Latitude E6500 laptop (4GB RAM; Intel graphics chip), I'm impressed with the improvements since Easy OS-version 0.2, yet the previously reported keyboard setting issue is still present. The Swiss German layout only can be chosen via the XKB configuration manager, and is spontaneously reset after each restart of X. Remarkably, the setting only works if the choice 'ch Switzerland' is confirmed at least twice!! The same issue is present in Quirky Xerus64 8.3 final.
Furthermore, I notice ongoing frequent intermittent flickering of the pen drive even if Easy OS 0.5 actually is 'idle', i.e. if I'm not running a specific program. What about this pen drive activity; the drive was prepared according to the new EasyDD-instructions? Does it indicate, that Easy OS preferably should be installed on an internal hard drive? Does this permanent activity affect the pen drives durability?
kind regards
Ah, great, thanks for going to that trouble, to track that one down.don570 wrote:I tracked down the spelling error 'Filsystem check'
The reason why Barry couldn't see the problem was because he uses UEFI computers now.
I use an older IBM computer that uses syslinux and the text is
located in syslinux.cfg .
A simple change should be all that is needed.
Here's the old version....Code: Select all
ui menu.c32 menu title Easy OS default normal timeout 100 label normal menu label Normal startup kernel vmlinuz append initrd=initrd.q rw label fsck menu label Filsystem check kernel vmlinuz append initrd=initrd.q rw qfix=fsck label nox menu label Commandline only, do not start X kernel vmlinuz append initrd=initrd.q rw qfix=nox label bak menu label Rollback (delete read-write layer) kernel vmlinuz append initrd=initrd.q rw qfix=bak
BarryK wrote:Ok, done. Will be in 0.6.BarryK wrote:You mean, so that nothing at all gets saved? So, you will bootup each time a pristine system.belham2 wrote:Barry or all,
Can anyone answer the question posted here?
http://murga-linux.com/puppy/viewtopic. ... &start=225
Also, a very crazy question: excluding 'frugal' installing Easy, which I've given up upon because of Container issues, is it possible (if you've fully installed Easy to a USB thumbdrive) to then run Easy (from that thumbdriv) completely in RAM? Say, using the grub4dos entry of "pfix=ram"? Or is running fully in RAM not possible given how Easy is structured and such?
Thank you for any help/answers.
Easy has a read-write layer which is a folder in the working partition (see /mnt/wkg/.session), so everything is automatically saved.
However, you can wipe it at every bootup, with the boot parameter "qfix=bak".
That will give you the same effect as running totally in RAM.
Actually, it is on my to-do list for 0.6, to tweak that "qfix=bak" a bit.
So that it doesn't roll right back to a first-bootup situation, but to last saved session.
In other words, setup your internet etc, save the session, then if you have "qfix=bak" it will just roll back to that saved session.
So, almost-pristine, but with your basic configurations so don't have to setup Internet etc at every bootup.
If you setup Internet, etc., then go to menu:
Filesystem -> Easy Version Control
and save the session.
Edit syslinux.conf (or refind.conf in upcoming 0.6) to have the boot parameter "qfix=bak", and that's it, a clean system at every bootup.
belham2 wrote:BarryK wrote:Ok, done. Will be in 0.6.BarryK wrote: You mean, so that nothing at all gets saved? So, you will bootup each time a pristine system.
Easy has a read-write layer which is a folder in the working partition (see /mnt/wkg/.session), so everything is automatically saved.
However, you can wipe it at every bootup, with the boot parameter "qfix=bak".
That will give you the same effect as running totally in RAM.
Actually, it is on my to-do list for 0.6, to tweak that "qfix=bak" a bit.
So that it doesn't roll right back to a first-bootup situation, but to last saved session.
In other words, setup your internet etc, save the session, then if you have "qfix=bak" it will just roll back to that saved session.
So, almost-pristine, but with your basic configurations so don't have to setup Internet etc at every bootup.
If you setup Internet, etc., then go to menu:
Filesystem -> Easy Version Control
and save the session.
Edit syslinux.conf (or refind.conf in upcoming 0.6) to have the boot parameter "qfix=bak", and that's it, a clean system at every bootup.
Gracias, Barry! This actually moves Easy up to another notch in the 'wowzers' department, if you ask me
Hi lp-dolittle,lp-dolittle wrote:again @ belham2
sorry for again interfering and possibly confusing!
Do you perhaps 'wrongly' expect your SD-card could work like an Easy OS iso live CD after choosing the qfix=bak option
kind regards
Regarding your later posts, you are confused because you are not reading my posts properly. or rather, misunderstanding the words "same effect as". It needs to be understood in context with the text that I made bold (see above).belham2 wrote:BarryK wrote:Ok, done. Will be in 0.6.BarryK wrote: You mean, so that nothing at all gets saved? So, you will bootup each time a pristine system.
Easy has a read-write layer which is a folder in the working partition (see /mnt/wkg/.session), so everything is automatically saved.
However, you can wipe it at every bootup, with the boot parameter "qfix=bak".
That will give you the same effect as running totally in RAM.
Actually, it is on my to-do list for 0.6, to tweak that "qfix=bak" a bit.
So that it doesn't roll right back to a first-bootup situation, but to last saved session.
In other words, setup your internet etc, save the session, then if you have "qfix=bak" it will just roll back to that saved session.
So, almost-pristine, but with your basic configurations so don't have to setup Internet etc at every bootup.
If you setup Internet, etc., then go to menu:
Filesystem -> Easy Version Control
and save the session.
Edit syslinux.conf (or refind.conf in upcoming 0.6) to have the boot parameter "qfix=bak", and that's it, a clean system at every bootup.
Gracias, Barry! This actually moves Easy up to another notch in the 'wowzers' department, if you ask me
Me. too.lp-dolittle wrote:Not familiar with the meaning of 'Sango',
That means it is faulty.Tried now, but this variant also needs additional fine tuning via the XKB configuration manager
lp-dolittle wrote:Details of the Dell LatitudeE6500 graphics controller can be seen from the attached screenshot
andhttps://www.notebookcheck.net/Review-Dell-Latitude-E6500-Notebook.11958.0.html wrote:The built in Intel Graphics Media Accelerator 4500M HD or a twice as fast and electrical power hungry dedicated NVIDIA Quadro NVS 160M graphic card takes care of graphic needs. The customer must again choose between low priced basic equipment and an upgrade, more efficient but for a surcharge . The built in 4500M HD graphic chip fulfills all daily demands, such as classic office usage, internet and video (even HD).
tell me that you should try to use kernel driver module gma500_gfx instead of i915.http://www.dell.com/support/home/de/de/debsdt1/Drivers/DriversDetails?driverid=R304345&lwp=rt wrote:Intel GM45/GE45/GS45 Integrated Graphics Driver
This package provides the Intel GM45/GE45/GS45 Integrated Graphics Driver and is supported on Latitude E5400/E6400/E4200/XFR E6400/E6400 ATG/E6500/E4300/E5500 that are running the following Windows Operating Systems: Vista and Windows 7.
Code: Select all
insmod gma500_gfx && rmmod i915
Ah, I see the problem. There is an "Apply now" button. Below that is the text "...else they will apply when you restart X"lp-dolittle wrote:@ L18L
thank you for your help!
Not familiar with the meaning of 'Sango', I, so far, did not chose this option. Tried now, but this variant also needs additional fine tuning via the XKB configuration manager, and the main problem - the reset of the keyboard layout during every restart of X - remains.
Please, keep in view that this issue obviously is related to the Intel graphics chipset, as reported in previous posts
kind regards