Shariq Minhas wrote: > Hello, > > I'm trying to image an new (no OS installed) Dell PowerEdge SC1435 > server with a CentOS5 UYOK image. The server has the Perc5i controller > with two mirrored 80GB SATA drives. The imaging keeps failing with the > following error: > > EXT3-fs: unable to read superblock > > and then the kernel goes into panic mode. I've built the client image > with UYOK and CentOS 5 installs fine from scratch on a similar server. > > Any ideas on what can be done to overcome this? > > Thanks in advance. >
Probably your UYOK initrd.img has been created using an ext3 filesystem and your kernel doesn't support it. Anyway, if you didn't explicitly force it then this is a bug. It seems a bit strange because I'm not able to reproduce the problem, with CentOS 5 my UYOK initrd.img is correctly created using cpio. Could you try to force the use of cpio instead of ext3? just re-run si_prepareclient with the option "--filesystem cpio". -Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
