6,534
edits
Changes
fixes →Vmlinux, initrd and isolinux.cfg
# mount -o loop initrd-old mount-old/
# dd if=/dev/zero of=initrd bs=1048576 count=100
# mke2fs initrd
initrd is not a block special device.
Proceed anyway? (y,n) y
...
# mkdir mount
# mount -o loop initrd mount/
Also '''don't forget''' to change <tt>ramdisk_size</tt> to 102400 for all kernels including Centos 4.4 default!
And I suggest to remove <tt>quitequiet</tt> parameter, to see what happens: it will help greatly if some problem will happen.
=== Embellishment ===