|
From: Peter J. <P.J...@vi...> - 2008-06-03 18:52:18
|
I just tried to create a compact flash for our MBX firewall. I used install-on-usb to create the compact flash. The created compact flash is not bootable. After some diging I found out that the new mkfs.ext2 is incompatible with grub. The change the default number of inodes from 128 to 256. This is easy to fix just add '-I 128' to the mkfs.ext2 in install-on-usb. Then the system boots a little bit. But known I get a kernel panic after 'Starting up final system'. The error is: Switch_root: bad newroot /cdrom Kernel panic - not syncing: Attempted to kill init. -- Peter Jannesen -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Bruce Smith Sent: maandag 2 juni 2008 22:47 To: dev...@li...; dev...@li... Subject: [Devil-Linux-discuss] New DL 1.3 on FTP server I uploaded the most recent build of DL 1.3 to the FTP server: devil-linux-1.3.6-2008-05-31-i586-bs.tar.bz2 The DL version was bumped from 1.3.5 to 1.3.6 to correspond with the new 2.6.25 kernel. See the CHANGES file for more detailed update info. - BS ------------------------------------------------------------------------ - 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/ _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |