Fedora Installation :: Can't Install FC14 / Sort It?

May 13, 2011

I'm trying to install FC14 on my box... without any success so far

The problem: when it comes to write the partitioning scheme to the disk, the system freezes. This occurs with the following CD images:
- Fedora 14 LXDE live image. Installation using "Install to Disk" script.
- Fedora 14, regular i386 image
- Fedora 15 (beta) LXDE live image

I did further tests and found out that I could simply reproduce the problem by trying to write a partition on /dev/sdb using fdisk:
- after executing the fdisk 'w' command, the system hangs for about 10-15 seconds
- no kernel message can been seen during this time using dmesg
- after those 10-15s, the system freezes. I have no other option but power off the machine.

There is no Hardware problem with the disk itself. I can read/write partition on that disk without problem using another distro.

Does someone have a few ideas what to do?

View 5 Replies


ADVERTISEMENT

Fedora Installation :: FC14 Won't Fully Install / Make It Possible?

Dec 24, 2010

New 320 Gig HD. Installed FC14 from DVD and it worked, except there are no icons at all to get started as there were in FC 13. Cant find "Places", "Applications" that were at the top of the screen. Now it's blank except for the splash design. Tried to re-install, but it won't do that. Just goes to the HD and the same blank splash screen. Thanks for the help. Please be easy with explanations as I'm new at this.

View 14 Replies View Related

Fedora Installation :: Getting Error When Try To Install Openoffice / Sort It?

Apr 30, 2010

Keep in mind that I am a newbie to Fedora.

First off I have set up the PC so that it dual boots XP and Fedora 12

I have been struggling with the installation of openoffice 3.2
I have watched a tutorial on ..... where he was able to do it on Fedora 12 using the
Add/Remove Software feature just by simply typing in openoffice.org.
I have tried this multiple times and can't seem to get it working.

I have also tried using the yum command through terminal
I have been using "yum localinstall" and recieve this error

Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.
Please verify its path and try again

View 9 Replies View Related

Fedora Installation :: Fedora Won't Install Dual Boot / Sort It?

Jul 28, 2009

I tried a number of times to install dual boot with Win2k. I keep getting errors at the stage of setting up the partition for the install. When I try to choose ext4 it says Fedora cannot be installed on a bootable drive, fix the problem. I don't see how to fix it...it does not say what to do or change.

I have had other linux installed in the same partition without a problem. What gives?

150GB drive for both OS's Separate drive for data, not involved in the install.

| 72GB NTFS Win2K | 76 GB free for ext3 and swap |

LBA support on in Bios.

View 14 Replies View Related

Fedora :: Any Way To Use Packages To Install On Fc14?

Jul 30, 2011

I'd like to update my version of gsl to 1.15 (it has improved integration routines) Downloading & compiling worked, but I'm hesitant to overwrite the default packages with ones I compiled myself since there's a lot of compilation flags etc I may be getting wrong. On top of that, I need the header files from gsl-devel too to link against, and I'm not sure how that works. (Where to place them etc)Is there any way to use these packages to install on fc14?Should I just compile it myself?And what about the devel headers?

View 2 Replies View Related

Red Hat / Fedora :: Install Nokia Software Under Fc14?

Jan 29, 2011

I want to install nokia software under linux, but i can't find any software about nokia .. some one can give me some advice about this?

View 5 Replies View Related

Fedora :: Install HP Laser Jet P1006 Printer For FC14?

Mar 8, 2011

i am getting problems in order to install my HP laser jet p1006 printer for FC14.

View 15 Replies View Related

Fedora Installation :: FC14 Installation Crashed To Grub Prompt

Dec 20, 2010

I decided to upgrade my FC installation to the latest version - FC itself offered the upgrade when I turned the machine on, so it appeared that it was nicely packaged to make the upgrade easy.After a long download of packages, the machine rebooted and then started taking me through configuration options (timezone, disks to use for the installation etc) but then it crashed trying to write to disk and now leaves me at a grub prompt whenever I boot.Is there any way to "get at" the installation files and get back into trying to install or do I now need to download an ISO and burn a DVD and start all over again?

View 1 Replies View Related

Fedora Installation :: Trying To Get Dial-up Working On FC14

May 14, 2011

I'm trying to get dial up working using wvdial, kppp or system-config-network. Whatever I try, it shows "no modem found." I'm using a US Robotics serial modem that's worked with other linux set-ups, so I know it's not the modem. What's the command to find a serial modem in the terminal? lspci doesn't show it.

