The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loading kernel fails
2012-06-08, 18:20
Post: #1
Loading kernel fails
Hi guys,

In a traditional pxe boot the following files are loaded:
- initrd (initrd.gz)
- kernel (linux)

Using TFTP as the download protocol, using ipxe I created this script so dhcpd would read it and boot the previous files. The script looks like this:

#!ipxe
dhcp
initrd tftp://192.168.2.100/ubuntu-installer/i386/initrd.gz
kernel tftp://192.168.2.100/ubuntu-installer/i386/linux vga=78
boot

But since i'm trying to boot using SLAM, I can't find a way to boot both files since mini-slamd only accepts one file. The only file I can boot is the kernel, like this:

./mini-slamd /srv/tftp/X86PC/linux/linux

My linux directory has these files:
ls /srv/tftp/X86PC/linux/
initrd.gz, linux, pxelinux.0

Any way to boot this correctly ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Loading kernel fails - r_b - 2012-06-08 18:20
RE: Loading kernel fails - mcb30 - 2012-06-09, 10:36
RE: Loading kernel fails - gndmstr - 2012-06-10, 14:35
RE: Loading kernel fails - r_b - 2012-06-11, 19:30
RE: Loading kernel fails - r_b - 2012-06-11, 21:17



User(s) browsing this thread: 1 Guest(s)