Fedora Installation :: Restore F13 On Usb Drive?
Sep 28, 2010I installed fedora 13 on my usb drive. I updated all. on rebooting, it shows an error message:
kernel panic unable to mount
how to restore this usb drive.
I installed fedora 13 on my usb drive. I updated all. on rebooting, it shows an error message:
kernel panic unable to mount
how to restore this usb drive.
Edit: I have a Sony Vaio FJ170 laptop with Phoenix BIOS version R0060X6 & a broken DVD Drive. The BIOS doesn't support booting from USB (it does have 'External Drive Boot' option, but my USB stick doesn't get listed under boot devices in BIOS when connected to the laptop).
A few days ago I upgraded to Windows7, then installed Lucid through WUBI. With the help of another thread of mine (here), I changed the default boot option & timeout of Windows to zero to directly boot into Ubuntu. So far it was good. But recently I tried to get back to Windows for some reason but could not succeed as the F8 key no longer brings up the Window's Advance Boot Menu.
Is there another way to restore the dual boot menu timeout to get back to the Windows installation. Or even better, is there some way to make a fresh install of Windows & Ubuntu side-by-side without DVD drive. I am only 14 and absolutely new to Linux. The network booting methods given on the Internet were too complex for me to understand. I like Ubuntu but also need Windows for programming C++ & Photoshop CS4.
I have an old Dell Dimension 4500 that, until recently, had 2 hard drives. One drive is running Xubuntu Koala and the other was running XP. I had set up Xubuntu to run LVM.
After needing XP again for a small project I tried reinstalling XP, got disk errors, took the drive out to just have Xubuntu, and now when I boot I get "Error loading operating system".
I have tried restoring GRUB from a Live CD with no help. Everyplace I look on the net talks about restoring GRUB after installing Windows on another drive. I'm trying to get GRUB working again after removing the XP drive.
I just installed Win7 (I need it for work -.-") and, of couse, it installed its boot loader and I can't boot F13 any longer. The question is, how do I restore GRUB from a F13 live installation media without destroying Win7?
I remeber trying something like that a couple of years before when I had the same issue:
Unfortunatelly, that doesn't work and at the next boot I am stuck with Windows again how to restore grub from a F13 live CD?
So i'm VERY new at this, i need fedora for this research i'm starting. I have a dell and vista was installed on it, then i installed fedora 10 like it said on the fedora site from a boot disc. Now i have fedora but i don't have vista nor access to the memory it took up. I tried to restore to start over but i can't, and i need vista back.
Normally i would restore from the 10 G partition dell sets up for recovery but i'm not able to get to it, and i don't have my vista discs they're back at school.
What do i do?
I have a problem with my hard disk...this HHD had no OS just data in some linux file system....i tired to plug it in a windows OS and backup the files....but now the HHD file systems shows RAW. Now when i plug in fedora 15 OS the HHD is not mountable. I tried to # grub-install /dev/dbc1 but it give me an error. error "Bios driver not found" What can i do to restore my file system so i can recover my data?
View 2 Replies View RelatedIs there a relatively easy way to restore the "previous" version of an RPM in FC10? The last set of updates killed my GUI and I'd very much like to get back to whatever I had before I got updated to:
xorg-x11-server-common-1.5.3-13.fc10.i386
xorg-x11-drv-evdev-2,1.3-1.fc10.i386
xorg-x11-server-Xorg-1.5.3-13.fc10.i386
So I just completed a clean install of Fedora 11 from the live CD. The only thing I've done to it thus far was to run the update manager once. Next item on the agenda was to configure my display to correctly handle my two monitors, but if I open up the controls and select 'Display' both my monitors instantly go blank. The only way to restore them is to use ctr-alt-backspace to logout. My graphics card is an ATI Radeon x800L, and right now I'm using the default ati driver that came with the system.
View 1 Replies View RelatedMy laptop is Windows XP Fedora 11 dual boot. I am replacing it because of a defect. The original laptop is fairly new so I could simply start from scratch and setup everything again. But I was thinking there might be a way to do an image backup and restore. My new laptop will be identical to the old one
View 1 Replies View RelatedI reinstalled Fedora over the top of an existing installation which was having problems. My user directory (HomeOriginal-User) was saved and I'd like to restore it if possible, but as a second user as this new installation now has a different new user (HomeNew-User). I attempted to create a new user with the same name as the Original-User but when I logged in, there were error popups.
View 10 Replies View RelatedI have just foolishly used live media to install F14. Pre-upgrade of F13 to 14 repeatedly failed. Sadly I used the use all available space option rather than the free space. As a result I have a working FC14 system but no data from my F13 installation. Is there any way to restore my f13 system and/or data?
View 3 Replies View Relatedprobably did something stupid.. just haven't figured out what yet.. hope someone can point me in the right direction. daughters computer broke, maybe virus, so i did clean reinstall of xp. decided to give her a couple of linux distros, thinking maybe they are safer for when she is surfing..
Used gparted to repartition hd:
Partition table entries are not in disk order
Installed Ubuntu 8.04. was then able to boot into either ubuntu or xp. next installed fedora 10. new menu.lst did not show ubuntu, only fedora and xp. had some lockups in fedora, and had to pull plug to reboot 2 or 3 times. replaced power supply. added ubuntu into menu.lst. boots into fedora and ubuntu fine. tried to boot xp, and get "Preparing System Recovery Option", then PC Angel appears, and it wants me to use the system restore option for xp.
Is there something i can do to recover xp without having to wipe the hd and reinstall xp, then reinstall ubuntu and fedora (and if i do all that, how can i be sure i don't end up with the same problem?
I installed F9 for a friend. She wasn't getting any sound. I ran aplay -l, but got no sound card listed. I ran lspci -v, but got no sound card listed. However,the output of lspci -v said the computer had a particular motherboard. I Googled for it and was told it had an onboard sound card. That led me to the package called realtek-linux-audiopack-4.06a, which I installed. It included an installation script, which I ran.
The script didn't work to compile various files it was supposed to, but it did work to delete various files from my friend's system. Here are the bits of the script that removed files:
echo "Remove old sound driver"
if [ -d /lib/modules/$KERNEL_VER/kernel/sound ]; then
rm -rf /lib/modules/$KERNEL_VER/kernel/sound/pci > /dev/null 2>&1
[code]....
In the result, the failure of the compilation didn't matter, because lspci -v lied. She didn't have the motherboard shown, but a different one without an onboard sound card. Of the files deleted by the script.
I was able to reinstall libasound.so.2 and libasound.so.2.0.0, but I haven't yet tried to reinstall the other ones deleted by the script. Now, I want her to buy a sound card, but I'm afraid it won't work unless all the deleted files are reinstalled. I'm looking for guidance as to how I can reinstall the files deleted by the bits of the script I set out above, without completely reinstalling Fedora.
I'd like to clone a partition, and then restore it to a logical volume. I have all three operating systems at my disposal (Mac, Windows, Linux Live CD) What is the best way to achieve this. The partition I am trying to resize is only 200MB, so I can store it on usb if need be.
View 9 Replies View Relatedi have installed fedora 14 with so many libraries ,development tools installed on my pc but i usually have to present some projects which can run on my system .........and can't be executed or compiled due to absence of libraries and tools there so, i there some way to so that i can use this current installation on my hard drive of my pc to some external media like external hard disk and plug and use that installation anywhere on any system..
View 2 Replies View RelatedWell I screwed up and removed Ubuntu OS from my hard drive. Now I cannot access any partition on the HD (I had set up several partitions). I also can not install a new version of Ubuntu on the root partition. I have tried to doctor it with "Disk Utility" and "GParted" without success. I took the HD out of the tower and hooked it up externally to my laptop and the HD is not recognised by my laptop. None of the partitions are recognised. I have some files that I would like to recover, but not many as it was a new installation. The Ubuntu install routine, Disk Utility each see the size, number of blocks and something else of each partition but not the names or other data.
I was wondering if any one had any suggestions as to how to repair or restore the HD?
I had F10 installed, then was tempted to download F11 (Leonidas). I was not happy with the OS, so I reinstalled F10.Now I cannot get my CD-RW Drive or DVD Rom Drive to operate fully. I can open documents saved in a CD but I cannot get any sound from music discs.They were working in the first F10. The icons are showing in "Computer" and appear ok in the Bios. I have tried disconnecting them both, rebooting, then reconnecting, without success. The details are:- Lite-on-CD-RW Drive & DVD Rom Drive unit- Pioneer.
View 9 Replies View RelatedI have used Ubuntu 8.04 and uprgaded to the new 9.10 both using the gneom desktop. I wanted to work with KDE and SUSE so I bought the Linux Format magazine with the DVD 126 which had SUSE 11.1 with the KDE desk top. I have a Toshiba L455 laptop and had windows 7 on 110 gb and had ubuntu 8.04 on 50 gb and ubuntu 9.10 ob 48 gb. I had ran the installer and it identified both linux systems and I selected to install SUSE in the space allocated to 8.04. It only boots to suse with the option to select windows. It showes 9.10 mixed with suse. I have not used suse. Is there an uninstall that will allow me to start over with the installation after creating a partition first. How can I get 9.10 to boot or how can I recover data from it.
View 1 Replies View RelatedHave been using mint 11 for past few weeks with no problem but failed to boot correctly. menu appeared giving options for booting but kept returning to this menu without going further so I opted to go for safe booting option, after loading a few files it asked for password but kept giving me the message incorrect password so I could get no further. Fortunately I had a cop of clonezilla and was able to restore a backup from a second hard drive but would be grateful for any observations anyone would like to make about this (in case it happens again)
View 3 Replies View RelatedThis is on Debian Lenny 5.0.7 with a LXDE desktop. Using Root Terminal I have just been trying to mount a SATA drive NTFS file system using the command: mount -t ntfs /dev/sdb1 /dev/
unfortunately the /sdb1 should of been 'sdc1', I think, and what's happened is that my username and files have been moved somewhere else. PCMan File manager has ceased to work and open applications have ceased to be able to save files.
How do I discover where they went, and how do I restore them back to the original place of debian:/home/username/ ?
I'm about 8 hours in to learning Linux/Debian and desperately trying leave behind about 15 years of Windows use for something better. I'm used to troubleshooting electronics/hardware/all manner of things but the syntax here is, at the moment, a slippery slope.
whilst installing knoppix 6.3 to my sda, i clicked use all drive and my sdb drive is showing no files in it? has it wiped them out?
View 1 Replies View RelatedI used Clonezilla an older version not the latest to backup an entire NTFS Windows XP drive to DVD last year. I have a series of three (3) of these DVD's but now cannot restore the backup image back to the same PC. The problem is that when booting with Clonezilla I don't have an option to restore from a CD or DVD drive since the computer comes with two working CD/DVD drives that are detected by the BIOS when the POST is displayed. I used one of these drives to boot with Clonezilla and the other one containing the backup image Disk 1 of Disk 3. Clonezilla only detects the two hard drives and a USB drive which is removable. Is there a bug in the restore process because it allowed me to backup the entire image of the hard drive onto a DVD last year but this time around there are no CD or DVD drive options available to choose other then the CD drive Clonezilla was used to boot up.
View 8 Replies View RelatedImage Hard drive Ubuntu Operating system 9.10 Complete back up and restore. Changing over Hard Drives need a complete back up not just save files. So the image can be restored on any hard drive that restores the computer to its original state before it was imaged.
View 14 Replies View RelatedTrying to install Fedora 12 using the 6 CDs. Trying to install on an older x86 box.Problem is that when detecting my hard drive, Fedora 12 recognizes it as a sda hard drive instead of hda hard drive. I have no SCSI connected to my computer what so ever. It's an old fashion PATA Western Digital hard drive.If I proceed with the install, Fedora 12 only installs 200MB of the OS from the first CD only. No options for additional software or anything.
View 1 Replies View Relatedare there any sweeper / cleaner apps which can take back my installation as to when it was new. I know home directory could have config files etc..but that doesnt matter, i want all packages and applications reset to how it was when i had a clean install. I am using Natty
View 2 Replies View RelatedI'm trying to install fedora with the live cd into my windows machine. When i get to the select drive nothing can be selected.
View 1 Replies View Relatedwhat could this bei saved my correct iptables file @ Code: /etc/iptables.up.ruleswhere webmin is looking for it.webmin config is to automaticly boot this file and addes a line at.
Code:
/etc/network/interfaces
file
[code]...
I have a Western Digital Pasport 320 GB hard drive. I wanted to create a live installation on it like a USB stick. I wanted it to serve as a portable OS that I could use to boot any other computer off of, and use it for diagnostics and anti-virus scanning on Windows based computers. The additional space is for my own personal use, kind of like having a mobile desktop where I have all of my documents in one place.What I need to know is how to set up Fedora 11 so that the hard drive will boot on most PCs regardless of their architecture. I also need to know what's a good Anti-virus to install onto it for the sake of fixing Windows hard drives.
Please keep in mind I'm a noob when it comes down to a lot of things, so if there's an antivirus I have to install manually, please included a step by step.
I installed Ubuntu Lucid Lynx a while ago. but then upgraded it to 10.10
I don't have the CD with me right now and i need to fix some mistakes of mine (being a n00b to ubuntu) urgently i.e. i can't wait for morning. Is there anyway i can rollback to the time when my ubuntu installation was in mint condition?
One more thing. Let me tell you my mistake. Almost a month ago i installed Apache2 on my Laptop (for LAMP). and now i have to install Apache Tomcat for JSP development. but the problem is that the files made by Apache2 and the PHP5 installation i made are not removed with
Code:
Code:
So now the apache2 files are superseding the Apache Tomcat. hence i cannot distuinguish between apache2 or apache tomcat when i goto:
Code:
So if anyone has a way of ridding my laptop of this disease without complete overhaul, please post your replies here.
Until then, I will have to defect back to Windows.
Background is this: Laptop has an internal h/d (obviously) so I removed it from laptop. Then set Bios to boot from external h/d. Installed Fedora 11 on ext. h/d no swap partition as drive already has 4 partitions. Fedora ran lovely!! I then replaced internal hard drive but left bios to boot from external hard drive. Boot screen for fedora came up, hit enter and fedora started loading. The little balloon started filling up, got to a quarter full and then screen went black. Had to reboot to get going again,same thing happened. Can anybody tell me what may be causing it,i.e. black screen. Fedora boots up and runs lovely with internal h/d removed. Any help very gratefully received. M/c has intel dual core processor, 3 gig of ram.
View 2 Replies View Related