uefi and eliloconfig problem
by troqnec from LinuxQuestions.org on (#4RCKF)
Hi people, my hdd has dead and I have new one with fresh installed slackware :) can someone tell me where is my mistake. I installed Slackware64-14.2 and before that I created a uefi fat32 formated partition. The setup found this partition and mounted as /boot/efi. I created an usb boot stick, but after that the setup tell me that I must configure lilo not elilo? I skipped this lilo setup and finished the main setup. Now I can boot from usb stick but when I try to run eliloconfig I have a ERROR: System is not running under UEFI. I am sure that nothing wrong with my BIOS because I don't touch the BIOS and my old Slackware installation was working with uefi like this.
This is my fstab:
Quote:


This is my fstab:
Quote:
| /dev/sda2 swap swap defaults 0 0 /dev/sda3 / ext4 defaults 1 1 /dev/sda4 /media/MyData ext4 defaults 1 2 /dev/sda1 /boot/efi vfat defaults 1 0 #/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-show 0 0 /dev/fd0 /mnt/floppy auto noauto,owner 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 proc /proc proc defaults 0 0 tmpfs /dev/shm tmpfs defaults 0 0 |