1、添加1个5GSCSI硬盘/dev/sdb150M放/boot/dev/sdb21G放/sysroot2、挂载磁盘mkdri/mnt/{boot,sysroot}
mount/dev/sdb1/mnt/boot
mount/dev/sdb2/mnt/sysroot3、提供bootloader]#grub-install--root-directory=/mnt/dev/sdb4、开发环境yum–ygroupinstll“Developmenttools”“..
分类:
系统相关 时间:
2015-05-25 06:15:08
阅读次数:
828
Goal: to realize the Ubantu in the windows system os computer. Tools: Ubantu install USB MSD, Software EasyCd or Grub Priciple: install two System...
原文网址:http://blog.sina.com.cn/s/blog_541900d50101eu9r.htmlwin7于ubuntu双系统,进入windows后直接格式化硬盘分区将ubuntu删除,重新启动后出现如下提示。error:no such partitiongrub rescue这表示...
1 切换到root(su命令)下修改grub中开机等待时间TIMOUT:
2更新grub:
3 重启电脑可见开机选单...
原文网址:http://blog.sina.com.cn/s/blog_b381a98e0102v1gy.html一、Ubuntu14.04采用默认安装方式的情况采用默认安装方式,在win7下安装了Ubuntu 14.04后,在grub中,win7启动想是最后一个,为了把win7设置为默认启动项,需...
Ubuntu学习之路还很长,做个笔记也不亏terminal tab 补全忽略大小写:在 /ect/inputrc文件中添加或修改 'set completion-ignore-case on'Ubuntu 开机后关掉桌面(我是用来减轻虚拟机压力):/etc/defualt/grub : 'quick...
分类:
系统相关 时间:
2015-05-21 23:59:43
阅读次数:
330
一、创建Neo4j的Legacy indexing 1.为节点创建索引 官方API的创建示例为:将一节点添加至索引:public static void AddNodeIndex(String nid) { String txUri=SERVER_ROOT_URI+"inde...
分类:
其他好文 时间:
2015-05-19 18:50:33
阅读次数:
204
OpenCV Error: The function/feature is not implemented (OpenCV was built without SURF support) in cvExtractSURF, file /tmp/buildd/ros-hydro-opencv2-2.4.9-2precise-20141231-1914/modules/legacy/src/featu...
分类:
其他好文 时间:
2015-05-19 10:34:06
阅读次数:
1073
Josh Triplett以一个“笑点”开始了他在PyCon 2015上的演讲:移植Python使其无需操作系统运行:他和他的英特尔同事让解释器能够在GRUB引导程序、BIOS或EFI系统上运行。连演讲的休息时间也没放过,他有很多有趣的要说的事情,还有许多让人大开眼界的演示。Python在Boot ...
分类:
编程语言 时间:
2015-05-18 16:24:55
阅读次数:
250
第一种方法:运行sudo gedit /etc/default/grub 输入密码将GRUB_DEFAULT=0改为GRUB_DEFAULT=4(如果没做过其他设置,即启动时win7为第5项。可根据自己情况更改)然后运行sudo update-grub第二种方法:sudo chmod +w /bo....