Fedora Installation :: "fixing Recursive Fault But Reboot Is Needed
Mar 29, 2010
I'm new to fedora, but had installed it once before on machines for my class. I am now trying to install fedora on my PC at home, but every time I run the disk and chose install from the main screen all I get is a bunch of text and then it says "Fixing recursive fault but reboot is needed"
View 10 Replies
ADVERTISEMENT
Jul 15, 2011
i have a dell inspiron laptop lap top with windows7 os.my hardisk is 320gb capacity.now i want to install fedora as my secondary os. I tried fedora12 but instaltion terminated abnormally with the message safe reboot needed recievied signal 3. i have 20 gb unallocated space in my disk.
View 5 Replies
View Related
Dec 22, 2009
I just recently upgraded my computer from fedora 11 => 12.After moving /home to a separate partition the installation was very simpel.I only had to reconnect my windows system.BUT a strange problem has started to appear.
1) Booting to grub is no problem at all ( I have configured grub to be able to select windows if I want)
2) I always see the grub count down on my screen.
3) then there is a lot of discaccesses but the screen with the fedora symbol is not seen and then my monitor goes to sleep.
4) I usually(always) have to turn my computer off and try again at least three times before the screen with the fedora-sign is seen.
5) If the fedora-sign lights up I have no problem with login and use of the computer.
There seems to be a very unstable situation between grub and XwindowsHas anyone a solution or at least a explanation?
View 7 Replies
View Related
Dec 27, 2009
I am a relative newbie to Fedora 12, altho did start with OpenSuse. I installed XP first with the games that couldn't run via wine. Then I installed Fedora but I must've done something wrong as although Fedora runs fine with a few personal tweaks with everything I want I can't access XP as it is no longer an option in the boot up. What do you suggest I do. I have a system rescue cd ready but don't know how to access the boot or change it.
[Code]...
View 5 Replies
View Related
Aug 26, 2011
I'm taking a class this semester on Linux and a Fedora 13 DVD came with the book. Just now I've installed Fedora at home and started the updates. I saw a PAE entry in the updates so I went to the Terminal and typed uname -r and I see that the Fedora 13 DVD installed a PAE kernel on my machine that has only 1 GB of RAM.
Why did it do that?
Can I swap out the PAE kernel for a non-PAE kernel? (edit- I'm a Linux noob so I don't know)
Does it really matter?
After the updates I was going to try to install the proprietary Nvidia driver.
View 4 Replies
View Related
Feb 19, 2011
I am running the 64-bit version of Fedora 12 on an Intel system. I want to run a particular application that is only available in 32-bit.
How can I get the needed system libraries installed so I can run the application?
View 14 Replies
View Related
Jan 7, 2009
installing on linux i try to install VLC and get [user@localhost ~]$ sudo yum install vlc Setting up Install Process Parsing package install arguments Resolving Dependencies
--> Running transaction check
---> Package vlc.i386 0:0.8.7-0.8.fc8 set to be updated
--> Processing Dependency: vlc-core = 0.8.7-0.8.fc8 for package: vlc
[Code]...
View 3 Replies
View Related
Jan 22, 2011
Fedora 14 I recently went to install some software using the source files.When I ran the command
Code:
./configure
I got a message saying that
Code:
package gthread-2.0 not found
After searching the internet some one had the same problem. I needed to install a package called
Code:
glib2-devel
However, rather that searching the internet.
View 1 Replies
View Related
Dec 21, 2009
I ran into a strange issue after doing a preupgrade from Fedora 10 to Fedora 12: Preupgrade worked as described, I upgraded successfully to Fedora 12 and also worked 2 days without any (major) issue. Then I had some issues with firefox (malloc errors, couldn't start) so I thought I'll do it the "Windows Way" namely reboot, and then no chance to boot fedora. I was hit by a kernel panic saying "init not tainted 2.6.31.6-166.fc12.i686". I was able to boot in rescue mode using the preupgrade installer (still in the grub menu) but even chroot /mnt/sysimage gave me a "Segmentation fault".
I am not able to re-upgrade the system since the installer tells me (on vty3) "product Fedora version 12 found on VolGroup00-LogVol00 is not upgradeable". I also tried to reinstall the installed kernel as well as upstart (hint from [URL]) from the preupgrade repositories (using rpm --root /mnt/sysimage --force ...) but the kernel install failed with %post and %posttrans errors (signal 11). I also did fsck.ext3 for the lvm partition with no success. Does anyone have some additional hints how to recover? It's a 32 bit install on an Intel p4 with 2GB RAM.
View 2 Replies
View Related
Aug 17, 2011
without thinking, reinstalled my windows installation after already having the dual-boot set up and it wrote over the GRUB with Windows MBR. I let my girlfriend's friend borrow the disc before this and decided to just wait it out. Then, when getting the disc back, I carelessly forgot it at their house and have never been able to retrieve it, nor do I think that I ever will.
At this point my only live discs either only have GRUB1 or are corrupted. My only tools now are a netbook with a wubi installation of Xubuntu(no CD drive) and a 1GB flash drive, it seems. Any suggestions on how to access my ubuntu installation?
View 5 Replies
View Related
Nov 10, 2015
I installed Debian 8.2 first, then Windows 10 over it (I know, backwards, but I didn't wish to lose my customizations on Debian up to that point, and didn't realize until later that I wanted to Dual Boot). Running from a LiveCD of Debian 8.2:
Code: Select allsudo fdisk -l
Device - Start - End - Sectors - Size - Type
/dev/sda1 - 2048 - 116211711 - 116209664 - 55.4G - Linux filesystem
/dev/sda2 - 116211712 - 116244479 - 32768 - 16M - Microsoft reserved
/dev/sda3 - 116244480 - 232421375 - 116176896 - 55.4G - Microsoft basic data
/dev/sda4 - 232421376 - 234440703 - 2019328 - 986M - EFI System
[code]...
That's where I am stuck. I'm a bit new to Debian & Linux still and I've never dabbled with Grub2, I imagine I can't mount /dev/sda4 because in chrooted into /dev/sda1 and it can't see /dev/sda4 at this point (what I'm thinking anyway). So I try:
Code: Select allroot@debian:/# fdisk -l
fdisk: cannot open /proc/partitions: No such file or directory/I imagine that's what it is, but I don't know a way around that. I want to dual boot Windows 10 & Debian 8.2 on a UEFI (or EFI?) system with a GPT Disk. No guide I have found for fixing Grub2 or getting Dual Booting working with Debian then Windows installed have covered both things at the same time. I just have to be special I guess.
View 1 Replies
View Related
Aug 9, 2010
Ahm my question is, how can i adjust or redo the size of my hard disk in ubuntu? i mean i have the windowsXP OS then decided to install ubuntu 10.04 so i install it inside windows... i forgot to adjust the size or something?? because every time i boot ubuntu my free storage was 5 gb... but the real size of my HDD is 112gb in HOST directory but when im looking in home directory/home folder its shows that 5gb remaining, so what am i going to do? And what is my mistake?
View 2 Replies
View Related
Jun 22, 2011
Was running 10.10 64-bit on Thinkpad X201. I mistakenly clicked on upgrade this morning (really meant to just do a plain old update)... I tried to stop the process, but nothing that I did could get me out of the upgrade loop... so I eventually was forced to go ahead. Machine boots into 11.04; however, keyboard and mouse doesn't work. I have an external keyboard/mouse combo and that will intermittently work, but questionable. I was able to turnoff Unity; however, Classic doesn't seem to work with either external keyboard or laptop builtin.
My root and home are on separate partitions. I have a very fresh copy of home backed up on a separate drive. I don't have a recent backup of root. If I could get Natty working with Classic (including minimize/maximize) I'd be OK...I'd be also OK with going back to 10.10 if I could do it without too much pain. Meanwhile, I'm using another machine with Windows 7 so that I can at least do some work and come back to resurrecting my machine after I've had a bit of a timeout..
View 2 Replies
View Related
Sep 7, 2010
I have a dual boot PC, tried to upgrade to Lucid Lynx and the upgrade failed. Can't boot into it at all. Windows XP still works fine. I have the live CD for a re-install now. I read this post but don't understand the difference between the instructions for the partitions. Have posted my screen shots below.First screen shows that I have 10.04 and offers me the option to partition further.Screenshot 1 I choose manual partition and then it gives me the right sized partitions. . Then in screenshot 2 I edit and choose the mount point as /, is that right? (screen shot 3). Do I then change that option again to choose /home? because otherwise it takes me straight to screenshot 4, the user name set up.There's No Custom User Title Here
View 5 Replies
View Related
Dec 17, 2010
I have a situation where a disk was built using an image from a disk with a much smaller geometry. The result is about 70% of the disk is unused. Most of the partitions (including root) are on an extended partition that is sized for this smaller geometry. The person who did this has already been scolded, but life goes on.fdisk shows this:
Disk /dev/sda: 146.6 GB, 146694733824 bytes
255 heads, 63 sectors/track, 17834 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
View 3 Replies
View Related
May 3, 2010
I just installed Ubuntu 10.04 LTS on an external hard drive (USB connected) and I can no longer boot my Windows XP(SP3) from my internal C Drive. Grub gives me the list of boot choices, but when I choose the C drive, I just get these error messages:
GEOM ERROR
For Realtek RTL8139(X)/8130/810X PCI fast ethernet controller v2.13 (020326)
Client MAC ADDR: 00 13 D3 07 FD F5 GUID: FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF
PXE-E53: No boot filename received
PXE-NOF: Exiting PXE ROM
(The version of Grub is 1.98-lubuntu5). I don't have a Windows System CD to boot from, but is there something I can do from within Ubuntu itself?
View 9 Replies
View Related
Sep 5, 2009
I've set up a caching nameserver on my laptop running Fedora 11. The problem with this is that NetworkManager always overwrites the entry that points to the local nameserver. NetworkManager no longer respects /etc/dhclient.conf or at least its scripts run after dhclient.conf. Also it doesn't respect /etc/sysconfig/ network-scripts/ifcfg-* setting of DNS{1.2}.The man page of NetworkManager describes scripts that run in /etc/NetworkManager/dispatcher.d which can be run when interfaces are brought up and down. I've written a script that will put the entry needed for the local nameserver.
View 1 Replies
View Related
Nov 22, 2010
I've been using Fedora 10 for a while, but after i upgraded to vista a long time ago, it changed the MBR so my dual boot no longer worked. Coincidentally I no longer needed linux at that time so I never bothered to fix it. Now I need it again and I was wondering how I could fix the MBR to get back my dual boot. When I insert the Fedora 14 LiveCD it just takes me to the OS...
View 3 Replies
View Related
Mar 11, 2010
I set my drives up with MY boot loader, and I boot several OSes.I installed Ubuntu and told it to place grub on the / drive, which is where I always put it with any other install and it works fine.I find now that despite telling the install where to put it, you guys have taken it upon yourselves to alter the MBR of the volume ANYWAY!
SO, what I need to do is re-install grub, but I see that you also have no repair facility on this disc either. All I want to do is use MY boot loader. Currently, when I point at the / volume it just hangs with a non-blinking cursor in the upper left.No other Linux installs I have performed over the years do this. I want the drive to boot by merely pointing my bootloader at that volume.It always has in the past, so what did you guys change? I want NO action on my MBR, but I DO want a working grub on the actual root volume, which is NOT the first volume on the drive.
View 9 Replies
View Related
Apr 2, 2009
i have a Emu10k1 sound card in my system , i did a installation and after reboot it hanged
View 1 Replies
View Related
Jan 26, 2009
I was able to get Fedora 10 to run on VirtualBox. Since the system wouldn't let me set the resolution to anything bigger than 800 x 600, I decided to get the nVidia driver (I'm running the nVidia 8400m G). I did it through this guy's tutorial: [URL]... After rebooting, I see the loading bars and everything, but I get a blank screen with a cursor. After pressing ctrl+alt+F3, I was able to log in to the root and execute the "akmod builds the required kmod on bootup" under the "For GeForce 8 series" [URL]... After a reboot, I still get the same thing. Will I have to reinstall Fedora 10 and just not update the nVidia graphics drivers? I have a 20" monitor that has a resolution of 1600 x 1050 and I would really like to take advantage of that.
View 14 Replies
View Related
Dec 9, 2009
I just installed Fedora 12 on my HP laptop. And everthing has gone smooth, and I decided to reboot my machine. And it rebooted and the Fedora Loading logo camep and after it finished, it went to a black screen with a "|" just flashing and it's stuck on that
View 8 Replies
View Related
Jan 4, 2010
I am trying to upgrade from F11 to F12.Using Preupgrade, everything went well and then it asked me to Reboot. Anaconda started then says something about updating some files then the screen goes blank.
View 14 Replies
View Related
Feb 1, 2010
I installed fedora core 11 on a dell inspiron laptop which has windows vista already installed on it. It shows that fedora is installed successfully and to reboot the system. When i reboot the system there is no grub screen and it directly boots windows.
View 5 Replies
View Related
Apr 26, 2010
I installed Fedora 12 and it won't reboot from hard drive. It boots only from installation CD. I have motherboard MS 6163 and graphic card Nvidia TNT2 pro. Do I have to change something in BIOS setup? If I need to install another driver for NvidiaAnd, please tell me if some other Linux package is better for my hardware.
View 11 Replies
View Related
Nov 2, 2010
Just got done installing F14 64 and all went well however when I rebooted the machine it boots straight into windows, where is my GRUB boot loader? Only one drive in this machine (sda) and I remember going through the GRUB settings during the install. How to get a bootloader working now because in my linux experience (since RH5) it has always just installed the bootloader and worked. Apparently ext4 is bunk for me and when using LVM settings. I am up and running and grub is working.
View 2 Replies
View Related
Jun 1, 2011
I don't follow why the Suspend option is there and the Reboot and Shutdown is not. Can anyone guide me to the code needed to add the selections. I know I can use a Terminal to shutdown or reboot but a simpler solution would be nice. I expect there are methods to fix most of what I don't like about Gnome 3 but I haven't found them yet. Is there a central place for the solutions needed to deminimalize Gnome 3? I really prefer one click control.
View 4 Replies
View Related
Feb 1, 2010
I installed fedora core 11 on my laptop (dell inspiron 1525), which has windows vista already installed on it. After installation it says that the installation is complete and please reboot the system. When I reboot it is directly booting into windows. The os selection screen is not shown.
View 9 Replies
View Related
Jun 19, 2010
My laptop's been locking up in Linux (Ubuntu, Backtrack, Puppy) periodically for a while now. When it locked up, it was always immune to the magic of SysRq, which I thought might indicate a hardware problem. It became so bad that I had to stop using the laptop.
Today, when I turned it on and tried to boot into Fedora 12, I got the following error (just once, it just locked up at various points during the splash screen after this once):
double fault: 0000 [#1] SMP
last sysfs file:
CPU 0
odules linked in:
Pid: 1, co m: swapper Not ta nted 2.6.32.11-99.fc 2.x86_64 #VGN-T 250N
RIP: 0010:[<ff
All the seemingly missing letters were really missing, not my typos.
As you can see, kernel version is 2.6.32.11-99.fc12.x86_64 and my laptop is a Sony Vaio TZ 250N (Core 2 Duo ULV 1.2GHZ). Note that with the other remaining kernels from the updates, nothing ever happened other than the locking up. The core temperatures hover pretty high, about 55-60C peak but this is still below the critical temp. Memtest came up clean when the problem first started happening.
View 3 Replies
View Related
Jan 10, 2010
when ever i try to install updates i get shown an error & the updates stop the error i get says "librpmio.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates) librpm.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates)"
View 12 Replies
View Related