Hi,
Been a while since I've been on but trying to get back into the swing of things with Kamikaze.
I have a net4526 and I'm trying to PXE boot it. Followed the instructions here http://wiki.openwrt.org/SoekrisPort
Here is what I have done so far:
1. I copied the openwrt-x86-vmlinuz (from http://downloads.openwrt.org/kamikaze/8.09/x86/) to my /tftpboot dir as vmlinuz.ram
2. My /tftpboot/pxelinux.cfg/default file looks like:
serial 0 38400 0x303
console 0
label linux
kernel vmlinuz.ram
append init=/etc/preinit console=tty0 console=ttyS0,38400n8 reboot=bios
... and when I boot f0, I see the kernel download but then nothing after that.
So my questions are:
1. What kind of kernel is the openwrt-x86-vmlinuz? Does it have kernel + ramdisk?
2. If openwrt-x86-vmlinuz doesn't have a ramdisk, then it looks like I would need to download the development environment and config the target for ramdisk. If I did all that, what should my config above look like? Would this look like the .tgz example on the SoekrisPort page? I'm not sure what my config file should have.
I got this board used and it has a install of monowall on it. Would I need to erase that before trying to PXE boot OpenWRT? Just for kicks to see if my PXE setup was working, I found a Pyramid kernel and copied it to my /tftpboot directory as vmlinuz.ram and did a boot f0. It downloaded and the kernel ran (saw kernel message on the screen) but then it rebooted and the monowall install ran . But at least I know my PXE/DHCP setup is working.
Would like to hear from folks that have done PXE booting before.
TIA!
(Last edited by hutchman on 12 Mar 2009, 19:53)