WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PXE boot issues  (Read 3571 times)

Offline funguy

  • Newbie
  • *
  • Posts: 29
PXE boot issues
« on: February 16, 2012, 01:33:31 PM »
I successfully gzip the cde folder as cde.gz but the boot process over pxe still looking elsewhere. 
Here is what I have so far:

1) extracted the vmlinuz and core.gz and placed in my c:\tftpboot\tinycore\boot\
2) edited my c:\tftpboot\pxelinux.cfg\default with:
  LABEL Tiny Core
  KERNEL     tinycore\boot\vmlinuz
  APPEND     initrd=tinycore\boot\core.gz,initrd=tinycore\boot\cde.gz quiet cde

Result: Merges the core and cde into one filesystem, but drops to a prompt.  Looks like it wants the cd or tftplist for cde folder.  Is there a better merge point for my cde folder to work with the existing startx process like /tmp/cde or something.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11502
Re: PXE boot issues
« Reply #1 on: February 16, 2012, 02:06:08 PM »
Hi funguy
If you are looking for a GUI, you want Tinycore.
Quote
TinyCore is simply the kernel + core.gz + Xvesa.tcz|Xorg.tcz + Xprogs + (user's choice of Window Manager) + (optionally wbar.tcz).
That is from the release notes found here:
http://forum.tinycorelinux.net/index.php/topic,12164.0.html

Offline funguy

  • Newbie
  • *
  • Posts: 29
Re: PXE boot issues
« Reply #2 on: February 20, 2012, 02:11:32 PM »