LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-04-2022, 02:26 AM   #946
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 542

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383

Quote:
Originally Posted by eming View Post
The removal of some of those packages (e.g. mdframed, comment, ...) broke many
latex documents compilation on my machine.
Mdframed and comment are now included again, see this post and please add to that thread for more on that topic.
 
Old 08-04-2022, 02:29 AM   #947
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,077

Rep: Reputation: Disabled
Quote:
Originally Posted by wirelessmc View Post
Can someone including LC (whom I have a great deal of respect for on this forum) give me a solid reason why I should not use the rEFInd bootloader - either in 15.0 or -current? I ask only because I have been using it on multiple Desktop and Server machines without any issues.
Not me, anyway. Use what you see fit.

Quote:
It seems a lot of attention and emotion has been exerted on GRUB2 which might be a better solution??? Why??? Is it really more simple? Because simple rules in my domain when it comes to boot loaders...
Whether a solution be better than another one all depends on the use case, so only you can determine which is better for you. GRUB is certainly not more simple but has a way wider scope, as it can accommodate a lot of architectures and contexts, in Legacy as in EFI modes. As a result, really understand its usage and features certainly needs time and learning. On the other hand, once properly configured it can handle most use cases without any hassle. As an example users of a distribution I maintain (as most others) have nothing specific to do in case of a kernel upgrade, building a new initramfs and updating the boot menu accordingly is done automatically, both in Legacy and EFI modes.

TL,DR: if you are happy with rEFInd, keep it. Else, try GRUB.

Last edited by Didier Spaier; 08-04-2022 at 02:31 AM.
 
Old 08-04-2022, 02:42 AM   #948
walecha
Member
 
Registered: Jan 2010
Location: Malang, +62
Distribution: slackware
Posts: 177

Rep: Reputation: 43
Quote:
Originally Posted by wirelessmc View Post
Can someone including LC (whom I have a great deal of respect for on this forum) give me a solid reason why I should not use the rEFInd bootloader - either in 15.0 or -current? I ask only because I have been using it on multiple Desktop and Server machines without any issues.
I use rEFInd on all of my PC. But, sadly, rEFInd does not work in qemu VM (I use edk2 firmware for UEFI support). I haven't try it vmware or hyper-V VM.

Last edited by walecha; 08-04-2022 at 02:47 AM.
 
1 members found this post helpful.
Old 08-04-2022, 04:13 AM   #949
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
Sooner or later, we will land on Grub
Code:
If your requests didn't make it into this iteration, perhaps 
we will revisit them for the next -current cycle.
Some were just a little too late but will more than likely 
be needed next time (I'm looking at Didier's grubconfig)
 
Old 08-04-2022, 04:28 AM   #950
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 622

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
PAM -> GRUB2 -> SystemD is just a matter of time
 
Old 08-04-2022, 04:10 PM   #951
litelinux
Member
 
Registered: Sep 2018
Location: Taipei/Taichung, TW
Distribution: Slackware
Posts: 105

Rep: Reputation: 58
Quote:
Originally Posted by teoberi View Post
Yesterday we had some heated discussions about LILO, ELILO and GRUB2 boot loaders.
Here the solution is not too difficult to choose, there are already packages in Slackware.
For some time I have another problem and this involves systemd!
I use a commercial antivirus to protect the mail server (besides Clamav which still fails to be a good product, it does not even manage to ensure the updating of dependencies e.g. LLVM, 7-Zip) which will have its EOL in July 2023. Another product has been released, but unfortunately it has "Systemd supported and running" in the system requirements.
I tried to look for another antivirus that can be installed in Slackware and doesn't require systemd, but so far I haven't found it!
Does anyone have a solution in this case?
I'm a bit stuck, I don't know if there will ever be systemd in Slackware, and I haven't used another Linux distribution for servers (RedHat before it was a commercial distribution and Debian) for over 10 years.
Not using any commercial software of this kind, but I imagine there will be support centers for this kind of commercial software. Maybe if you ask support for non-systemd systems, they would patch the software or at least point you to a workaround

Cheers,
ltlnx
 
Old 08-05-2022, 02:53 AM   #952
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 622

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Quote:
Originally Posted by litelinux View Post
Not using any commercial software of this kind, but I imagine there will be support centers for this kind of commercial software. Maybe if you ask support for non-systemd systems, they would patch the software or at least point you to a workaround

Cheers,
ltlnx
All commercial antivirus products have/require SystemD support.
The current configuration for this antivirus software actually requires Systemd, I tested this in Ubuntu because in Slackware it can't even be installed.
I requested support for non-systemd systems, I told them that I am a long-time user of their products and that I use Slackware.
Maybe they didn't know Slackware existed if they didn't look through the logs to see what operating systems their antivirus was running on.
I don't really think I convinced them with this, even until now Slackware was not part of the supported platforms, but it was fully functional.
It would be cool to see that they added support for Slackware.
 
