LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 07-17-2020, 03:57 PM   #1
freewarehookie
LQ Newbie
 
Registered: Jul 2020
Location: on the moon
Distribution: Windows
Posts: 21

Rep: Reputation: Disabled
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
 
Old 07-18-2020, 10:03 AM   #2
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,259
Blog Entries: 21

Rep: Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782
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.
 
Old 07-18-2020, 01:23 PM   #3
freewarehookie
LQ Newbie
 
Registered: Jul 2020
Location: on the moon
Distribution: Windows
Posts: 21

Original Poster
Rep: Reputation: Disabled
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.
 
Old 07-19-2020, 03:14 AM   #4
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,259
Blog Entries: 21

Rep: Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782
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.
 
Old 07-19-2020, 01:55 PM   #5
freewarehookie
LQ Newbie
 
Registered: Jul 2020
Location: on the moon
Distribution: Windows
Posts: 21

Original Poster
Rep: Reputation: Disabled
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
 
Old 07-20-2020, 04:38 AM   #6
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,259
Blog Entries: 21

Rep: Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782Reputation: 4782
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.
 
Old 07-20-2020, 04:42 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,220

Rep: Reputation: 7952Reputation: 7952Reputation: 7952Reputation: 7952Reputation: 7952Reputation: 7952Reputation: 7952Reputation: 7952Reputation: 7952Reputation: 7952Reputation: 7952
what about that compiler error. Is that still important? Do you want to solve that? Or do you want to discuss something else?
 
Old 07-20-2020, 04:11 PM   #8
freewarehookie
LQ Newbie
 
Registered: Jul 2020
Location: on the moon
Distribution: Windows
Posts: 21

Original Poster
Rep: Reputation: Disabled
compile error

I will reply again, as soon as I have time to look at it in detail.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Are these error harmful? -.sd1 Soft Errors: 0 Hard Errors: 6 Transport Errors: 0 manalisharmabe Solaris / OpenSolaris 2 10-04-2013 11:55 AM
Errors, Errors, and more Errors (KDE 3.4.x GUI Errors) Dralnu Linux - Software 2 05-13-2006 08:30 AM
errors,errors,errors!!! randell6564 Mandriva 2 01-15-2006 02:29 AM
Grub errors...grub errors...grub errors smattmac Linux - Newbie 1 06-13-2005 02:07 PM
QMAIL errors errors.. YourForum Linux - Software 0 11-27-2003 12:30 PM

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

All times are GMT -5. The time now is 10: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