LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Just installed Fedora, fatal error when it looks for floppy, i have no floppy (https://www.linuxquestions.org/questions/linux-software-2/just-installed-fedora-fatal-error-when-it-looks-for-floppy-i-have-no-floppy-206558/)

Zieroth 07-18-2004 10:10 AM

Just installed Fedora, fatal error when it looks for floppy, i have no floppy
 
I dont understand, when it searches for the floppy, which i dont have, gives this error

modprobe: FATAL: Error inserting floppy (/lib/modules/2.6.5-1.358/kernel/drivers/block/floppy.ko):No such device

Thier has to be a easy fix for this, is their a way to tell it thier is no floppy?? thanks

shanenin 07-18-2004 11:02 AM

I am not exactly sure what mechanism is used to load the module for your floppy. I could take a guess. Open your file(as root) /etc/fstab and check if there is a line for a floppy. If there is comment it out. That means place a "#" in front of it. This line will not get read, so it might not try and load the module. below would be an example

Code:

#/dev/fd0    /mnt/floppy    vfat      noauto      0  0

Zieroth 07-18-2004 11:52 AM

I wish i could get access to that module, i have the GNU GRUB boot screen, and then after i hit enter, it goesthrough some error checking, then it freezes at that error. I did notices that at OS selction screen it does give me some optons, e to edit command, a to modify the kernel arguments, or c for a command line,,, The command line isnt like anything im falmair with and doesnt take linux commands, so im a bit lost.

shanenin 07-18-2004 12:11 PM

I did not realize that it froze completely at that error. I would still try to edit that file. The easiest way would be with knoppix. Boot your system with knoppix and edit that file using knoppix. You do have the option of editing files with your fedora install CDs. I think it walks you through the procedure for mounting(accsessing) your file system. After it is mounted you can edit the file /etc/fstab.

Zieroth 07-18-2004 12:13 PM

This program? where do i find it? if i use the fedora disk, all it lets me do is a new isntall of fedora, no other editing options. thanks for your input, hopefull i might get this thing to the next screen

shanenin 07-18-2004 12:19 PM

I was basing that assumption on redhat, fedoras predesessor. It gave you an option of rescue mode, so you could edit files.

Knoppix is a live version of linux that runs of a cd. It is a full working version of linux. I use it as a tools to fix my installed systems all of the time.

Zieroth 07-18-2004 12:20 PM

ahh, ill dig arround and DL it, maybe it may help, thank you for your input once again!

RHELL 07-18-2004 05:06 PM

You should be able to boot from the CD#1, get an 'isolinux' prompt.and type 'linux rescue'. This would allow the fstab edit mentioned above.

You may also be able to use the 'e' option at the boot screen to remove any 'mount /dev/fd0' reference, but I don't have one in front of me, and sadly havent' committed it to memory yet.

Also, does your BIOS indicate that there is a floppy? Fedora could be getting confused from there.

RHELL 07-18-2004 05:43 PM

Just to follow up, went through the Fedora CD#1 'linux rescue' routine on my machine. Good review for the RHCE exam anyway.

Prompt is actually 'boot', but all good. It does start anaconda, which looks like it's installing, but a stout heart will get you to the rescue shell.

Your hard drive will be mounted under /mnt/sysimage, so easiest to 'chroot /mnt/sysimage' to jailroot you there, then vi /etc/fstab will let you fix the problem. You might also look in grub.conf in case there's a failsafe 'mount' sequence there. My benumbed memory tells me there is.

Zieroth 07-19-2004 11:19 AM

Ok, looked in both places, neither place loads my floppy, Interesting, guess ill have to dig somemore on the forums. sorry for the long reply, went out last night, this got me so mad i could have cussed.

RHELL 07-19-2004 11:35 AM

Anything in /etc/modules.conf or /etc/sysconfig/hwconf ?

I'm really suspecting the BIOS, maybe the boot order, or I suppose even the damned 'startup floppyseek' might cause it.

What is trying to access the drive? Anything in dmesg?

Zieroth 07-19-2004 12:01 PM

thiers a hwconfig,,, but thiers no floppy listed. Read on another forum to add "alias floppy off " to my /etc/modprobe.etc, but i think i have butcherd it do too confusion at this point, me and elvis arent getting alot, i can never get it to save.

RHELL 07-19-2004 01:36 PM

OK, floppy drives are loaded as static devices by the kernel.

Try this:
boot through linux-rescue, (make sure NOT to mount drives read-only).
In /boot there's a file called something like config-2.6.5-1.FC2.
edit that file and set the flag:
CONFIG_BLK_DEV_IDEFLOPPY=n

Zieroth 07-19-2004 03:48 PM

AHHH!! found it!! um... one problem,.. o can insert the n, but,,,, um,, im not that good with this elvis things,,,, how do i save and quit lol...

Zieroth 07-19-2004 03:55 PM

Never mind, i finally found the help file on that one,,, lets see what happens////


All times are GMT -5. The time now is 05:33 AM.