LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-24-2004, 03:40 AM   #1
peter1608
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Rep: Reputation: 2
Novic questions - boot loader and floppy disk mount


I am a total novice when it comes to Linux, though I do have some limited DOS/Windows experience.

I have decided to try and learn about Linux, so I bought a book with a distro of Fedora in the back. I chose Fedora on the basis of the basis of the clarity of the book rather than any inherent quality of the software, on which I am not qualified to comment.

Well, it's installed and running, (with the GRUB boot loader to choose between Linux and W98) but with several glitches. During installation I accepted all the default options. As I am working entirely on my own, with no friends or colleagues to guide me (not that I don't have friends, just that they're not into Linux!) I expect I shall be returning here frequently to try and iron out these problems, but for starters:---

1: The BIOS is set to boot from CDROM, and this worked ok for the installation of LINUX. But now it seems to always boot from the boot loader, irrespective of the BIOS setting. How can I restore the CDROM boot?

2: I read that you have to mount and unmount floppy disks before using them. Well, mount is ok, either from the GNOME desktop or through the command 'mount /mnt/floppy' but unmount always fails with an error message along the lines of 'device is busy' As far as I know it is not - I have closed down all floppy based activity, but the only way I can unmount it is to reboot the system. What am I doing wrong?

3: Boot is agonisingly slow, and one of the start up actions eventually returns the message 'FAILED'. How do I track what is going wrong?

Thanks for any help.

Peter
 
Old 03-24-2004, 06:53 AM   #2
arrruken
Member
 
Registered: Apr 2003
Distribution: gentoo
Posts: 238

Rep: Reputation: 32
1.If in the bios, your cdrom is your first boot device, then you can boot from cd's. Searching of the devices happens before the boot loader now matter where the boot loader is installed. I suspect you have a problem with either the cd or the cd-rom drive, providing you are sure that the cd-rom is the first boot device.
2. Im assuming when you say you are trying to unmount the floppy, you are using the "umount" command and not "unmount", but make sure you are. You can specify to force an unmount by typing "umount -f /dev/whatever. Beyond that, I dont have any floppy drives in any of my pc's so youre on your own, but that should work.
3.All system messages are in /var/log. On my system, the files is simply called "messages". There may be other files for different things, such as boot,etc. Take a look at some of the files in there to find out which one is the one youre looking for. As far as the boot being slow, its probably the system waiting for a device that isnt there or is unresponsive, youll have to check the log and we can try to tell you how to fix it.
 
1 members found this post helpful.
Old 03-24-2004, 07:03 AM   #3
UltimaGuy
Member
 
Registered: Aug 2003
Location: Chennai, India
Distribution: PCLinuxOS .92, FC4
Posts: 840

Rep: Reputation: 32
Here are my suggestions :

1) As previously explained, BIOS is totally independant of the boot manager, so recheck your settings.

2) Try this instead of using right-click on the floppy :
a) Open a terminal(Also called as a console)
b) Type mount /mnt/floppy for mounting your floppy
c) Do all the copying either using a shell or Konqueror/Nautilus
d) If you're using shell for copying, change to your home directory by typing cd <enter> . If your using konqueror/nautilus, click on Home and get back to your home folder
e) In your original console, type umount /mnt/floppy
f) Remove the floppy only after the prompt returns in the console and the light stops blinking in the floppy drive.

3) Check out the name of that service, then as root type ntsysv in your console. Turn off that service in the list displayed.

Any more problems, post here
 
1 members found this post helpful.
Old 03-25-2004, 02:28 AM   #4
peter1608
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Original Poster
Rep: Reputation: 2
Thanks for the comments

Last night I changed the BIOS to boot first from Floppy, which worked ok. Then when I changed it back to CDROM that worked too. Yes, it was definitely set to CDROM in the first place, not hard disk, but whatever was the glitch seems now to be past.

As for floppy u(n)mount, this was still failing with a dialogue box which said "Nautilus was unable to unmount the selected volume". Clicking on details gave the message "umount: mnt/floppy: Device is busy". I tried closing Nautilus, resetting it to my home area first, etc., but to no avail. In an apparently unrelated issue, I had been overzealous in clearing files from my home area and had removed the the 'Start Here' icon in the desktop. To give myself a clean start I removed my user login and created a new one. Hey presto - now with the 'Start Here' icon resored umount seems to work. Does this make any sense?

As for the slow boot, the point at which it stops is when the status message is "Bringing up interface eth0". It waits far what seems like a couple of minutes then responds "[FAILED]" and continues. Any idea what this means, and what I can do to get around it?

Peter
 
Old 03-25-2004, 09:59 AM   #5
arrruken
Member
 
Registered: Apr 2003
Distribution: gentoo
Posts: 238

Rep: Reputation: 32
It sounds like it is trying to use dhcp, and for whatever reason isnt working right then. How do you recieve your i.p. address. static or dhcp? Also what distro are you using?(so we can tell you how to turn that off)
 
1 members found this post helpful.
Old 03-25-2004, 11:48 AM   #6
peter1608
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Original Poster
Rep: Reputation: 2
Not sure that I do receive an ip address - it's an old second hand machine that I'm using for practice without internet access (though it maybe has a network card from the previous owner???). And if I do have one, I don't know how I receive it!

Distro is Fedora.

Thanks
 
1 members found this post helpful.
Old 03-25-2004, 05:41 PM   #7
peter1608
LQ Newbie
 
Registered: Mar 2004
Posts: 7

Original Poster
Rep: Reputation: 2
OK, I did a bit of probing and found an option on the GNOME menu via System Tools --> Network Device Controls. This led me to a profile of eth0, which I deleted and rebooted - no effect.

Next I went in via Start Here --> System Settings --> Network. This led me to apparently the same dialogue box, but this time when I deleted eth0 and rebooted it stayed deleted!

Early days - I've only rebooted once but maybe it's solved. Have I done anything silly here?

(Off for the weekend now - back to the keyboard on Monday)
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to mount floppy disk? iclinux Linux - Newbie 7 04-25-2005 02:11 PM
Boot loader on floppy needed or1onas Linux - Newbie 1 02-15-2005 03:00 AM
Boot Loader floppy Disk nathanv117 SUSE / openSUSE 2 11-13-2004 08:24 PM
Cannot mount floppy after trying to create boot disk halfhaggis Linux - General 2 09-20-2003 02:11 AM
Floppy disk fail to boot when install suse 8 with boot from floppy ffang Linux - Newbie 0 08-18-2003 08:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration