2024年1月12日发(作者:)

Beini在WIN7下安装

win7下硬盘安装beini 一、 准备工作:

1、 下载grub4dos软件最新版;

2、 下载beini-1.1把boot、tce解压到E盘新建目录BEINI

(摆一下渡)

二、步骤:

1、把grub4dos压缩包解压缩,将grldr、、、四个文件拷入C盘根目录;

2、Windows7已经没有了 所以我们自己在C盘根目录下新建 编辑内容如下:

[boot loader]

timeout=5

default=multi(0)disk(0)rdisk(0)partition(1)Windows Seven

[operating systems]

C:="BT4/BEINI-Start By Grub4Dos"

3、编辑C盘下的 (重点是的编辑 其中的具体数字可以根据实际情况改 至于的编辑可以将.lst后缀命改为.txt进行编辑)

color black/cyan yellow/cyan

timeout 5

default /default

fallback 1

splashimage (hd0,1)/boot/grub/

title Boot beini

kernel (hd0,1)/BEINI/boot/bzImage quiet tinycore tce=sda2/beini/tce/

initrd (hd0,1)/BEINI/boot/ title Start Windows

rootnoverify (hd0,0)

makeactive

chainloader +1

title Shutdown the Computer

halt

title Reboot the Computer

reboot

可以将原里面的内容都删除,写入上述内容。

注意:若你只有1个主分区即C盘,且你把Beini安装在C:盘的

格式如下:% O9 I! E6 W( q/ T: # T

title Start Beini! V3 A4 ^9 - w. i" r

kernel (hd0,0)/boot/bzImage quiet tinycore tce=sda1 initrd

(hd0,0)/boot/

安装在D:盘的% 格式如下

title Start Beini* E+ @$ C: M( Z. K+ x

kernel (hd0,4)/boot/bzImage quiet tinycore tce=sda5 initrd

(hd0,4)/boot/

本人电脑硬盘分区为:C盘为主分区1,D盘为主分区2,E盘为逻辑分区,beini文件解压在D盘,故格式如下

kernel (hd0,1)/BEINI/boot/bzImage quiet tinycore tce=sda2/beini/tce/

initrd (hd0,1)/BEINI/boot/

(hd0,4)的计算是hd0为第一块主硬盘,在grub下逻辑分区从4开始,所以C盘(主分区)即为0,D盘(主分区)即为1,E盘即为4,以此类推。

重启选择Load GRUB4DOS,选择Boot BEINI,即启动beini