You are not logged in.
Pages: 1
Can someone help me to configure ipxe.lkrn to boot from USB drive?
I put a screenshot:
http://imgbin.org/images/8797.jpg
ipxe.lkrn won't boot
I can only reboot
syslinux.cfg
UI menu.c32
LABEL archnetboot
MENU LABEL Arch Linux Netboot Environment
KERNEL /ipxe.lkrn
Files
mount /dev/sdb1 /mnt
ls -a /mnt
syslinux ipxe.lkrn
ls -a /mnt/syslinux
ldlinux.sys menu.c32 syslinux.cfg
boot from CD work fine
Last edited by Rog (2012-07-18 19:30:47)
Offline
Unless you're trying to boot over the internet, or some special protocol you don't really need it, you can use your PXE boot ROM, and then from the server you're booting from will probably load ipxe/gpxe/etc. Some machines won't boot from gpxelinux.0, but will boot with pxelinux.0. You might make sure your network is allowed as a boot device (although it shouldn't matter with ipxe). Hopefully you have a recommended network card.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Ok, thanks! I enabled LAN Boot Rom in bios, now works fine.
Offline
Pages: 1