Unsolved
This post is more than 5 years old
5 Posts
0
15101
May 28th, 2015 20:00
Linux EFISTUB
First, I'd like to say thanks to the Sputnik team for their efforts. I bought the i5/8GB/FHD version and am running Arch, kernel 4.0.4. It's been a reasonably smooth experience so far.
Has anyone been able to boot making use of Linux's EFISTUB feature, executing the kernel directly from the firmware with no bootloader? In my experience it almost works, but it seems like kernel arguments aren't passed and so without the root parameter or an initramfs it instantly dies a horrible death.
Is this a feature lacking from the UEFI firmware, or has anyone been able to get this to work? In the meantime I'm booting with syslinux and all works great.
The following is the boot entry I use that fails:
# efibootmgr -c -l \\vmlinuz-linux -u 'rootfs=/dev/sda2 rw initrd=\initramfs-linux.img' -L "Arch Linux"
Thanks!


Vosky78
1 Message
0
August 8th, 2015 00:00
Hi,
Same issue here.
Did you find any solution ?
It doesn't work with the latest BIOS update (A05).
cmtptr
5 Posts
0
September 15th, 2015 07:00
No, unfortunately not. I'm booting with syslinux in the meantime.