1.启动参数如下:

bootargs=root=/dev/nfs nfsroot=192.168.1.8:/opt/wheezy_fs ip=192.168.1.9:192.168.1.8:192.168.1.1:255.255.255.0::eth0:on init=/bin/bash console=ttySAC0,115200

1.1错误信息如下:

bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2.修改启动参数:

bootargs=root=/dev/nfs nfsroot=192.168.1.8:/opt/wheezy_fs ip=192.168.1.9:192.168.1.8:192.168.1.1:255.255.255.0::eth0:on init=/sbin/init console=ttySAC0,115200

3.再次出现新的错误:

udevd[178]:unable to ctrl connection :function not implemented

对策:为内核打补丁,补丁地址如下:

https://github.com/genesi/linux-legacy/commit/a84fac75f38de592e530a2f9f982d7aafec6c288

最新文章

  1. 创建Odoo8数据库时的“new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)“问题
  2. MyBatis的getMapper()接口、resultMap标签、Alias别名、 尽量提取sql列、动态操作
  3. [LintCode] Paint House II 粉刷房子之二
  4. Count Complete Tree Nodes || LeetCode1
  5. 使用Redis实现用户积分排行榜的教程
  6. 2D游戏编程1--windows编程模型
  7. 【1】Chrome - 更换主题
  8. SQL Server-索引故事的遥远由来,原来是这样的?
  9. 字段从varchar2修改为number,字段中的内容做修改,替换
  10. XML详解二XML的解析与创建
  11. MyBatis学习笔记(二) Executor
  12. istringstream、ostringstream、stringstream 类介绍 和 stringstream类 clear函数的真正用途
  13. 安装Numpy方法
  14. python: 序列化/反序列化及对象的深拷贝/浅拷贝
  15. 【Spark深入学习-11】Spark基本概念和运行模式
  16. c# Database类的使用
  17. WSDL 文档-一个简单的 XML 文档
  18. web ide
  19. 搜索旋转排序数组 II
  20. DPDK安装依赖项合集 环境合集

热门文章

  1. jQuery源代码学习之九—jQuery事件模块
  2. IE8文件下载启用
  3. lua协程一则报错解决“attempt to yield across metamethod/C-call boundary”
  4. Leetcode: Minimum Unique Word Abbreviation
  5. SQL中EXISTS的用法
  6. linux hadoop安装
  7. [osx] 设置crontab
  8. instancesRespondToSelector与respondsToSelector的区别
  9. springMVC--@requestBody
  10. 一周试用yii开发一个带各种该有功能的web程序(二)