Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VMware/VirtualBox is freezing when loading a kernel/initrd (linux/windows).
2014-01-29, 20:36
Post: #8
RE: VMware/VirtualBox is freezing when loading a kernel/initrd (linux/windows).
I'm running into this issue as well. I have an iPXE script like this:

Code:
#!ipxe
set mirror http://server.org
set repo ${mirror}/ks/dist/ks-rhel-x86_64-server-6-6.5
kernel ${repo}/images/pxeboot/vmlinuz ksdevice=bootif lang=  kssendmac text ks=${mirror}/cblr/svc/op/ks/system/SMBC
initrd ${repo}/images/pxeboot/initrd.img
boot

Works perfectly in a KVM/Libvirt environment I have but using the same ISO and same script on a VMware environment fails silently. It just gets stuck while fetching the initrd.img file.
TCPdump shows no errors, the conversation just stops mid-sentence. Pretty stumped here...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: VMware/VirtualBox is freezing when loading a kernel/initrd (linux/windows). - apitanga - 2014-01-29 20:36



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