Advertisement
bjakobson

webboot issues

Dec 1st, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. 1) wifi; solution: webboot -wifi "ssid password" OR wifi ssid "password". also, create custom IP using internet provider based off mac address (ip addr)
  2.  
  3. 2) Syslinux.cfg; solution: LABEL webboot
  4. KERNEL /boot/bzImage
  5. APPEND ro root=/dev/sda1 initrd=/boot/initramfs.linux_amd64.cpio memmap=4G!4G
  6. console=ttyS0 console=tty0
  7.  
  8. 3) Building initramfs; solution: go run buildimage.go -u '-build=bb -files '/home/brandonjakobson/linux/arch/x86/boot/bzImage''
  9.  
  10. 4) kexecISO couldn't find bzImage.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement