initrd

在自动安装系统时附加驱动

我与影子孤独终老i 提交于 2020-03-02 03:10:47
安装系统 时,最痛苦的莫过于没有 网卡驱动 了: 系统引导所需的 基础文件 isoroot/ isolinux/ initrd.img # 内存系统 isolinux.bin # syslinux isolinux.cfg # 主引导文件 linux.tgz # 自行打包的系统 vmlinuz # 与 initrd 配套的内核 解压原生 内存系统 (普通用户即可) cp -fv isoroot/install.amd/gtk/initrd.gz ~/ mkdir -pv ~/initrd && cd ~/initrd gunzip < ~/initrd.gz | cpio --extract --preserve --verbose 植入10Gb网卡bnx2x驱动 wget -P ~/ http://mirrors.yun-idc.com/debian/pool/non-free/f/firmware-nonfree/{firmware-bnx2_20151018-2_all.deb,firmware-bnx2x_20151018-2_all.deb,firmware-brcm80211_20151018-2_all.deb,firmware-ipw2x00_20151018-2_all.deb,firmware-linux-nonfree_20151018-2_all.deb

Some details on ARM Linux boot

十年热恋 提交于 2019-12-30 10:44:10
问题 I'm trying to understand the details of linux booting on arm architecture. I did lot of search on the internet and understood so far some details although I feel each time I read an article it brings lot of other new terms and this makes things more complex. I do have 2 boards running linux, an olimex 9261 and a beaglebone black. My expertise in embedded systems especially arm is pretty good, but didn't play too much with linux though (except some user space programs and char drivers in

Error inserting scsi_wait_scan - Invalid module format

人盡茶涼 提交于 2019-12-12 02:14:32
问题 The system is CentOS 6.3. I've compile a new kernel and the resulting rpm installed on a target machine. When booting from the kernel I've receive the error in a title of the question. I've extracted corresponding initramfs and compared output of: modprobe --dump-modversions /path/to/scsi_wait_scan.ko with entries in corresponding /boot/ symvers -*. All symbols checksums fit, including of module_layout . Is there a way to extract symvers from kernel itself? 回答1: I've found the problem. Short

Is it possible to boot the Linux kernel without creating an initrd image?

时光总嘲笑我的痴心妄想 提交于 2019-12-03 19:05:28
问题 As I understand, initrd is a small image that is loadable in the RAM. It is used to boot a complete kernel with all the loadable modules. As part of the process, we need the vmlinuz kernel image which is a renamed version of bzImage. Is it possible to boot the kernel without creating the initrd image? 回答1: initrd/initramfs is optional and not a requirement. bzImage is the pure kernel image and can be booted directly by the bootloader. However it might be neccesary to execute some tasks

Some details on ARM Linux boot

廉价感情. 提交于 2019-12-01 08:17:51
I'm trying to understand the details of linux booting on arm architecture. I did lot of search on the internet and understood so far some details although I feel each time I read an article it brings lot of other new terms and this makes things more complex. I do have 2 boards running linux, an olimex 9261 and a beaglebone black. My expertise in embedded systems especially arm is pretty good, but didn't play too much with linux though (except some user space programs and char drivers in kernel). Here are my questions: One one board I have the following uboot output (linux 2.6.30): bootargs=mem