1 members found this post helpful.
Old 08-05-2022, 01:23 PM   #953
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 258

Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by walecha View Post
I use rEFInd on all of my PC. But, sadly, rEFInd does not work in qemu VM (I use edk2 firmware for UEFI support). I haven't try it vmware or hyper-V VM.
I did not try it on QEMU, just curious, are you using the binary package or the source package or have tried both, as they are compiled from different tool. Source are compile with the gnu elf tools while the binary release from the author is compiled with TianoCore EDK2.
 
Old 08-06-2022, 05:26 AM   #954
walecha
Member
 
Registered: Jan 2010
Location: Malang, +62
Distribution: slackware
Posts: 177

Rep: Reputation: 43
Quote:
Originally Posted by qunying View Post
I did not try it on QEMU, just curious, are you using the binary package or the source package or have tried both, as they are compiled from different tool. Source are compile with the gnu elf tools while the binary release from the author is compiled with TianoCore EDK2.
I use pre-compiled binaries from kraxel.org repository. Haven't tried building it myself.
 
Old 08-06-2022, 06:06 AM   #955
wirelessmc
Member
 
Registered: Aug 2008
Location: San Diego County
Distribution: Slackware
Posts: 183

Original Poster
Rep: Reputation: 37
Can someone clarify the ChangeLog entry? I don't have access to one of my -current systems ATM. What other than just installing (upgradepkg...) and rebooting is needed? Has anyone tried it?

Quote:
> Fri Aug 5 21:04:39 UTC 2022
...
> a/elilo-3.16-x86_64-13.txz: Rebuilt.
> Patched to disable the Confidential Computing blob for SEV-SNP, which
> fixes booting a 5.19 kernel with the EFI stub enabled. If you use elilo,
> be sure to either run eliloconfig again or manually copy (and rename) the
> proper elilo binary to your EFI System Partition
.
 
Old 08-06-2022, 07:18 AM   #956
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by wirelessmc View Post
Can someone clarify the ChangeLog entry? I don't have access to one of my -current systems ATM. What other than just installing (upgradepkg...) and rebooting is needed? Has anyone tried it?
Yep, at least 2 of us reported that the update elilo works on the original 5.19.0.

https://www.linuxquestions.org/quest...ml#post6372194

Regarding the file to copy to the ESG, see /boot for 2 .efi files, copy either the ia32 or x_64 version depend on the arch & rename to elilo.efi.
 
Old 08-06-2022, 08:36 AM   #957
wirelessmc
Member
 
Registered: Aug 2008
Location: San Diego County
Distribution: Slackware
Posts: 183

Original Poster
Rep: Reputation: 37
Thanks Chuck56. I forgot the upgradepkg only puts the binaries in /boot -not- the ESP mount point "/boot/efi/EFI/Slackware". You would then also need to rerun eliloconfig or the efibootmgr to register the new binary.

Quote:
Yep, at least 2 of us reported that the update elilo works on the original 5.19.0.

https://www.linuxquestions.org/quest...ml#post6372194

Regarding the file to copy to the ESG, see /boot for 2 .efi files, copy either the ia32 or x_64 version depend on the arch & rename to elilo.efi.
 
Old 08-06-2022, 08:47 AM   #958
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by wirelessmc View Post
Thanks Chuck56. I forgot the upgradepkg only puts the binaries in /boot -not- the ESP mount point "/boot/efi/EFI/Slackware". You would then also need to rerun eliloconfig or the efibootmgr to register the new binary.
If you manually copy & rename the .efi file to the ESG then it's not necessary to rerun elioconfig or efibootmgr. If the .efi name changes in the ESG then yes rerun eliloconfig or efibootmgr.

Last edited by Chuck56; 08-06-2022 at 09:09 AM.
 
Old 08-07-2022, 09:11 PM   #959
mario
Member
 
Registered: Dec 2009
Distribution: Slackware
Posts: 32

Rep: Reputation: 20
Would it be possible to get x86_64-pep target added to binutils (to support building EFI binaries)?

Code:
--- orig/binutils.SlackBuild	2021-08-27 22:23:54.171206523 +0200
+++ binutils.SlackBuild	2021-10-13 09:22:54.700117774 +0200
@@ -172,7 +172,7 @@
   --enable-64-bit-bfd \
   --enable-plugins \
   --enable-threads \
-  --enable-targets=i386-efi-pe,${TARGET} \
+  --enable-targets=i386-efi-pe,x86_64-pep,${TARGET} \
   --enable-install-libiberty \
   --enable-gold=yes \
   --enable-ld=default \
Think I asked this over the years, probably got filtered out as junk

ps. although I saw no difference building on x86 (non-64), maybe include something like ADD_TARGETS=... ?
 
3 members found this post helpful.
Old 08-08-2022, 03:53 AM   #960
anon230
LQ Newbie
 
Registered: Jan 2021
Distribution: Slackware
Posts: 13

Rep: Reputation: Disabled
See https://www.linuxquestions.org/quest...22#post6372622

Last edited by anon230; 08-08-2022 at 08:13 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration