ubuntu 启动的时候会提示:(看不到的按 alt + F1)
Loading, pease wait...
Kinit: name_to_dev_t(/dev/disk/by-uuid/104ad992-ca26-4337-90a1-17f14a0ea667)= sda8(8,8)
kinit: No resume image, doing normal boot...
睇帮助啦:
man initramfs-tools
找到
resume
On install initramfs-tools tries to autodetect the resume partition. On success the RESUME variable is written to /etc/initramfs-tools/conf.d/resume. The boot variable noresume overrides it.
翻译:
恢复
安装了 initramfs-tools 之后会尝试自动检测恢复分区。当检测成功了,就会把变量写入 /etc/initramfs-tools/conf.d/resume 。启动变量跳过它不恢复。
解决方法:
一般是用 swap 分区保存系统休眠恢复的镜像,所以 /etc/initramfs-tools/conf.d/resume 记录的是 RESUME=UUID=104ad992-ca26-4337-90a1-17f14a0ea667,也就是 swap 的UUID。如果上次是休眠的话,会自动加载休眠时保存的状态,爽。如果上次是关机断电的话,启动的时候会自动跳过,但是要等一会,有点不爽。
如果不需要休眠的话直接屏蔽掉它就行了。
sudo vi /etc/initramfs-tools/conf.d/resume
#RESUME=UUID=104ad992-ca26-4337-90a1-17f14a0ea667
sudo update-initramfs -u
No resume image, doing normal boot
-
- 帖子: 39
- 注册时间: 2008-11-15 16:14
-
- 帖子: 211
- 注册时间: 2008-09-22 12:58
Re: No resume image, doing normal boot
作孽哦,屏蔽后系统无法进入。怎么办哟。救命。
启动错误:
out of memory: kill process 2440 (udevadm) score 28 or a child killed
Kernel painc _ not syncing: out of memory and a killable process...
系统就挂住了,recovery mode 也无法进入。LiveCD中重建/etc/initramfs-tools/conf.d/resume也无法。
启动错误:
out of memory: kill process 2440 (udevadm) score 28 or a child killed
Kernel painc _ not syncing: out of memory and a killable process...
系统就挂住了,recovery mode 也无法进入。LiveCD中重建/etc/initramfs-tools/conf.d/resume也无法。
-
- 帖子: 7
- 注册时间: 2009-03-11 21:00
Re: No resume image, doing normal boot

-
- 帖子: 7
- 注册时间: 2009-03-11 21:00
Re: No resume image, doing normal boot
呵呵,难道就没有高手帮忙一下吗? 
