On Tuesday 05 June 2007, sa8o1age wrote:
> >> Booting (initramfs)..switch_root: Bad console '/dev/console'
>
> Kernel panic - not syncing : Attempted to kill init

You don't have a static /dev/console node in /dev BEFORE udev is mounted 
there. You'll have to bind-mount / somewhere to get access to it and 
create the node:

mount -o bind / /mnt/<some-place>
mknod  /mnt/<some-place>/dev/console b 5 1
umount /mnt/<some-place/

alan



-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list

Reply via email to