Jump to content
6 posts in this topic

Recommended Posts

Hi everyone im trying running iDeneb_v1.5_1057.iso with Vmware 6.5.2 on Core 2 Quad Q6600. I already do all steps like mount .iso with virtual clone drive but nothing i get this error:

 

*** Virtual machine kernel stack fault (hardware reset) ***

The virtual machine just suffered a stack fault in kernel mode. On a real computer, this would amount to a reset of the processor. It can be caused by an incorrect configuration of the virtual machine, a bug in the operating system, or a problem in the VMware Workstation software. Press OK to reboot virtual machine or Cancel to shut it down.

 

Here is my vmx file:

<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 498px; text-align: left;">.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "1796"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "FreeBSD 64-bit.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "K:"
ide1:0.deviceType = "cdrom-raw"
floppy0.autodetect = "TRUE"
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "FALSE"
usb.present = "TRUE"
ehci.present = "TRUE"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
mks.enable3d = "TRUE"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
roamingVM.exitBehavior = "go"
displayName = "FreeBSD 64-bit"
guestOS = "freebsd-64"
nvram = "FreeBSD 64-bit.nvram"
virtualHW.productCompatibility = "hosted"
ft.secondary0.enabled = "TRUE"
tools.upgrade.policy = "useGlobal"

extendedConfigFile = "FreeBSD 64-bit.vmxf"

floppy0.fileName = "A:"

ethernet0.addressType = "generated"
uuid.location = "56 4d 1c 1a df fb cd 3a-92 bc e4 c0 58 0e 49 27"
uuid.bios = "56 4d 1c 1a df fb cd 3a-92 bc e4 c0 58 0e 49 27"
debugStub.linuxOffsets = "0x0,0xffffffff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0"
scsi0:0.redo = ""
vmotion.checkpointFBSize = "134217728"
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "16"
usb.pciSlotNumber = "32"
ethernet0.pciSlotNumber = "33"
sound.pciSlotNumber = "34"
ehci.pciSlotNumber = "35"
vmci0.pciSlotNumber = "36"
ethernet0.generatedAddress = "00:0c:29:0e:49:27"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "1477331239"

numvcpus = "2"
vmi.present = "FALSE"

disable_acceleration = "FALSE"</pre>

Link to comment
https://www.insanelymac.com/forum/topic/189568-kernel-issue-with-ideneb-1057/
Share on other sites

Are you getting this when trying to boot the iDeneb installation DVD?? That's strange because it works fine for me. It sounds like you're trying to boot vanilla kernel. When using freebsd-64 guestOS, you can't boot vanilla under VMware because the tsc_init() function uses an unemulated MSR which causes the stack fault you mention. If you're booting Voodoo, Qoopz or AnV kernels, you should be able to boot, but you need to enter a boot option. Stop it during the boot stage and enter the boot options "busratiopath=7 -timetsc". If the bootloader is Chameleon, you can also use busratiopath=2.

Your config is ok. When you boot the ISO image, it will give you a few seconds with a countdown before booting darwin kernel. Press a key during this stage to stop the boot. You can then type a command line with boot options for the kernel. Type "busratiopath=7 -timetsc" and enter. The boot will continue and it should work after this.

×
×
  • Create New...