yianiris

joined 1 year ago
[–] yianiris@kafeneio.social -1 points 9 months ago (1 children)

You mean tearing?
As in video screen tearing?

There is also tar which is a very common archiving system, so tarring=archiving

Stay away from debian/ubuntu if you really want to learn linux. They dictate how you do things so much you will never learn how to do it.

@Squizzy @possiblylinux127

[–] yianiris@kafeneio.social 0 points 9 months ago (2 children)

tiny core is for small embeded systems, like car ignitions, modems, little robotics modules/arduinos etc.

@possiblylinux127 @spittingimage

[–] yianiris@kafeneio.social 1 points 9 months ago (1 children)
[–] yianiris@kafeneio.social -1 points 10 months ago (1 children)

You or off a thread guys, which distro are you talking about?

@NoisyFlake @people_are_cute

[–] yianiris@kafeneio.social 1 points 10 months ago (1 children)

grep sda /etc/mtab 2>&1 tee /tmp/tab.txt | yad --title="output" \ --width=154 --text="$(cat /tmp/tab.txt)"

@linuxPIPEpower

[–] yianiris@kafeneio.social 1 points 10 months ago

Did I miss what you are asking or is this it?

cat /etc/mtab 2>&1 | tee /tmp/tab.txt | yad --title="output" --width=154 \
--text="$(cat /tmp/tab.txt)

@linuxPIPEpower

[–] yianiris@kafeneio.social 2 points 10 months ago

If you have used openbox before just do a diff merge of differences between your openbox and labwx/rc.xml

so you get the same setup. They are very compatible. waybox is crap, it is just a base wm for kde-plasma/gnome ..etc.

@BlanK0

[–] yianiris@kafeneio.social 0 points 10 months ago (2 children)

root must always be mounted if you have a system, either by booting or chroot. If you mount just efi from another system .
On my setup /efi/EFI/grub only has the grub efi binary no config, /boot and therefore /boot/grub is on /root partition

Now if you have the entire /boot in the /efi partition then it would be /efi/boot/grub/grub.cfg?

@Hiro8811

[–] yianiris@kafeneio.social 0 points 10 months ago (4 children)

The theme itself is defined in grub.cfg, but it may be the case that it is stored in your root partition not in efi, so during bootloading the drive can't be read from.
So if you manually change the location of the theme directory and copy it inside efi it may work, and change the position of in grub.cfg

@Hiro8811

[–] yianiris@kafeneio.social 0 points 10 months ago (6 children)

To turn os-prober on see /etc/default/grub -> false and install os-prober, then run grub-mkconfig -o ..

@Hiro8811

[–] yianiris@kafeneio.social 0 points 10 months ago (8 children)

When I had an /efi mount just as arch said on wiki I didn't have problems. /boot stayed with root system, so it can be booted with efi or mbr.

If you have 2+ disks and one has mbr the other is gpt you can boot from either bootloader.

You should also try limine, less headaches than grub.

@Hiro8811

[–] yianiris@kafeneio.social 0 points 10 months ago (10 children)

1 are you using systemd-boot?

2 is your efi mounted as efi or boot?

3 depending on 2, manually unmount efi and see what you have on boot, maybe you have grub.cfg in 2 places.

@Hiro8811 @may_nya

view more: ‹ prev next ›