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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-23-2009, 11:24 PM
|
#1
|
|
LQ Newbie
Registered: Jun 2009
Posts: 3
Rep:
|
Fedora 11: Cannot mount partition on Seagate FreeAgent Drive's secondary partition
When I try to install Fedora 11 (64 bit) onto a Seagate Freeagent disk drive's second partition (first one is Windows, and I'd like to keep it that way) as /boot and the thirds as the / (root), I get the error message that cannot mount (or maybe it's find) partition. Error #15 if I remember correctly.
The drive *may* be (I'm not sure) considered a Mass Storage Device rather than a Hard Drive by my BIOS.
I've read on another page http://www.togaware.com/linux/surviv...s_Storage.html that USB devices are read as SCSI? Would that mean when I install Fedora, I should have checked the SCSI box? If so, does that mean I should reinstall?
I've tried using EasyBCD 2.0 Beta Build 63 and have been receiving suggestions from their tech support, but alas, my difficulty does not lay in grub but rather somewhere deeper I think.
Thank you for any help,
Erik
|
|
|
|
06-24-2009, 05:33 PM
|
#2
|
|
Member
Registered: May 2001
Posts: 149
Rep:
|
Please describe how you're booting up to the USB device.
I believe what happened is the following... You installed from a CD-ROM. When anaconda (setup) ran from the CD-ROM, at the time - the USB device was hd(1,1) - The internal hard drive was hd(0) at the time.
Now that you're booting from the USB device, the USB device is hd(0,1) (since that's the first hard drive seen by GRUB).
So, grub is trying to boot to hd(1,1) instead of hd(0,1). This happens when you install to removable media from an image on a physical drive other than where you'll be installing to in some scenarios.
If you can, use grub's edit option after it has booted and try to change from hd(0,1) to hd(1,1) or vice versa.
|
|
|
|
06-24-2009, 06:42 PM
|
#3
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,390
|
Grub Error 15 is file not found which means Grub is looking for it's boot files and they are not where they are expected. The stage1 file of Grub is in the master boot record, the rest (almost all) of the Grub files are on the root or boot partition. You have a separate /boot partition so that is where Grub will be looking.
Load the Fedora Live/Install CD, go to a terminal and enter the "fdisk -l" command as root user. Post the output here. Also might be useful to post the output of the command: cat /boot/grub/menu.lst (menu.lst might be called grub.conf in Fedora).
How many drivess do you have attached?
|
|
|
|
06-25-2009, 12:19 AM
|
#4
|
|
LQ Newbie
Registered: Jun 2009
Posts: 3
Original Poster
Rep:
|
Quote:
Originally Posted by sonnik
Please describe how you're booting up to the USB device.
Now that you're booting from the USB device, the USB device is hd(0,1) (since that's the first hard drive seen by GRUB).
So, grub is trying to boot to hd(1,1) instead of hd(0,1). This happens when you install to removable media from an image on a physical drive other than where you'll be installing to in some scenarios.
If you can, use grub's edit option after it has booted and try to change from hd(0,1) to hd(1,1) or vice versa.
|
No, I don't think that's it because I am using EasyBCD as my grub. This loads up from my main hard drive (hd0) and looks to hd1,2 (where I have installed Fedora's /boot partition. hd1,1 is another Windows partition.
I'm afraid if I edit grub to boot from hd0,1 that I'll overwrite my "lovely" Vista in places that will cause pain and suffering.
Erik
|
|
|
|
06-25-2009, 12:56 AM
|
#5
|
|
LQ Newbie
Registered: Jun 2009
Posts: 3
Original Poster
Rep:
|
Quote:
Originally Posted by yancek
Load the Fedora Live/Install CD, go to a terminal and enter the "fdisk -l" command as root user. Post the output here. Also might be useful to post the output of the command: cat /boot/grub/menu.lst (menu.lst might be called grub.conf in Fedora).
How many drivess do you have attached?
|
I do not know how to redirect the output where I can upload it here. I'm using my Windows version of Firefox to read this. How can I transfer a file from my Linux side to my Windows side before installation?
One thing I did notice about fdisk -l's output was an asterisk by my main drive's root directory (infamous C:\ in the Windows world) and not one by what should be the /boot partition on my Linux side. Is that relevant?
I have three drives attached. hd0 is my Windows side, hd1,0 is another Windows partition for the Free Agent Drive. hd1,1 is where I put /boot and hd1,2 is where I mounted the /. (not slashdot). My third one is a hard drive (hdc)I did something screwy trying to get this to work and is uninitialized. It was my old computer's hard disk. I have to recover some data from it, but it does not enter into my Linux thoughts for now.
Anyway, please let me know how to redirect so we can begin making progress. If there's a link somewhere that explains it already, just point me there.
Thank you both/all for the help.
Erik
|
|
|
|
06-25-2009, 01:10 AM
|
#6
|
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 11,220
|
There are lots of "half information" here so far. Is the following (all) correct.
- you can successfully (still) boot Vista using the Vista boot loader
- you completed the Fedora install, and installed grub to the boot partition, not the MBR
- you successfully used EasyBCD to locate grub and added Fedora as an option to the Vista boot menu
- when you select Fedora from the Vista boot menu you get the (grub) error 15.
As for getting the Linux info, you should be able to boot the Fedora CD/DVD and "switch" to the disk install (bypassing grub), then look around, as suggested above. Your network should come up so you can post directly from there. Otherwise it may run as a liveCD - same comments apply.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:24 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|