Hi all,
First off: I am new to FreeBSD but am quite familiar with Linux.
Anyway, here is my issue:
I have a PXE boot server that has a FreeBSD 5.2 bootonly image. To create the image file, I used this guide:
http://www.syslinux.org/wiki/index.php/FreeBSD_disk_image_creation
All works well, I boot the installer, I can choose from the 6 options and the installer starts to work.
If I run the installer normally, my screen will go black and the machine will reboot immediately.
I dropped out to the command prompt and played around with "hints".
Here is what I have so far:
The weird thing is that I do not have a ppc, or an fdc. If I do not disable them, the installer will hang while probing for this specific device.
I got it to:
pmtimer0 on isa0 and am kind of lost what to disable next? I tried hint.pmtimer.0.disabled and hint.isa.0.disabled but without luck.
Does anyone have an idea what's going on?
Thanks!
First off: I am new to FreeBSD but am quite familiar with Linux.
Anyway, here is my issue:
I have a PXE boot server that has a FreeBSD 5.2 bootonly image. To create the image file, I used this guide:
http://www.syslinux.org/wiki/index.php/FreeBSD_disk_image_creation
All works well, I boot the installer, I can choose from the 6 options and the installer starts to work.
If I run the installer normally, my screen will go black and the machine will reboot immediately.
I dropped out to the command prompt and played around with "hints".
Here is what I have so far:
Code:
set hint.atkbdc.0.disabled=1
set hint.acpi.0.disabled=1
set hint.apic.0.disabled=1
set hint ppc.0.disabled=1
set hint.fdc.0.disabled=1
The weird thing is that I do not have a ppc, or an fdc. If I do not disable them, the installer will hang while probing for this specific device.
I got it to:
pmtimer0 on isa0 and am kind of lost what to disable next? I tried hint.pmtimer.0.disabled and hint.isa.0.disabled but without luck.
Does anyone have an idea what's going on?
Thanks!