Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Redhat / Fedora Linux Help
Reload this Page Install problem...
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Redhat / Fedora Linux Help Help and discussion related to Redhat and Fedora Linux.

Reply
 
Thread Tools Display Modes
Old 03-07-2008   #11 (permalink)
Jonathan183
Linux Engineer
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,280
Quote:
Originally Posted by buccaneere View Post
[fedora@localhost ~]$ sudo fdisk -l
fedora is not in the sudoers file. This incident will be reported.
[fedora@localhost ~]$
At least it only put it in your system log files and here.

Quote:
My Ubuntu load is on sdb, I'm pretty sure. Shouldn't Ubuntu + Fedora be loaded on the same disk? Does it matter to the GRUB loader?
Grub should be able to cope with different disks ... from the above it looks like there is not space on the hard drives as reported by the install.

What installed the LVM was it a failed install attempts?

Ed: I have not used LVM at all ... when I installed CentOS this was to an ext3 partition ... can you do the same with Fedora and see if that works once you create the free space on one of the disks? ... I did say I'd ask the stupid questions.
Jonathan183 is offline   Reply With Quote
Old 03-08-2008   #12 (permalink)
buccaneere
Just Joined!
 
Join Date: Apr 2007
Posts: 56
Quote:
Originally Posted by Jonathan183 View Post

What installed the LVM was it a failed install attempts?

Ed: I have not used LVM at all ... when I installed CentOS this was to an ext3 partition ... can you do the same with Fedora and see if that works once you create the free space on one of the disks? ... I did say I'd ask the stupid questions.
I presume the LVM was indeed installed by a failed Fed 8 install, although I don't know that for certain.

What does that tell me, about how to get the install done successfully?

Could this install problem be related to the fact that only disk sdb gets mounted at boot-up, when I boot Ubuntu???

Could having 2 of the HDDs on a PCI IDE controller card cause a problem?
buccaneere is offline   Reply With Quote
Old 03-08-2008   #13 (permalink)
buccaneere
Just Joined!
 
Join Date: Apr 2007
Posts: 56
I got a second 'successful install' (supposedly) right now.

Before I re-boot from Live, anything I can do to confirm install? What would be the error if 'change directory' doesn't execute?

Thanks again....................
buccaneere is offline   Reply With Quote
Old 03-08-2008   #14 (permalink)
buccaneere
Just Joined!
 
Join Date: Apr 2007
Posts: 56
The second 'successful install' (again), was not.

Any ideas?
buccaneere is offline   Reply With Quote
Old 03-08-2008   #15 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 17,315
Send a message via Yahoo to devils casper
I would suggest you to create ext3 partitions instead of LVM.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-08-2008   #16 (permalink)
Jonathan183
Linux Engineer
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,280
Quote:
Originally Posted by buccaneere View Post
I can't install Fedora 8 anywhere (of 4 hard disks in this box).

I tried 3 unused, unpartitioned disks for the install sda, sdc, sdd, but even with option 'Remove all partitions and create default layout', the return is 'Could not allocate requested partitions', for all 3 disks.
Quote:
Originally Posted by buccaneere View Post
I presume the LVM was indeed installed by a failed Fed 8 install, although I don't know that for certain.

What does that tell me, about how to get the install done successfully?

Could this install problem be related to the fact that only disk sdb gets mounted at boot-up, when I boot Ubuntu???

Could having 2 of the HDDs on a PCI IDE controller card cause a problem?
Quote:
Originally Posted by buccaneere View Post
The second 'successful install' (again), was not.

Any ideas?
The message you get this time looks to be different to your original post ... original bomb out of install process due to lack of disk space. Now it sounds as though you have managed to install but you don't have an option to start FC on the boot menu.

Since you have had a go at running install since the fdisk -l posting I suggest you run that again. Also indicate which drive you did the last sucessful install to.

My guess would be that you have an install but grub was not updated as part of the install process. So I'd track down the grub /boot/grub/menu.lst file which should have been added as part of the install and add an entry to your existing grub menu to link to it ... something like ...
Code:
title Other grub menu (sda8) CentOS
        root (hd0,7)
        configfile=/boot/grub/menu.lst
Replacing the (hd0,7) with the correct reference eg second hard drive 5th partition hdb5 would be (hd1,4) etc.

devils_casper may have other suggestions ... and be able to comment further on the PCI IDE controller.
Jonathan183 is offline   Reply With Quote
Old 03-08-2008   #17 (permalink)
buccaneere
Just Joined!
 
Join Date: Apr 2007
Posts: 56
Too late.

I tried to install Fed8 again, wiping Ubuntu, and default partitioning all 4 disks. Ubuntu was a new install; no big deal.

The Fed8 install completed [again], but would not eject Live disk, and at re-boot, lights up error 17.

I cannot bring up bios either - it is booting right into grub loader.

Now what?
buccaneere is offline   Reply With Quote
Old 03-08-2008   #18 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 17,315
Send a message via Yahoo to devils casper
Press F8, Del or F2 keys at startup to enter in BIOS.
Have you created LVM this too?
Boot up from LiveCD again and execute this in Terminal :
Code:
su -
/sbin/fdisk -l
Post output here.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-09-2008   #19 (permalink)
Jonathan183
Linux Engineer
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,280
Quote:
Originally Posted by devils_casper View Post
Press F8, Del or F2 keys at startup to enter in BIOS.
Have you created LVM this too?
Boot up from LiveCD again and execute this in Terminal :
Code:
su -
/sbin/fdisk -l
Post output here.
If the keys don't work to get you into BIOS then try esc, backspace, F1 as well. On some PC's you don't get a prompt to hit a key to enter BIOS so you should also try keeping the keys pressed during the reboot.
Jonathan183 is offline   Reply With Quote
Old 05-11-2008   #20 (permalink)
buccaneere
Just Joined!
 
Join Date: Apr 2007
Posts: 56
This problem also was caused by KVM incompatbility.

Although it switched properly, it caused instability in a linux box, and a windows box.

???
buccaneere is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mkinitrd install problem Skunkk Redhat / Fedora Linux Help 1 01-24-2007 09:49 AM
Package Update Errors (8 of them) Arkhan Redhat / Fedora Linux Help 13 01-16-2007 08:02 PM
klibido install problem: dependency for uudeview, alrady installed signmeuptoo Linux Newbie 9 08-06-2005 09:48 PM
SUSE DVD install problem pilotw98 SuSE Linux Help 10 04-20-2005 11:20 AM
HOWTO - Install Software [README] jasonlambert Linux Tutorials, HOWTO's & Reference Material 11 01-04-2005 11:46 PM


All times are GMT. The time now is 02:46 AM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0