Difference between revisions of "Talk:Syslinux"
From Gentoo Wiki
m (Mark discussions) |
(→gpt (bios): new section) |
||
| Line 5: | Line 5: | ||
Would it be cool if I add something on pxelinux? That way I can refer to it from [[LTSP]]. | Would it be cool if I add something on pxelinux? That way I can refer to it from [[LTSP]]. | ||
: I will --[[User:Alonbl|Alon Bar-Lev]] 16:29, 19 November 2011 (UTC) | : I will --[[User:Alonbl|Alon Bar-Lev]] 16:29, 19 November 2011 (UTC) | ||
| + | |||
| + | == gpt (bios) == | ||
| + | |||
| + | Should be added to page, but I'm too lazy<br /> | ||
| + | install gdisk<br /> | ||
| + | emerge --ask sys-apps/gptfdisk<br /> | ||
| + | Choose your disk, go to expert mode, change attributes, set "Legacy BIOS bootable" flag<br /> | ||
| + | gdisk /dev/sda<br /> | ||
| + | x<br /> | ||
| + | a<br /> | ||
| + | your partition (1)<br /> | ||
| + | 2<br /> | ||
| + | w<br /> | ||
| + | install gptmbr<br /> | ||
| + | cat /usr/share/syslinux/gptmbr.bin > /dev/sda<br /> | ||
| + | install {sys,ext,pxe}linux | ||
Revision as of 16:26, 1 May 2012
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