Linux – Fedora Core 11 won’t boot without a monitor

fedoralinux

I have a P4 system that I installed Fedora 11 on. It will not boot without a monitor attached. The monitor can be off (not even have power plugged in), but must be attached. Without a monitor the hard disk thrashes around a bit like it's starting up services, but does not get to the point where I can ssh into the box. I have set the default runlevel to 3 and removed the rhgb entry from grub.

Any suggestions welcome.

Edit: I have already set the run-level to 3. The machine boots up fine with the monitor plugged in to the point where I can SSH into it. as soon as i unplug the monitor and reboot, it will not boot to that point.

Best Answer

After much trial and error this solved it.

I added the following to my kernel parameters:

nomodeset 
Related Topic