| I booted with the installation CD, and mounted my root partition
like this (change the /dev/xxx to your own root):
#mkdir /c
#mount /dev/xxx /c
Then I edited the rc.modules script to deactivate the agpgart loading:
#vi /c/etc/rc.d/rc.modules
(to comment the line "/sbin/modprobe agpgart" press
/agpgart<enter>
to search for the line, and then press
i#<esc>
to insert the comment char, then press
:qw<enter>
to save the file and exit vi)
Then unmount the partition, and reboot without the CD
#sync
#umount /c
#reboot
Next time, the module won't be loaded and the boot should continue normally. Be warned that some video card functions will be disabled without this module, but if this is a server running in text mode, or you don't need graphics acceleration, then the agpgart is not needed.
Note: My server is an HP E60, Pii-450. |