Igor Bujna wrote: > switching to new root > ERROR opening /dev/console!!!!: 2 > error dup2'ing fd of 0 to 0 > error dup2'ing fd of 0 to 1 > error dup2'ing fd of 0 to 2 > unmounting old /dev > ERROR unmounting old /dev: 22 > forcing unmount of /dev > unmounting old /proc > unmounting old /sys > switchroot: mount failed: 22 > Kernel panic - not syncing: Attempted to kill init! > > I try downgrade kernel version 2.6.17.6-1tr from TSL-3.0 and after > reboot its everything OK. Is something not compiled in kernel 2.6.19 in > TSL-3.0 Beta3? > This is due to the latest IDE driver provided by kernel 2.6.19.x which cause shifting of device names from /dev/hdx to /dev/sdx.
Work around: Boot into rescue mode and chroot into /mnt/sysimage. Change all references of hdx to sdx in /etc/fstab and /etc/grub.conf Regards Bipin _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
