Chinaunix首页 | 论坛 | 博客
  • 博客访问: 970922
  • 博文数量: 192
  • 博客积分: 3070
  • 博客等级: 中校
  • 技术积分: 1861
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-27 23:44
个人简介

Start Linux Leave Linux a while Back to Linux

文章分类

全部博文(192)

文章存档

2023年(18)

2022年(11)

2021年(8)

2020年(14)

2019年(7)

2018年(13)

2017年(16)

2016年(4)

2012年(2)

2011年(13)

2010年(26)

2009年(13)

2008年(27)

2007年(20)

我的朋友

分类: LINUX

2017-01-09 17:54:38

1. 部分Linux启动时,LVDS显示屏自动熄灭
从打印的信息及观察到的现象来看,在启动的过程中LVDS显示屏的背光会自动熄灭,需启动的参数中加入:
linux /casper/vmlinuz acpi_osi=Linux acpi_backlight=vendor nomodeset boot=/casper console=ttyS0,115200 console=tty1

2. 无法找到 *.sfs 文件
如果启动完 initrd 之后,提示无法找到 *.sfs 文件,可以要启动参数中加入 psubdir=/casper 

3. 如果找到了 *.sfs 文件之后,会执行 copy to ram,会执行:
Setting up the layered filesystem...
然后执行的结果是 failed.
这是因为在 init 文件中,它需要执行 mount -t aufs -o xxxxxxx
然而我们的内核一般是不支持 aufs 的,去下载一个 aufs 的补丁 for kernel 3.16 的可以了。
阅读(1043) | 评论(0) | 转发(0) |
0

上一篇:Modbus CRC16算法

下一篇:裁剪 Tahrpup64

给主人留下些什么吧!~~