search for: pyther

Displaying 3 results from an estimated 3 matches for "pyther".

2011 Feb 15
1
Load Kernel from non-Syslinux disk?
Hello. I had someone ask me if it was possible to load a kernel from a different disk. I'm not sure if this could somehow be done with chain.c32. So I ask, is it possible to boot from a kernel that is on a different disk than Syslinux? Thanks, pyther
2014 Apr 23
2
Bootloader data in /boot vs package systems (and atomic updates)
On Tue, Apr 22, 2014 at 8:16 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > > I think you mean the VBR since no Syslinux variant lives in the MBR > and on Linux, Right, thanks. > Does the installation of an updated package of GRUB2 trigger an > installation of modules during install on Fedora It used to, but no longer does. There's some background here:
2014 Apr 23
0
Bootloader data in /boot vs package systems (and atomic updates)
...hLinux has its own script, "syslinux-install_update -i -a -m". -i : install SYSLINUX; -a : mark partition as "active"; -m : install mbr boot code. I have not checked whether currently the syslinux-install_update.sh script supports UEFI (probably not). https://gist.github.com/pyther/772138 Regards, Ady.