Fedora :: Kernel Fails To Boot After A Dd Copy Of Sda To Sdb?
Oct 1, 2009
As the post title says I have attempted to move my FC11 from a 120 gig ide drive to a 250 gig sata drive. I have tried all of the following with the same result listed below: Basic setup is as folows:
old hdd /dev/sda1 (boot) /dev/sda2(swap) /dev/sda3 (/)
attempt 1- boot fc11 live cd with old drive detected as sda and nwe drive detected as sdb.
dd if=/dev/sda of=/dev/sdb bs=512
attempt 2 - boot into fc11 live cd fdisk remove old partitionon /dev/sdb and create exact copy of partition table on /dev/sda on /dev/sdb - mark /sdb1 as bootable and copy /dev/sda1 + /dev/sda3 to /dev/sdb1 and /dev/sdb3
dd if=/dev/sda* of=/dev/sdb* bs=512 (* denotes 1 or 3 respectively)
attempt 3 boot linux rescue cd based on debian
run gparted to remove old partitions on /dev/sdb
use gparted to copy partitions from /dev/sda to /dev/sdb
All of the above result in the following (as best as I can describe it)
system self checks OK
system loads GRUB menu -OK
system appears to load kernel and then hangs after outputting device information regarding my USB keyboard and mouse.
Is there some magic that I am missing? system.map perhaps? Additonal info: grub.conf looks like:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
[code]....
View 5 Replies
ADVERTISEMENT
Nov 9, 2009
The boot process fails using; 2.6.30.9-96.fc11.x86_64. I am able to successfully boot by selecting 2.6.30.5-43.fc11.x86_64 from GRUB. The last few messages I receive when booting using 2.6.30.9-96.fc11.x86_64;
ADDRCONF (NETDEV_UP): eth0: link is not ready
Sky2 eth0 link is up at 100 mps, full duplex flow control rx
ADDRCONF (NETDEV_CHANGE):eth0: link becomes ready
audit (1257757711.701:20095): auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 op=remove role key=null list=2 res=0
audit (1257757711.701:20096): audit_enabled=0 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:readahead_t:s0 res=1
View 1 Replies
View Related
Nov 15, 2010
After updating my kernel from 2.6.34.7-56.fc13.i686 to 2.6.34.7-61.fc13.i686 I can't boot anymore. The error message says: "No root device found Boot has failed, sleeping forever."
I'm booting from 2.6.34.7-56.fc13.i686 now but I would like to sort this thing out. What should I do? File a bug? I never did that, so I don't know where to go.
View 5 Replies
View Related
Feb 23, 2010
Finally updates are broken - I've been able to use my upgraded F12 system for some time, faithfully keeping up with f10, then f11. Just yesterday it finally broke:
Test Transaction Errors: installing package kernel-2.6.31.12-174.2.22.fc12.i686 needs 10MB on the /boot filesystem
It would appear that the most recent kernel update has broken the 10MB barrier initially set by the version I first installed (for the boot partition). Needless to say, I have quite an investment in this machine, and of course no time to back it all up and do a fresh F12 install. I am hoping someone out there can give me a bulletproof way to steal some space and expand the boot partition...
View 4 Replies
View Related
Sep 1, 2010
I have a 160GB harddrive which I installed a F12, would like to upgrade to a bigger drive, but I hate to have to re-install everything.
Recommend a good disk copy utility? The utility should be able to not only copy files, but boot sector and everything. So I just need to make a copy, change my BIOS to boot from the new drive and run everything as before.
View 11 Replies
View Related
Mar 4, 2010
New kernel Fails to boot. video driver is current and I tried reinstall . The .19 Kernel works fine
View 2 Replies
View Related
Oct 26, 2010
So I just finished doing a Hardy based LiveCD. I made an installation in VirtualBox, installed some packages, and then compiled a totally new kernel, 2.6.35, actually this one: [URL] I compiled squashfs support in the kernel naturally Everything seems to be fine, the system boots up normally etc. But here comes the trouble: I make the iso file with remasterys (2.0.12-latest for Hardy) but this iso isn't able to boot.
It drops to busybox shell, casper.log says: /init: 1 /dev/sr0: no such file or directory Unable to find medium with the livesystem. My /dev folder is totally empty, it contains only the shells (8 pieces of tty). I don't know what's wrong...my rootfs is surely mounted, mount shows rootfs rw /
View 1 Replies
View Related
Feb 3, 2010
I downloaded the Fedora Live USB creator and the program consistently fails to load properly onto the flash drive. I have also downloaded the DVD iso program from this site and get only errors when trying to boot with an ISO burner? I am attempting to load the program on Sun Virtual Box, which is like VMare's Workstation, and the prompt consistently reads error when attempting to install. Also the progress bar on the Live USB loader never stops even after it the cmd prompt says it is complete.
View 1 Replies
View Related
May 16, 2010
Because I am using one of the new WD disks I am trying to aling my root partition with the real sectors, as described here: [url]
So I copied all files to a temp location, deleted my partition (/dev/sda3), recreated it a few cylinders later (same name) and copied the files to the newly created partition. I updated UUIDs in grub's configuration as suggested in this thread:[url]
But now it fails to boot with the following error:
Code:
I checked the filesystem on this partition and its fine. I tried to recreate the initramfs from Knoppix:
Code:
But it didn't change anything.
How can I either fix it or install a different kernel on this drive so I could boot into it and re-install my default kernels?
View 3 Replies
View Related
Dec 20, 2010
I am trying to boot linux kernel 2.6.36.1. I have a alchemy db1200 board.It is an ECG machine. It is getting correctly booted using kernel 2.6.33.2 I have a feeling there is ethernet failure. I am getting stuck at the following stage:
Bytes transferred = 1960092 (1de89c hex)
lan9118: eth_halt
## Booting kernel from Legacy Image at 81000000 ...
[code]...
View 1 Replies
View Related
Dec 25, 2010
I've just gotten another kernel upgrade, and need to copy it to a bootloader on another Linux sytem, so Fedora will boot, using legacy grub. The problem is that when I check /boot/grub/grub.conf, I get title Fedora (2.6.34.7-66.fc13.i686) root (hd0,2)
[Code]...
It's all Greek to me, but evidently it means something to grub, as that's what is in the Fedora kernel(s) that work. I can't find where this "bunch of stuff" is for the new kernel, so I can paste it into the grub file on the other system. The other system is Linux Mint9, and I've made Mint work using (legacy) grub, and deleted grub2 so that it's no longer Mint's bootloader.
View 4 Replies
View Related
Feb 19, 2009
I just tried to update to kernel 2.6.27.15-170.2.24.fc10 (x86_64) at the suggestion of the gnome update widget, and the process hung. A bunch of other things were updating at the same time, many of which were related to audacity or wine.
I'm not sure just what was being updated, because the option to review which updates are available does not work - when I click on it, nothing happens, but when I take the other choice (install all updates), I take pot luck. It would be nice to be able to choose which programs to update, and to be able to upgrade the kernel independently, but I don't seem to be able to do that at the moment.
View 14 Replies
View Related
Jul 12, 2010
I'm having troubles running systemtap scripts. It fails to run with message:
Code:
Checking "/lib/modules/2.6.33.3-85.fc13.i686/build/.config" failed: No such file or directory Ensure kernel development headers & makefiles are installed.
Then I typed:
Code:
$rpm -q kernel kernel-devel kernel-debuginfo
kernel-2.6.33.3-85.fc13.i686
kernel-devel-2.6.33.5-124.fc13.i686
kernel-devel-2.6.33.6-147.fc13.i686
package kernel-debuginfo is not installed
So no kernel-debuginfo, a package which I cannot find in repo. So where to get it and why it's not included in default installation if SystemTap is. It's like having Apache without tcp/ip stack.
View 2 Replies
View Related
Aug 2, 2011
I had no problems up to the newest kernel version. But for 2.6.40-4 akmods fails to build the kmod with the following error:
Code:
Building RPM using the command '/usr/bin/akmodsbuild --target x86_64 --kernels 2.6.40-4.fc15.x86_64 /usr/src/akmods/VirtualBox-OSE-kmod.latest'
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/akmodsbuild.yob64XwN/BUILD/VirtualBox-OSE-kmod-4.0.4/_kmod_build_2.6.40-4.fc15.x86_64/vboxnetflt/vboxnetflt.mod.o
LD [M] /tmp/akmodsbuild.yob64XwN/BUILD/VirtualBox-OSE-kmod-4.0.4/_kmod_build_2.6.40-
[Code]...
View 13 Replies
View Related
Sep 3, 2011
I tried installing the VBOX additions. But after running the VBoxLinuxAdditions.run file, building of the kernel modules failed. It gave following message: The headers of the currently running kernel were not found. If the current compilation fails then probably this could be the reason. The missing package can be probably installed with yum install kernel-devel-2.6.40.4-5.fc15.i686.
But when I tried installing the above kernel headers and devel package, it says no such package were found.kernel is 2.6.40.4-5.fc15.i686 but the kernel headers are not available for this version. They are available for previous versions i.e 2.6.40.3-0.fc15.i686.should I downgrade my kernel version (if it's possible) or is there any way things can work out. I have enabled 3D accelaration and given the memory of 128 MB for display. The memory for Virtual Box is 1 GB and hard Disk is 8 GB. The host system is windows 7.
View 9 Replies
View Related
Jul 10, 2010
Googled this and found the same problem mentioned in the yum site:
[root@plouton ~]# yum update kernel
Loaded plugins: refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package kernel.x86_64 0:2.6.33.6-147.fc13 set to be installed
--> Finished Dependency Resolution
--> Running transaction check
---> Package kernel.x86_64 0:2.6.33.4-95.fc13 set to be erased
--> Finished Dependency Resolution
Dependencies Resolved
View 4 Replies
View Related
Feb 11, 2010
I use a pretty fresh installed RHEL 5.4, which should be very similar to Fedora. After the basic installation I installed xen and xen-kernel via yum with no errors. I can select the xen-kernel at boot time. But after booting the normal kernel shows up.
[root@noname boot]# uname -r
2.6.18-164.11.1.el5
My /boot/grub/menu.lst looks like:
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
[code]....
I can't see anything wrong and I did not change/try anything.
View 11 Replies
View Related
Jul 13, 2010
After updating to kernel-2.6.33.6-147.fc13.i686, my email (Thunderbird) fails to connect to the pop-server, and webpages (Firefox) load VERY slow, if at all.When I go back to kernel-2.6.33.3-85.fc13.i686, I have no problem at all.Network chipset: RTL8180
View 2 Replies
View Related
Jul 11, 2011
on my Fedora box, updates have caused some major issues. Since kernel 2.6.30, the boot sequence goes through my BIOS boot, then to Grub, and then just flashes colours repeatedly. Red, green, white, black, blue, over and over again. This happens for 2.6.32 also. I have to boot into 2.6.27 in order for it to work properly.
I'm using a Dell XPS M1730 with (I believe) an NVidiao 9800M GTX graphics card. I'm using the "Gallium 0.4 on NV84" graphics adapter.
View 2 Replies
View Related
Nov 14, 2009
I am running Fedora 11 on a Gigabyte GA-MA790X-DS4 MB, AMD x2, and three WD5000AAKS 500Gb drives. Today, I had to reboot, and the PC stops on a normal reboot with merely the word GRUB on a line on its own.
It takes a long time to perform the "Detecting IDE drives" process which may be some help in diagnosis.
When I tried to boot in with the installation disk to do a rescue, it got as far as complaining with the following messages before freezing completely:-
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1: link online but device misclassified, retrying
ata1: reset failed (errno=-11) retrying in 5 secs
then it displays
ata1: limiting SATA link speed to 1.5Gbps
after which it freezes
diagnosis of what is wrong will be gratefully received. I am beginning to think that I will need to replace the MB.
View 2 Replies
View Related
Dec 10, 2009
My computer refuses to boot. When I try to boot from my hard drive, it's just stuck at that annoying little thing in the upper left corner, blinking, driving me crazy
When I try to boot from a live media it just gets stuck at "ACPI: Core revision 20070126"
I've tried various CD's and it's just telling me the same thing. I can't figure out what is wrong.
Lately my i've experience that for some reason my computer would just turn off, and sometimes reboot.
I've read a little about ACPI, and it's a shortening for Advanced Configuration and Power Interface.
When entering my BIOS and going to the "Power"-tab i have the possibillity of enabling ACPI 2.0 support. Don't know if this is a good idea though, and i won't risk destroying my computer
Hardware configuration:
Processor: Intel Pentium 4 3.2Ghz
Motherboard: Some old ASUS
Memory: 2GB
Video Card: Ati Radeon 9600 128MB
View 6 Replies
View Related
Jan 7, 2010
I just did a software update moments ago of things that were in the auto update thingthere were around 20 of them and some were for abrt and some kerneloops thing...But now i can't boot up...I get the following error...
Code:
[drm:drm_mode_rmfb] *ERROR* tried to remove a fb that we didn't own
Boot has failed, sleeping forever.
[code]....
View 1 Replies
View Related
Sep 9, 2010
I recently upgraded my video card from a GeForce4 MX 440 AGP 8X to a GeForce FX 5500 AGP 8X. After that my 1360x768 monitor was stuck on a 1024x768 resolution. I ran system-config-display and under Hardware tab I changed the monitor setting from "Generic LCD Screen" to "1360x768 LCD Screen" with the acknowledgment that /etc/X11/xorg.conf file was been modified. After reboot the boot process stuck on:tarting kojid: Kerberos authentication failed. "Resource temporary unavailable" (11) [FAILED]I tried that with both 2.6.34.6-54 and 2.6.34.6-47 kernels available on my system.I use the latest KDE version available for Fedora.
View 1 Replies
View Related
Jul 13, 2011
[URL]i discovered a new problem. The command to look for failed services reports the following:
Code:
systemctl list-units --failed
UNIT LOAD ACTIVE SUB JOB DESCRIPTION
akmods.service loaded failed failed LSB: Builds and install new kmods from akmod packages
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
JOB = Pending job for the unit.
1 units listed. Pass --all to see inactive units, too. The akmods.service is installed of the nvidia graphics card module, which loads fine and is behaving fine. I tried to disable the service and then enable it again, but the error persists.
Is this just a kind of notification, that everything is okay, and no new modules need to be build? Or is this indication for possible breakage ahead during next kernel update?
View 9 Replies
View Related
Jul 29, 2010
when I try to copy some files and folders to the usb memory fails me. What if I copied it from console or dolphin. I get this console error:
cp -r /home/jonatan/Documentos/carpeta
cp: no se puede crear el directorio �./carpeta/ejemplo�: Argumento inv�lido
If I try to copy the data to an ntfs partition I have no problem.
View 5 Replies
View Related
Feb 5, 2009
After editing gdm and reming out line "auth required pam_suceed....................!=root quiet" the server boots but hang with the login screen. other highlighed but all options greyed out.
Boots OK in text mode and operates OK.
After restoring original gdm file problem still persists.
View 2 Replies
View Related
Jun 18, 2009
Anyone succeed with f11 install on netbook (/ on SDHC, /boot on primary SSD/HDD drive)?
My netbook (AAO) works just fine with f11 Live-on-usb-sick (created with live-usb-creator), but fails to boot fedora from SDHC.
View 1 Replies
View Related
Jul 24, 2009
I have sevral older machines that cannot boot from usb. Until now I have installed fedora using the provided boot.iso on a CD and an external USB dvd drive with the full install DVD.
With Fedora 11, this fails. It gets as far as "finding storage devices" and fails, telling me that an unhandled exception has occured. It offers to save the details, but freezes looking for a suitable location. I have no such problems with the same DVD/external rw drive on systems that can boot directly from usb.
View 2 Replies
View Related
Aug 24, 2010
I'm completely stumped by a problem with httpd in Fedora 13. It fails to start on boot: I can see: Starting htpd: FAILED, in /var/log/boot.log, but I can't find anything else in messages, audit.log or anywhere else that gives me any clue why. The weird thing is that running:
run_init service httpd start
after boot _works_ and the server runs fine, but even when it's running OK,
service httpd status
reports
httpd dead but subsys locked
I'm guessing that the problem somehow relates to selinux, but I can't find anything in the audit logs that gives me a clue. How to turn on more logging so that I can get closer to the problem. I finally discovered the cause. This system was originally configured to use network services directly, without NetworkManager. It had been upgraded a number of times since installation. It seems that over time, if you have turned off NetworkManager, the defaults have changed. Used to be that the network services was 'enabled' by default (hence started at run time). Now, the default is 'disabled'. Httpd couldn't start because there was no network to start on. Enabling network services at boot time fixed this. I guess I should have noticed this. But one might think that httpd failing to start because of the lack of a network might at least give a warning message in the logs about the reason.
View 8 Replies
View Related
Nov 22, 2010
I started preupgrade with a 200M /boot partition 50% full. According to the instructions, it is supposed to give me the option of downloading the stage2 installer later. It doesn't, and crashes horribly (see below).This worked from FC12 to FC13. Reparititioning will take a day because the FC12 kindly made the root file system LVM and nothing will resize it. (I tried this with FC11 -> 12 and ended up losing everything and rebuilding the 1T disk).
Code:
$ sudo preupgrade
Loaded plugins: blacklist, whiteout
[code]....
View 2 Replies
View Related