JonnyTech

Results 407 comments of JonnyTech

> set root=(hd1) This looks incorrect, it should be (drive,partition) for example (hd1,4) Also please show what kind of error you a getting as you have provided no details

I see that you have two drives, `vda` and `vdb`. You can create a new partition on `vda` and use that, assuming that it already has grub installed because there...

> EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k boundary This may be an image with your VM host. Seeing are you are still not providing any...

Have you considered converting with [fstransform](https://github.com/cosmos72/fstransform)?

> Can you share this tar? It is linked in my first post.

Please read the last paragraph of my OP. My request was not to extract the file. I need to edit / replace the config. DC is unable to do so.

Modify the text file `cfg_backup` within the unusual `.` folder. > Trying to do so results in an additional file in the archive root folder.

> Can you show an example how to correctly put back the changed file with bzip2/gzip/tar whatever? I am currently doing it by hand using a hex editor, have not...

I confirm that I can replicate the issue. The label above the active panel switches correctly. The label above the inactive panel does not change. See the text above the...

The libraries are not packed with the executables. Assuming that you are running a Debian based distro with a QT environment: ``` sudo apt update sudo apt -y install libqt5printsupport5...