Florian wrote: > Since swup-Update to kernel 2.6.19.2-1tr the machine hangs on boot. > When i switch back (via grub) to the old kernels, the server is bootig > successfully. > I downloaded the actual iso-file and reinstalled the server. > Installation works, but even the default-installed machine hangs on > boot. :-( > > ... > Loading parport.ko module > Loading parport_pc.ko module > parport0: PC-Style at 0x378 (ox778), irp 7 [PCSPP(,...)] > parport_pc: VIA parallel port: io=0x378, irq=7 > creating block devices > --> and here hangs the machine. > The initrd created using mkinitrd-4.2.15-11tr (provided with beta3 iso) lacked ide-disk module which is the cause of this problem. The fix has been done and will be available in the upcoming iso.
Work around: 1. Boot into rescue mode 2. #chroot /mnt/sysimage 3. #mv /boot/initrd-2.6.19.2-1tr.img /boot/initrd-2.6.19.2-1tr.img.old 4. #mkinird --with=ide-disk /boot/initrd-2.6.19.2-1tr.img 2.6.19.2-1tr _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
