Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Booting Linux kernel under UEFI hangs immediately after download
2016-09-10, 15:28
Post: #5
RE: Booting Linux kernel under UEFI hangs immediately after download
In the case of CentOS 7.x if you download the initrd FIRST then the kernel, things generally work a little better because of memory mapping.

Code:
initrd --name initramfs ftp://10.1.1.1/fedora/isolinux/initrd.img
kernel ftp://10.1.1.1/fedora/isolinux/vmlinuz initrd=initramfs
imgstat
echo Sleeping...
sleep 60
echo Boot
boot

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Booting Linux kernel under UEFI hangs immediately after download - MultimediaMan - 2016-09-10 15:28



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