Posted on July 26, 2008, 12:15 pm, by Alexander Sandler, under
News.
I have finished writing a new article. This article gives solutions to common problems that one may encounter when booting Linux. From faulty service scripts to corrupted initrd, it’s all there. You can find the article here.
Table of contents Introduction Understanding the kernel installation Kernel binary Kernel version number Kernel modules Linux boot process explained Initial ram-disk Mounting root file-system init and services init levels Services Booting Linux with broken init scripts Conclusion IntroductionBACK TO TOC I thought I’d write a few things that I do with kernel when administrating my […]
Tags:
boot,
disk,
hda,
ide,
init,
initrd,
kernel,
linux,
mkinitrd,
modprobe,
module,
script,
scsi,
sda,
shell,
system 5 Comments |
Read the rest of this entry »
Posted on June 1, 2008, 2:36 pm, by Alexander Sandler, under
News.
As the name implies, this article explains how to crack up, modify and save modern initrd file, without using fancy tools such as mkinitrd and friends. You can find it here.
Tags:
*.ko,
boot,
crack,
gzip,
hack,
init,
initrd,
insmod,
kernel,
kernel modules,
linux,
linuxrc,
look inside,
mkinitrd,
modify,
modprobe,
modules,
open No Comments |
Read the rest of this entry »
Table of contents Introduction Understanding the kernel installation Kernel binary Kernel version number Kernel modules Linux boot process explained Initial ram-disk Mounting root file-system init and services init levels Services Booting Linux with broken init scripts Conclusion Introduction Few words about initrd Few words about history Back to the real thing Changing it Packing it […]