参考资料: 1.grub引导修复:http://forum.ubuntu.org.cn/viewtopic.php?t=348503 2.亮度调节,综合网上知识 grub引导修复: 1.在grub rescue模式下,使用ls, ls (hd0,xxx)等命令,找到类似有grub或boot/grub ...
很多时候,特别是在linux调整分区后,开机重启时会出现: error : unknow filesystem grub rescue> 这表示你的grub2的配置文件出错了。 由于分区调整或分区UUID改变造成grub2不能正常启动,从而进入修复模式了(grub rescue),也称救援模式。 在 ...
分类:
其他好文 时间:
2018-06-03 14:24:56
阅读次数:
166
当虚机系统不能启动时,在openstack环境的修复办法:1、使用novarescue<server>会从虚机初始镜像启动实例,将实例的原有磁盘会做为second硬盘2、启动后将第二硬盘联机就可以修复了。3、修复系统完成后,需要将虚机从rescue恢复到正常模式。novaunrescue16b6fc1c-ef87-42b0-a9d2-f286f2c68bec
分类:
其他好文 时间:
2018-06-02 11:32:47
阅读次数:
685
Problem Description Mario is world-famous plumber. His “burly” figure and amazing jumping ability reminded in our memory. Now the poor princess is in ...
分类:
其他好文 时间:
2018-05-29 20:38:49
阅读次数:
153
Super Mario Mario is world-famous plumber. His “burly” figure and amazing jumping ability reminded in our memory. Now the poor princess is in trouble ...
分类:
其他好文 时间:
2018-05-29 15:00:29
阅读次数:
222
Jon fought bravely to rescue the wildlings who were attacked by the white-walkers at Hardhome. On his arrival, Sam tells him that he wants to go to Ol ...
分类:
其他好文 时间:
2018-05-29 13:12:12
阅读次数:
364
"HDU.1028.Ignatius and the Princess III(母函数)" cpp //0MS 1500K //母函数。。背包、DP都行。。 include include typedef long long LL; const int N=122; int n,f[N],tmp[N ...
分类:
其他好文 时间:
2018-05-27 13:38:31
阅读次数:
129
linux root密码找回方法一 第1步:在系统进入单用户状态,直接用passwd root去更改。 第2步:用安装光盘引导系统,进行linux rescue状态,将原来/分区挂接上来,作法如下: cd /mnt mkdir hd mount -t auto /dev/hdaX(原来/分区所在的分 ...
分类:
系统相关 时间:
2018-05-25 21:07:06
阅读次数:
230
有两个长度可能是250*250的数字串,串内元素两两不同,求最长公共子串。 常规的O(n^2)解法不论是时间或空间都无法解决,办法是转化成求最长上升子序列。 假设是有串1和串2。先给串1的元素按输入顺序来一个映射,称为映射1。比如说 1 7 5 4 8 3 9 映射成 0 1 2 3 4 5 6。那 ...
分类:
其他好文 时间:
2018-05-24 18:05:14
阅读次数:
165