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 ? |
|||
« Next Oldest | Next Newest »
|
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)