You are not logged in.

#1 2010-03-23 02:52:29

some-guy94
Member
Registered: 2009-08-15
Posts: 360

[Solved] Moving to ssd causing kernel panics

I decided to switch over my / and /boot to an ssd, so I cp -Rp'd anything that isn't mounted at boot (proc, home, etc).
Both are ext3 partitions.
After installing grub, I get a kernel panic.

Kernel Panic - not syncing: Attempted to kill init
Pid:1, comm: switch_root Not tainted 2.6.32-ARCH #1
(backtrace?)

Any help would be appreciated.

Last edited by some-guy94 (2010-03-23 21:48:23)

Offline

#2 2010-03-23 04:52:34

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: [Solved] Moving to ssd causing kernel panics

Doesn't uuid change in these situations? Not sure exactly about your specific error message, just a general observation.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2010-03-23 20:34:19

some-guy94
Member
Registered: 2009-08-15
Posts: 360

Re: [Solved] Moving to ssd causing kernel panics

AFAIK, no, but that doesn't seem to be the problem because before it gave a different message when it couldn't find the disk(due to a typo)

Offline

#4 2010-03-23 21:48:04

some-guy94
Member
Registered: 2009-08-15
Posts: 360

Re: [Solved] Moving to ssd causing kernel panics

Found the solution, udev doesn't load early enough to make /dev/null and /dev/console

mknod -m 600 /ssd/dev/console c 5 1
mknod -m 666 /ssd/dev/null c 1 3

Offline

Board footer

Powered by FluxBB