WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Boot Multicore On A x86 Server  (Read 6870 times)

Offline lid

  • Jr. Member
  • **
  • Posts: 62
Re: Boot Multicore On A x86 Server
« Reply #15 on: December 15, 2011, 06:06:55 PM »
When you boot you should get a screen that says "boot:"

You can then hit F2, etc. for boot options...You're not getting this?

Not during my PXEboot. Maybe it has to be a kernel or initrd option in this case?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Boot Multicore On A x86 Server
« Reply #16 on: December 15, 2011, 06:41:40 PM »
You said you were booting a CD, and multicore is only on a CD/Flash drive.
For PXE booting, see the netboot section on the wiki.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11499
Re: Boot Multicore On A x86 Server
« Reply #17 on: December 16, 2011, 03:53:53 PM »
Hi lid
Code: [Select]
You said you were booting a CD, and multicore is only on a CD/Flash drive.That's what I understood too. You need to give accurate information about what you are doing.
Quote
When you boot you should get a screen that says "boot:"

You can then hit F2, etc. for boot options...You're not getting this?
Since you are already PXE booting, you won't get those options because they come from the
isolinux.cfg file.
Since you already seem to have set this up manually, go to the directory where you placed the
kernel and initrd and create a directory called  tce/optional/
Go to  http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/4.x/x86/tcz/  and download
firmware-bnx2.tcz  and  firmware-bnx2.tcz.md5.txt  to tce/optional/
Create the file tce/onboot.lst containing the line  firmware-bnx2.tcz
That should be enough to get the firmware into your network card when you reboot. Check dmesg
to confirm that. Once that is done, you can use AppBrowser to properly install any other extensions
you may need.