|
如题,menu.lst文件现在引导的是Remix OS,国内的一个Android X86,如下。
- default=0
- timeout=0
- title Remix OS
- root (hd0,6)
- kernel /kernel quiet root=/dev/ram0 androidboot.hardware=remix_cn_x86_64 androidboot.selinux=permissive quiet SRC= DATA=
- initrd /initrd.img
复制代码
现在我还想继续用NeoGrub继续引导Ubuntu。我不想用EasyBCD里的Ubuntu/BSD(如图红色圈内的),因为Ubuntu/BSD创建的引导选择Ubuntu会进入Grub2,我想选择Ubuntu后直接进入Ubuntu系统,而Grub2里面有好几个启动项,比如Ubuntu&Memery test&Memory test (memtest86+)等等4、5个选项。
我查到Ubuntu的引导编辑如下:
- title ubuntu/Linux 12.10 (/boot on single partitionas)
- find --set-root /grub/i386-pc/core.img
- kernel /grub/i386-pc/core.img
- boot
复制代码
这段直接粘贴在之前那段后面可以吗?还是有什么语法。求教。 |
|