And any info on getting any of these to work..especially system-config-network! Had it working with linux Mint's LXDE on an older Thinkpad, but something happened after an up date (kept saying that an IBM system was detected and refusing to load a module when it booted.) After update, didn't show that warning, perhaps loading the module.

Old Thinkpad hasn't loaded an operating system since! Won't even load gparted so I can get something else on it.....so I'm sticking with Fedora until I can figure it out. Got another old Thinkpad, don't want to repeat the same mistake. Guessing that it's a debian problem, as Mint's never broken anything before.

View 14 Replies View Related

Fedora Installation :: 13 Installation After Fc14 Is Installed Partitioning

Dec 27, 2010

I am trying to install 2 or 3 versions of linux on my hardisk of 500GB capacity. The configuration of my machine is Intel Dual Core, 4 GB Ram, 3.0 Processor Windows XP is not installed on this. I tried to use a tool called GParted but was unable to use as it was not able to bring up the XServer So I booted the machine with fedora14 installation CD and chose "Custom Layout" After reading about the partitions needed by Fedora I created 3 partitions in /dev/sda /dev/sda1 the boot of 500MB formated as ext4 /dev/sda2 the swap of 6096MB formatted as swap /dev/sda3 / size 150GB formatted as ext4

The installation went well and fc14 runs well on this. However when I went to install the other linux version ....the installer was not able to recognize the unallocated space of nearly 350 GB on the hard disk.....So I am not able to create new partitions and then install the new linux on the newer partition. As a result I am unable to make use of the remaining space on the HDisk. I think I should have created /dev/sda4 /dev/sda5 etc when I installed fc14 itself....

View 4 Replies View Related

Fedora Installation :: Mysql Fc14 Can't Create New User?

Nov 10, 2010

I installed mysql on FC14, but can't successfully create a new user. It lets me go through all the steps without complaint, but then I can't log into mysql as the new user.

Here's what I did.

1) yum install mysql mysql-server
2) service mysqld start ##sets up mysql
3) mysqladmin -u root password myownsecrectpass ##create a root password
3b) mysql -uroot -p; #log in as root, this works fine
4) CREATE DATABASE webdb;
5) CREATE USER 'anewuser'@'%' IDENTIFIED BY 'password123'; ##create anewuser with a passwd
6) GRANT ALL ON webdb.* TO anewuser@'%';
7) FLUSH PRIVILEGES;

Then I log out of mysql as root and try to log in like this
mysql -uanewuser -p

I enter the password and get this error:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

View 3 Replies View Related

Fedora Installation :: Partitioning Scheme FC14 X86_64?

Dec 20, 2010

I am going to set up a home server (command line only) with 2 x 1 GB HD and 4G memory. hat partitioning scheme would you recommend? Not more than 5 users Fedora Core only Will host a web page Will run DNS, DHCP, SAMBA, LAMP, NTP, Firewall, etc.. Just normal stuff.The server will host a large amount of video/audio/picture files

View 5 Replies View Related

Fedora Installation :: Yum Update Error Fc14 - Fc15

Apr 25, 2011

I have work through fedora project guides and got these messages beneath.

[code]...

View 4 Replies View Related

Fedora Installation :: Upgrade The Kernel To FC14 And That Has Toasted?

May 9, 2011

I had a FC13 box which I ran a yum update which obviously does updates to the packages installed. My issue is that its tried to upgrade the kernel to FC14 and that has toasted by install. now when the box boots up I get this on the screen.

