<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Date: Sun, 05 Feb 2006 14:47:26 +0100<br>From: Toralf Lund <<a href="mailto:toralf@procaptura.com">
toralf@procaptura.com</a>><br>Subject: Disable network init on boot?<br>To: For users of Fedora Core releases <<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a>><br>Message-ID: <<a href="mailto:43E601EE.4090100@procaptura.com">
43E601EE.4090100@procaptura.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>I think maybe I knew how to do this once, but I never can remember the<br>details of kernel arguments, and the docs/howtos are not of much assistance.
<br><br>Anyhow, I've installed a new driver for my (wireless) network, and it's<br>not working very well - the system will lock up completely in the<br>hardware init stage. As it happens, I think I know how to make things
<br>work, but before I can do that, I need to be able to start up the system<br>in single user mode at least. So how exactly do I do that? How do I<br>prevent the kernel from loading a certain module that modprobe.conf<br>
tells it to load? Can I disable a "device type" in the hardware init<br>phase? And shouldn't there be as simple way to start up the system with<br>the minimal config to allow access to the harddisk? Or is there one?
<br><br>And so on...<br><br>- T<br></blockquote></div>FC4 Rescue CD<br>
FC4 install CD using the rescue mode (see opening screen)<br>
Any Live CD Distro (Ubuntu, for example, do a "sudo -s" from the terminal).<br>
Editing the "Kernel" line in Grub adding a 1 may well not load the mods.<br>
<br>
Most rescue modes have the HD mounted and vi works for an editor.<br>
<br>
There is alaways:<br>
<br>
mount -t ext3 /dev/hda1 /newMadeIDirectory<br>
<br>
to mount an ext3 partition on hda1 on a directory you newly made with "mkdir newMadeDirectory".<br>
<br>
Have fun!<br>
<br>
Tod<br>
<br>
BTW - same boat - making a new kernel today probably.<br>