Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by smcnutt@Aug 25 2005, 06:19 PM hi justin,
please see: http://www.niosforum.com/forum/index.php?a...=st&f=18&t=2383 (http://www.niosforum.com/forum/index.php?act=st&f=18&t=2383)
<div class='quotetop'>quote
--- quote end ---
--- quote start ---
freeing unused kernel memory: 60k freed (0x1188000 - 0x1196000)
warning: unable to open an initial console.[/b] Kernel panic - not syncing: no init found. Try passing init= option to kernel.[/b] --- Quote End --- This is due to the bugs in the 1.4 fs/cramfs/inode.c. Basically, the code doesn't correctly access the offset and namelen bit fields in the cramfs_inode struct (as well as some others). Soooo ... it can't even create a good offset to the root directory inode from the superblock -- which is why the kernel can't even find the /dev/console. Anyway, see the URL above ... the fix is pretty simple. Regards, --Scott <div align='right'><{post_snapback}> (index.php?act=findpost&pid=9280)</div> [/b] --- Quote End --- Hi Scott, The link is fail. Could you tell me how to fix this bug in detail? Regards, Sam