[ 1.741672] Kernel Panic - not syncin: VFS: unable to mount foot fs on unknown -block(0,0)
[ 1.741715] Pid: 1, comm: swapper Not tainted 2.6.35.12-90.fc.x86_64 #1
[ 1.741754] Call Trace:
[ 1.741789] [<ffffffff81468d6f> panic+0x8b/0x10d

there are a few more lines like te last one. I've tried a rescue disk but no good. is my box toasted for good? I've used a live cd and can still the data on the box, is there any way to resue this situation? or is it run live cd backup the data and do fresh install?

View 4 Replies View Related

Fedora Installation :: Yum Update For FC15 After Upgrade From FC14

May 27, 2011

After doing an upgrade from FC14 to FC15, I then updated the packages by doing:
yum update yum
yum clean all
yum --releasever=15 --disableplugin=presto distro-sync
I then get the following voluminous list of issues (148 pre-existing rpmdb problems). I've done an rpm --rebuilddb but no help.

Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
libclutter-gtk-0.10.so.0()(64bit) is needed by gthumb-2.12.3-2.fc15.x86_64
Please report this error in [URL]

Found 148 pre-existing rpmdb problem(s), 'yum check' output follows:
ImageMagick-c++-6.6.4.1-15.fc14.x86_64 has missing requires of ImageMagick = ('0', '6.6.4.1', '15.fc14')
akonadi-1.5.3-1.fc14.x86_64 has missing requires of libboost_program_options-mt.so.1.44.0()(64bit)
alchemist-1.0.37-8.fc12.x86_64 has missing requires of python(abi) = ('0', '2.6', None) .....
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2011-05-27-10-30qO4br9.yumtx

Well, it appears that downloading and installing libclutter-gtk-0.10.so.0 seemed to fix all the subsequent yum error messages, and I was able to install all the packages.

View 4 Replies View Related

Fedora Installation :: FC14 Very Slow Opening Website Pages?

Dec 27, 2010

I just installed FC14 on 2 different PCs. It takes over 40 seconds for either of them to open some webpages, ie amazons home page. It is not my internet connection. I can open the same webpage on both my Windows PCs in less than 5 seconds. I was using FC9 up until 1 month ago, and I believe it took about 15 seconds to open amazon, but I never actually timed it. I spend many hours a day on the internet and have used FC for many years. I have been very happy with it. Until now. My PCs are 1.8GHZ single processor and 2.4GHZ dual processor. Do I have to revert back to FC9 to fix this, or use a different distro?

View 4 Replies View Related

Fedora Installation :: Fc14 Preupgrade To Fc15 Hang On First Boot

May 27, 2011

i have just upgraded from f14 to f15 using preupgrade. i am now still waiting for the first boot to finish. the screen is stuck for more than an hour and the last line written was:

Started LSB: Start up the OpenSSH server daemon. and there is a blinking cursor.

View 3 Replies View Related

Fedora Installation :: Akmodsbuild Error After Upgrade FC14 - FC15

Jun 4, 2011

Dell Studio 1555 (Wireless WLAN 1397 Half MiniCard (4312bg)) I'd tried

Code:
# akmods --force
5.100.82.38-1-for-2.6.38.6-27.fc15.i686.PAE.failed.log is attached. How to build akmods?

View 3 Replies View Related

Fedora Installation :: FC14 Upgrade Breaks X, Nouveau/nvidia?

Jun 17, 2011

My system with kernel-2.6.35.10-74.fc14.x86_64, NVIDIA 3800 + Samsung 2233 and 3Dvision kit works fine, but upon upgrading to kernel-2.6.35.13-92.fc14.x86_64 the system won't go past the blue->white bar along the screen. The modprobe.d directory has the file blacklisting nouveau and there is the grub entry rdblacklist=nouveau, but do I need to re-run the nvidia installer. If so I think I need to reset the init level to stop X11 trying to load. and will I need to keep doing this everytime I upgrade the kernel if I have nvidia drivers installed?

Leigh123linux desired code output is below

***
abrt-addon-kerneloops-1.1.18-1.fc14.x86_64
kernel-2.6.35.10-74.fc14.x86_64
kernel-2.6.35.13-91.fc14.x86_64

[Code]....

View 2 Replies View Related

Fedora Installation :: Fc14 Hangs After Kernel Update / Solution For This?

Aug 8, 2011

I am unable to boot with kernel 2.6.35.13-92.fc14.x86_64 which was installed while applying software updates. It hangs with the last message issued "Registering binary handler for Windows Applications". Searching led to it being related to a problem with the nvidia drivers. I followed the directions in several posts - delete /etc/X11/xorg.conf, reboot, run nvidia-xconfig, reboot and all is fine, but not in my case. The first reboot works but the screen is wrong. There is a 1 inch wide black border around the presentation window. If I then do the nvidia-xconfig and reboot, i am back to where I was before - boot hangs after issuing "Registering...". If I boot to the last good kernel, everything works fine. This happened to me once before and I was able to fix it by rebuilding the nvidia kernel (I think that was what I had to do), but I can't find out how to do that. I have akmod and kmod installed which are supposed to take care of this problem. I booted to kernel 13-92 recovery mode, deleted the xorg.conf file and ran nvidia-xconfig from there. Still fails. I don't know what to list here, but I will do my best to supply whatever is necessary.

View 1 Replies View Related

Fedora Installation :: FC14 Installer Not Driving Video Card?

Aug 14, 2011

I am about to upgrade my wife's PC from FC12 to FC14. The DVD boots OK and the disk check passes OK. The installer get to the point that it says 'Running Anaconda' (or words to that effect), then the screen is cleared, a brief flash of garbled graphics appears at the top of the screen, then all goes blank.

If I select the option to install using a basic video driver, I get the expected installation screens appearing centred but scaled down within the display, as though the image was a 640x480 window in, say, a 1024x768 display (those figures are guesses, but give the right idea).

I can install this way, but first want to check that this will not leave me with a scaled-down display when I boot to FC14. In other words, will FC14 recognise my (elderly) video card correctly, even though the installer does not?

The machine is running fine under FC12 and I did not strike this problem when I upgraded it to that version.

I have tried the upgrade using two different DVD images, in case one had a fault that the disk check did not pick up.

View 3 Replies View Related

Fedora Installation :: Microphone Doesn't Work With FC14 On Dell Laptop

Nov 18, 2010

How to make the mics work on a Dell XPX M1330 laptop. This seems to be a common problem with built in mics on laptops. I've tried all the obvious things with alsamixer and pulseaudio.

View 1 Replies View Related

Fedora Installation :: Error - The File Upstart-sysvint.0.65.9.fc14.i686.rpm Cannot Be Opened

Nov 20, 2010

it's the installation media or the ISO is broken because i have reburned / redownloaded the fedora14 multiple times with the same result. I even tried burning the disc on a different computer just to make sure the burner is still working. This is the error i am getting when the "Starting installation Process" dialog displayed.

"The file upstart-sysvint.0.65.9.fc14.i686.rpm cannot be opened. This is due to a missing file, a corrupt package or corrupt media. Please verify your installation source" I remember fedora 13 and below i have to use nousb command or something similar to get fedora installed properly but not for fedora 14. It just pops up with the message above.

View 8 Replies View Related

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

Installation :: Not Able To Install Ubuntu 10.10 / Sort It?

Dec 16, 2010

After burning .iso file as an image and changing bios boot to CD rom I've turned on the PC and after few minutes i got the message :
udevd[84]: worker [214] failed while handling '/devices/virtual/block/loop0.

I've no clue how to overcome the error.

View 1 Replies View Related

Installation :: Failed To Install Ubuntu 10.10 / Sort It?

Oct 12, 2010

I downloaded and burned the iso at 12x speed and configured the BIOS so that the computer would boot from a CD. I ran the Live CD and everything seemed to be fine until i was informed that the installation had failed because of problems with my hard drive. But worst was to come when i reconfigured the BIOS so as to boot from the hard drive and all i got was a completely blank screen. I don't have a Ubuntu 10.04 Live cd handy so i have to use a different distro's live cd just to get on line.

View 9 Replies View Related

Ubuntu Installation :: Mandriva Won't Boot After U10.04 Install / Sort It?

Aug 8, 2010

I have a triple-boot of Windows Vista, Ubuntu 10.4, and Mandriva 2010. After a re-installation of Ubuntu I have been unable to boot Mandriva (it doesn't appear on the boot menu). I could sure use some help with this. Following is some boot info that I downloaded code...

View 2 Replies View Related

OpenSUSE Install :: KDE Environment Not Booting As Default After Installation / Sort It Out?

Apr 2, 2011

I have cleaned-intall 11.4
After the installation, the KDE environment is not booting as the default, but runtime level 5 boot instead.
I have checked my installation and ensured to have KDE4 installed.

Please advise how to have KDE boot.

My graphics card is ATI Radeon Mobility X1400 on Acer Travelmate 4670.

View 4 Replies View Related

Fedora :: Can't Find / Install Headers For My Kernel - Sort It?

Jan 27, 2010

I am trying to install a piece of software that uses an install.pl script which looks to /usr/src/linux/include/ for my kernel headers...but it never finds them or that directory/link.

I've run "yum install kernel-devel kernel-headers" so I am pretty sure they are installed.

My "rpm -qa | grep kernel" returns code...

What am I missing?

View 1 Replies View Related

Ubuntu Installation :: Black Screen When Trying To Install On Aspire D250 / Sort It?

Mar 11, 2010

I have a Acer Aspire D250 the new ones that comes with the win 7 starter kit.

When I try to install or just even try to load from the live CD from Ubuntu 9.10 or Ubuntu 9.10 remix the logo come up and screen goes black. I'm using a 4gig Sanddisk cruzer and I formated to fat32.

Is it an option that I need to change into the bios? do you think I really need to use a external DVD to install it?

I tried to find a solution on google but can't find anything

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved