I love IronY :
<iframe width="560" height="315" src="http://www.youtube-nocookie.com/embed/F7pYHN9iC9I" frameborder="0" allowfullscreen></iframe>
Linux Kernel Panic on Debian sarge :
pivot_root: No such file or directory
works on Mandrake linux 10 but not on a “transplanted” debian sarge :
image=/boot/vmlinuz... label=[[Debian]] initrd=/boot/initrd.img...
on boot :
pivot_root: No such file or directory /sbin/init: 431:cannot open /dev/console: No such file Kernel panic - not syncing: Attempted to kill init======
real_root=/dev/sda8 for ramdisk (root=/dev/ram0)
did not help
I solved this issue by coping Mandrake Kernel and initrd to debian fs, back in Debian I installed a new kernel, and set it in lilo.conf and rebooted
http://wiki.debian.net/?DebianInstallerBrokenThings
http://kerneltrap.org/node/4677
http://lists.debian.org/debian-user-french/2005/03/msg00415.html
http://www.ubuntuforums.org/showthread.php?t=8050&page=2&pp=10
http://www.ubuntuforums.org/showthread.php?t=101780
mount -o loop /boot/initrd.img /mnt/tmp/
cat /mnt/tmp/linuxrc #! /bin/sh # # $Id: linuxrc,v 1.11 2004/04/26 12:04:46 herbert Exp $
export PATH=/sbin:/bin
mount -nt proc proc proc root=$(cat proc/sys/kernel/real-root-dev) ; echo $root echo 256 > proc/sys/kernel/real-root-dev mount -nt tmpfs tmpfs bin || mount -nt ramfs ramfs bin echo $root > bin/root
http://d-i.alioth.debian.org/manual/fr.i386/ch04s04.html#usb-copy-easy