/usr/src/linux-3.2.1 # make install
scripts/kconfig/conf --silentoldconfig Kconfig
sh /usr/src/linux-3.2.1/arch/x86/boot/install.sh 3.2.1-12-desktop arch/x86/boot/bzImage \
System.map "/boot"
You may need to create an initial ramdisk now.
--
/boot # mkinitrd initrd-3.2.1-12-desktop.img 3.2.1-12-desktop
Kernel image: /boot/vmlinuz-2.6.34-12-desktop
Initrd image: /boot/initrd
First I want to say that I have read initrd and I know about it. It is another method like initramfs.
Code:
The initial RAM disk (initrd) is an initial root file system that is mounted prior to when the real root file system is available. The initrd is bound to the kernel and loaded as part of the kernel boot procedure.
Grub can boot from any partition so there is no need to share boot partition.
Hello,
i upgraded from 11.1 to 11.2. Unfortunately the new kernel does not work with my sata/southbridge (i googled and figured its a known issue). So i tried to boot a 11.1 64bit rescue system to install the older kernel and the corresponding initrd. The problem is, that i cant find the kernel and initrd on the rescue system. Does anybody know how to do this?
I have Zorin OS based on natty, I have slow boot time and huge initrd.img size, it's 230 mb after I upgraded kernel to version 3.0.0 I searched the net for a solution but I didn't find an answer.
Would you please tell me how can I reduce size of initrd.img.
I cant start Grub Customizer in ubuntu 12.04 after updating the kernel:
exception '15AssertException'
with message 'found unexpected file on path: /etc/grub.d/10_linux'
in /build/buildd/grub-customizer-3.0.2/src/Model/ListCfg.cpp:916
Also update-grub command shows two identical kernels:
Found linux image: /boot/vmlinuz-3.2.0-36-generic
Found initrd image: /boot/initrd.img-3.2.0-36-generic
Foun
So a couple days ago I followed this guide over here:
http://www.harald-hoyer.de/personal/...5-to-3-seconds
and was able to disable using initrd by specifying device instead of UUID, rootfstype, and commenting out the initrd line.
However, from what I can tell, BTRFS doesn't support this. Does anyone know if there is a way to boot without initrd while using BTRFS?
I am in the process of switching from Xen to qemu-kvm. My current Xen installation has a number of LVM volumes each with a partition (rather than a full disk image).
I have created a ks.cfg file and placed in the root of my cdrom.
Added append initrd=initrd.img ks=cdrom:/ks.cfg to the isolinux.cfg
When I boot from the CDROM, at the stage the installation is looking for the ks.cfg I receive a message on the screen notifying that the file couldnt be found.
If I wait a few seconds and press OK the installation continues with the ks.cfg file successfully.
I a