Questions tagged «syslinux»

2
使用syslinux在USB上进行多重引导
我正在尝试使用Ubuntu,Backtrack和Mantra-OS(您可以看到所有的ubuntu)制作一个多引导USB。这些是我已经完成的步骤: sudo su unmount /dev/sdb1 # unmount the drive mkfs.vfat -F 32 -n disqus /dev/sdb1 # Format the disk with vfat syslinux -maf /dev/sdb1 # Install syslinux and the mbr mkdir /media/disqus # Mount for the disk mount /dev/sdb1 /media/disqus mkdir /media/disqus/syslinux # Syslinux configuration folder cp /usr/lib/syslinux/{vesamenu.c32,reboot.c32,poweroff.com} /media/disqus/syslinux # …

0
使用SYSLINUX从单独的设备启动
我有一台没有硬盘的笔记本电脑,我从一个改进的持久性LiveCD拇指驱动器启动,但由于拇指驱动器的低速性能很糟糕。 我还有一个类似大小的10级SD卡,我已经能够将相应的文件复制到,甚至可以设置为可启动。唯一的问题是笔记本电脑的BIOS不支持从SD卡读卡器启动。 我想让SYSLINUX拇指驱动器上的引导程序有一个启动SD卡的条目,这样我就可以利用更高的数据传输速率,但文档对我没有任何意义。 如何构建syslinux.cfg文件条目以便我可以启动SD卡?

1
如何在pxelinux中制作一个包含的菜单/子菜单/单独的屏幕?
我的LAN上有以下菜单: UI menu.c32 PROMPT 0 TIMEOUT 300 ONTIMEOUT local MENU TITLE In The Moon PXE Menu (Sagittarius-A) LABEL WinPE64 MENU LABEL Windows PE x64 KERNEL /memdisk INITRD /images/WinPE_amd64.iso APPEND iso LABEL Ubuntu64 MENU LABEL Ubuntu x64 KERNEL /images/vmlinuz-3.13.0-43-generic APPEND ro root=/dev/sda1 initrd=/images/initrd.img-3.13.0-43-generic LABEL Memtest86 MENU LABEL Memtest86+ kernel images/memtest86 这给了我以下菜单: …
1 pxe  syslinux 

0
有没有办法调试syslinux挂起?
我有一个从闪存卡启动CentOS的系统。它重新启动并在99%以上的时间内可靠地出现,但是在它打印Syslinux版权信息之后,在它打印“加载vmlinuz”消息之前,它会在Syslinux引导程序中暂停。 向内核引导行添加额外的调试标志似乎没有帮助,因为当发生这种情况时,内核实际上从未被加载以产生任何输出。 谷歌搜索显示其他人遇到了类似的问题,挂在syslinux版权信息上,但很少有关于如何找出原因或正在发生的事情的信息。有没有办法为syslinux本身打开额外的调试信息,这样我就可以更好地了解它失败的原因/原因?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.