Slackware - Installation This forum is for the discussion of installation issues with Slackware. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-17-2020, 03:57 PM
|
#1
|
LQ Newbie
Registered: Jul 2020
Location: on the moon
Distribution: Windows
Posts: 21
Rep: 
|
Compile errors
Hello,
I am relatively new to core installations, which do not depend on apt-get or rpm, etc. and therefore I would have succeeded, if there hadn't been compile errors with my rEFInd installation.
It states:
make[1]: ***[install.o] Error 1
make[1]: Leaving directory '/tmp/SBo/refind-0.12.0/refind'
Makefile:84: recipe for target 'gnuefi' failed
make: *** [gnuefi] Error 2
Please help me out.
Kind regards,
Freewarehookie
|
|
|
07-18-2020, 10:03 AM
|
#2
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,259
|
If this is like most make errors, the real (informative) error messages will be further up the output. The last few messages in a broken make seldom tell you anything!
I assume that you are using the slackbuild to build from source. There is a binary version available to download from www.rodsbooks.com. As it's an EFI program, it doesn't need a distro-specific install. You just unpack it and copy it over to your EFI system partition.
|
|
|
07-18-2020, 01:23 PM
|
#3
|
LQ Newbie
Registered: Jul 2020
Location: on the moon
Distribution: Windows
Posts: 21
Original Poster
Rep: 
|
Copying to mounted EFI Partition
Isn't that a massive security threat, if you are able to modify efi contents that easy?
I am going to try to fetch the real error message to learn how to solve compile errors anyways.
Hope you're patient with me.
Last edited by freewarehookie; 07-18-2020 at 01:24 PM.
|
|
|
07-19-2020, 03:14 AM
|
#4
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,259
|
The EFI system partition is a partition like any other. It contains files that are like any other files. You determine what goes on that partition. It's your machine!
If you boot with a BIOS, you have to put a bootloader in the MBR, either LILO or GRUB Stage 1. Either is installed as a binary. Is that a security risk?
Actually UEFI is more secure by design (and I'm not talking about Secure Boot, though rEFInd will support that too) because it uses normal files on a normal partition that are open to inspection and not weird pieces of code tucked into magic spaces.
Last edited by hazel; 07-19-2020 at 03:16 AM.
|
|
|
07-19-2020, 01:55 PM
|
#5
|
LQ Newbie
Registered: Jul 2020
Location: on the moon
Distribution: Windows
Posts: 21
Original Poster
Rep: 
|
Security
I thought that Rootkits were loading prior to the actual OS, istn't it like that?
Don't they manipulate the MBR or EFI Filesystem or am I wrong?
Kind regards
|
|
|
07-20-2020, 04:38 AM
|
#6
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,259
|
I'm not an expert on malware but my understanding of rootkits is that they work through the OS. Are you familiar with busybox? It's a single program that emulates the complete set of Linux core utilities.When you give a command like more or ls, instead of launching the program of that name, it launches busybox with a particular point of entry. Now imagine something similar but crafted with malevolent intent. It would run in response to basic shell commands but it would do something different from (or additional to) what those commands were supposed to do.
How a rootkit gets onto your system is a different matter of course. I remember a time when boot sector viruses were common. A lot of people booted from floppies then, and the floppies got passed around among friends and got infected. But you don't hear a lot about those now. I fancy a look in Wikipedia would tell you more than I can. Or a question about rootkits in the security forum.
|
|
|
07-20-2020, 04:42 AM
|
#7
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,220
|
what about that compiler error. Is that still important? Do you want to solve that? Or do you want to discuss something else?
|
|
|
07-20-2020, 04:11 PM
|
#8
|
LQ Newbie
Registered: Jul 2020
Location: on the moon
Distribution: Windows
Posts: 21
Original Poster
Rep: 
|
compile error
I will reply again, as soon as I have time to look at it in detail.
|
|
|
All times are GMT -5. The time now is 10:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|