PartialVolume
PartialVolume
I've found F1 doesn't work in the KDE Dolphin file manager in the embedded konsole window, but does work in a separate konsole window. [Removed my previous comments regarding buildroot...
F1 doesn't work in buildroot because buildroot doesn't really support man pages by design due to it's target audience of embedded systems developers. Although I can install man pages in...
Also needs openmp (libomp) and others. A full list of dependencies > ldd ./wxHexEditor linux-vdso.so.1 (0x00007fffa9b7e000) libesets_pac.so => /usr/lib/x86_64-linux-gnu/libesets_pac.so (0x00007f9d04bcc000) libomp.so.5 => /usr/lib/x86_64-linux-gnu/libomp.so.5 (0x00007f9d044d7000) libwx_gtk2u_adv-3.0.so.0 => /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0 (0x00007f9d040ff000) libwx_gtk2u_core-3.0.so.0 =>...
After it gets to 100%, can you check whether alt f2 and alt f3 each bring up a virtual terminal and if so is there any text in the alt...
>Would an unsupported bus controller prevent a full boot of ShredOS? I don't think so, you would at least see the text shown below before the kernel is even uncompressed...
One other thing I just noticed is your kernel image size. My example above shows 72.44MB at 100% while yours shows 50.61MiB at 100%. What version of ShredOS are you...
You don't mention whether after booting ShredOS and no USB devices having shown up you do a Control-C to restart nwipe. On many systems USB devices don't initially show up...
>Thank you for your response and your amazing work on this project, @PartialVolume. Thank you, glad it's useful. Just one more question to get the easy stuff out of the...
Sorry, my mistake, I missed out the USB. It should have read `dmesg | grep -i usb | more`
Thanks, can you run the command 'dmesg -W'. Make sure it's a upper case W. This command will initially not print anything however it's waiting for new messages. With the...