View previous topic :: View next topic |
Author |
Message |
ruivilela Apprentice
Joined: 05 Oct 2004 Posts: 236 Location: Łódź
|
Posted: Sun Mar 07, 2010 12:33 pm Post subject: Kernel panic - not syncing: No init found. |
|
|
Hi. I have a sheevaplug running gentoo. Kernel from Nand. And system from a SDHC card 4GB
I followed this good tutorial http://dev.gentoo.org/~armin76/arm/sheevaplug/install.xml
Code: |
Kernel panic - not syncing: No init found. Try passing init= option to kernel.
[<c0024810>] (unwind_backtrace+0x0/0xdc) from [<c02b4820>] (panic+0x34/0x118)
[<c02b4820>] (panic+0x34/0x118) from [<c001f590>] (init_post+0x138/0x170)
[<c001f590>] (init_post+0x138/0x170) from [<c00085c8>] (kernel_init+0xd8/0x10c)
[<c00085c8>] (kernel_init+0xd8/0x10c) from [<c00207dc>] (kernel_thread_exit+0x0)
|
The system was working fine until I got a no free space msg. Because of reaching the maximun number of inodes of that ext2 partitation in sdcard... I made a new part. with the double of inodes that it had.
In other computer
To copy the all system I used "rsync -Cav /mnt/card /backupCard"
I made a new partitation with mkfs -N 512000 /dev/mmcblk0p1
I rsync again changig only source and destination.
I tried to boot again. And it appears this error. I don't know what's missing. And this system does not use grub. It has uboot tools for managing this. Which I didn't change.
I have another plug running similar configuration, but different stuff. But maybe it can help recover this one. (I don't want to install stuff again)
Is was stupid to use rsync to backup system? did i miss something? What's the problem for this kernel panic?
Thanks |
|
Back to top |
|
|
Randy Andy Veteran
Joined: 19 Jun 2007 Posts: 1149 Location: /dev/koelsch
|
Posted: Sun Mar 07, 2010 1:09 pm Post subject: |
|
|
what if you try to rsync again to a clean backup target with the following parameter:
Code: |
rsync -ahHSu /mnt/card /backupCard"
|
Much success, Andy. _________________ If you want to see a Distro done right, compile it yourself! |
|
Back to top |
|
|
ruivilela Apprentice
Joined: 05 Oct 2004 Posts: 236 Location: Łódź
|
Posted: Sun Mar 07, 2010 2:03 pm Post subject: |
|
|
There is no clean backup from that card (like an image from dd). I didn't use it because of the inodes structure.
But from the other system I have there is a backup from root system, and is quite similar, it uses rsync. But maybe it's better 'dd'.
The only difference in your command, is about hardlinks. There are hardlinks? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Sun Mar 07, 2010 2:33 pm Post subject: |
|
|
Moved from Installing Gentoo to Gentoo on Alternative Architectures.
Also try #gentoo-embedded on irc.freenode.net _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|