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 a kernel header in grub2
2018-10-31, 14:39
Post: #1
Loading a kernel header in grub2
Hello,

I've created a .lkrn file via this command:
Code:
make bin/ipxe.lkrn

And I'm trying to boot it via the grub shell but It keeps freezing and I'm not getting any error mesages. Here is the code in grub2:
Code:
exec tail -n +3 $0
menuentry "Netboot"{
linux /boot/ipxe.lkrn
}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Loading a kernel header in grub2 - ChrisLucas29 - 2018-10-31 14:39



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