error/log/trace Clipping [11.588285] [<ffffffff815d1e45] panic+0xad/0x27c mount_block_root prepare_namespace kernel_init kernel_thread ? retint_restore_args ? start_kernel ? gs_change Kernel Panic – not syncing VFS : unable to mount root fs on unknown_block(8,1) link : http://kerneltrap.org/node/2318
Monthly Archives: September 2011
bzip2, bunzip2 – a block-sorting file compressor, v1.0.4
Connected From This A UNIX Command $wget http://www.kernel.org/pub/linux/kernel/v3.0/patch-3.0.4.bz2 –2011-09-03 19:22:43– http://www.kernel.org/pub/linux/kernel/v3.0/patch-3.0.4.bz2 Resolving www.kernel.org… 130.239.17.5, 149.20.4.69, 199.6.1.165, … Connecting to www.kernel.org|130.239.17.5|:80… connected. HTTP request sent, awaiting response… 200 OK Length: 96120 (94K) [application/x-bzip2] Saving to: `patch-3.0.4.bz2′ 100%[===================================================================================>] 96,120 85.3K/s in 1.1s 2011-09-03 19:22:45 (85.3 KB/s) – `patch-3.0.4.bz2′ saved [96120/96120] $bunzip2 patch-3.0.4.bz2 $ls patch-3.0.4 patch-3.0.4 $ UNIX …
Continue reading “bzip2, bunzip2 – a block-sorting file compressor, v1.0.4”
Linux 3.0.4 compile howto…
Procedure 1. Download the source code. kernel 3.0.4 2. Unompress and open the archive. bunzip2 linux-3.0.4.tar.bz2 tar -xvvf linux-3.0.4.tar 3. cd linux-3.0.4 4. Read the README File. 5. make allmodconfig To be continued….