Talk:Syslinux
From Gentoo Wiki
pxelinux
| Talk status |
| |
This discussion is done. |
|---|
Would it be cool if I add something on pxelinux? That way I can refer to it from LTSP.
- I will --Alon Bar-Lev 16:29, 19 November 2011 (UTC)
gpt (bios)
Should be added to page, but I'm too lazy
install gdisk
emerge --ask sys-apps/gptfdisk
Choose your disk, go to expert mode, change attributes, set "Legacy BIOS bootable" flag
gdisk /dev/sda
x
a
your partition (1)
2
w
install gptmbr
cat /usr/share/syslinux/gptmbr.bin > /dev/sda
install {sys,ext,pxe}linux