There are several ways to do it.
You can either recompile the kernel (alot of work), set to blacklist (normally won't work) or remove the driver in the driver specific path. (/lib/modules/xx.fc14.cc/kernel/drivers/.....)
I find the latter is the fastest and easiest.
Monday, 20 February 2012
How to remove a specific driver in Fedora 14
Fedora 16 Native EFI installation
Its been a while since my last post.
To get Fedora 16 installed through EFI, Besides the similar steps in Fedora 14 installation where you need to copy the vmlinuz and initrd.img from the Fedora 16 installation disk, you need a minor modification in the elilo.conf to make the installation work in Serial Console.
Here's the additional text in red you need for Fedora 16 installation from EFI through Serial Console
prompt
timeout=50
default=Linux
image=vmlinuz
label=Linux
initrd=initrd.img
append="console = ttyS0, 115200n8 serial"
To get Fedora 16 installed through EFI, Besides the similar steps in Fedora 14 installation where you need to copy the vmlinuz and initrd.img from the Fedora 16 installation disk, you need a minor modification in the elilo.conf to make the installation work in Serial Console.
Here's the additional text in red you need for Fedora 16 installation from EFI through Serial Console
prompt
timeout=50
default=Linux
image=vmlinuz
label=Linux
initrd=initrd.img
append="console = ttyS0, 115200n8 serial"
Subscribe to:
Posts (Atom)