无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
楼主: 天风
打印 上一主题 下一主题

GRUB学习讨论专用贴,严禁灌水,违者删除!!!!!!!!

[复制链接]
1#
发表于 2005-7-10 16:47:05 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

构想中的用gueb做启动盘,不知能否实现?
1 从软盘/U盘/光驱/硬盘启动  
2 启动DOS,运行工具软件,如杀毒/分区/数据恢复/找回密码
3 启动linux系统,如geexbox,fanx  
4 安装系统,win98/win2k/winxp/win2003
5 加载ISO,启动mini98/winpe,或从光盘启动
回复

使用道具 举报

2#
发表于 2005-7-11 10:26:28 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

1,2,3坛主的启动盘已经有这功能了
如果能实现4,5就比较完美了
另有事请教,我想用GRUB管理我的硬盘,该如何设置目录?
我的硬盘分了5个区,C,D为CDFS,其余是FAT32
目前已在boot.ini中加上GRUB,但是根据论坛的帖子资料
还实现不了,目前我的目录设置:
c:\
grub.exe
子目录  boot
二级子目录  grub

初接触GRUB,很多不懂,ISOGrub是可以加载ISO,grldr做什么用?
            
回复

使用道具 举报

3#
发表于 2005-7-12 08:35:55 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

硬盘启动Geexbox问题:
系统提示:Error 23:No Such Pareition
硬盘启动IMG文件问题:
系统提示:Loading boot sector .....booting...........
就在这里停了,只能关闭电源重启
我试用加载GMEditor查出来的软盘镜像c/h/s参数还是一样
回复

使用道具 举报

4#
发表于 2005-7-12 12:08:22 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

[UploadFile=grub_1121141284.jpg]
上面这一信息出现在哪个文件 ?
回复

使用道具 举报

5#
发表于 2005-7-13 10:19:53 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

Reading the valuable info from 9685 and 10445 I tried myself a few things.
I was surprised to find that only two files from w2k3-SP1 are needed to create a CD that loads a bartpe iso in RAM and boots it from there. SETUPLDR.BIN and RAMDISK.SYS.
The iso does not have to be based on W2k3-SP1 sources (needs only ramdisk.sys from W2k3-SP1).
For all those who want to try, the steps are:
1. Download MS Windows Server 2003 Service Pack 1 (RC). It is a SFX CAB archive. You may use WinRAR to open it. Extract the SETUPLDR.BIN and RAMDISK.SY_. Expand ramdisk.sy_ to get RAMDISK.SYS.
2. Build a normal pebuilder.iso with any source you like but
replace the driver RAMDISK.SYS with the one from W2k3-SP1 (keep however the size sufficiently small since the whole iso will be loaded in RAM)
3. From PEBuilder output directory take bootsect.bin and i386\ntdetect.com
4. Create a WINNT.SIF text file containing the code
CODE[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=pebuilder.iso"
5. Create a folder, say C:\rampe, UPPERCASE the 5 files above and use them to create within C:\rampe the following structure
CODEBOOTSECT.BIN
WINNT.SIF
PEBUILDER.ISO
I386\NTDETECT.COM
I386\SETUPLDR.BIN
6. Create the new pebuilder_inram.iso with mkisofs. Use something like
CODEmkisofs.exe -iso-level 4 -volid "BartPE" -A PEBUILDER/MKISOFS -sysid "Win32" -no-emul-boot -b BOOTSECT.BIN -hide BOOTSECT.BIN -o pebuilder_inram.iso "C:\rampe"
As one can easily see, it is very easy to include a RAM version in a multiboot CD.
Simply use the known method to add multiple OS (hex edit bootsect.bin, setupldr.bin and rename I386)
值得一试
回复

使用道具 举报

6#
发表于 2005-7-19 09:10:34 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

这个帖子好像没什么人跟了,还有好多不太懂的呢
回复

使用道具 举报

7#
发表于 2005-7-20 08:24:02 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

发现一个有趣的现象:
用pre19里带的GDLDR 激活的是grub0.97英文版
用avldrB1版激活的是0.95中文版
因0.97先查找根目录下的menu.lst  0.95中文版是查找/boot/grub/menu.lst
我硬盘上就有了双语版
回复

使用道具 举报

8#
发表于 2005-7-20 11:33:28 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

下面引用由Brglng2005/07/20 11:14am 发表的内容:
我在GRUB4DOS的命令行里输入scdrom --install,屏幕上出现一大堆乱码,机器发出“嘀嘀”声,然后就死机了,为什么?
scdrom这个命令能否用在menu.lst里?
可以的
title 从光盘启动
scdrom --bootcd
scdrom --bootcd
回复

使用道具 举报

9#
发表于 2005-7-20 13:57:25 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

我目前在用的menu.lst
timeout 20
default 0
fallback 1
fontfile (hd0,0)/boot/gmb/fonts.gz
splashimage (hd0,0)/boot/gmb/bj2008.xpm.gz
title   从硬盘启动
root (hd0,0)
chainloader +1
title   运行软盘镜像(MAP-HOOK)
map --mem (hd0,0)/boot/grub/zwh.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 启动软盘镜像(MEMDISK)
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/zwh.ima
title 从光盘启动
scdrom --bootcd
scdrom --bootcd
title 从软驱启动
root (fd0)
chainloader +1
title 重启计算机
reboot
title 关闭计算机
halt
title 安装Grub到硬盘的MBR。慎用!!! password:zwh
password zwh
root (hd0,0)
setup (hd0)
reboot
回复

使用道具 举报

10#
发表于 2005-7-22 08:50:28 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

我的情况跟楼上的一样
回复

使用道具 举报

11#
发表于 2005-7-22 10:04:18 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

在另一个论坛等两天了,就是想要你说的那个软件
不过现在知道怎么制作了,这个软件只是能更方便的制作
顶一下
回复

使用道具 举报

12#
发表于 2005-7-22 15:00:29 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

有没有测试版下载?
回复

使用道具 举报

13#
发表于 2005-7-22 15:29:15 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

0.97中文版问题,希望解决一下
启动后显示中文花屏,按C键返回后却能正常显示,但不能显示背景
[UploadFile=097test_1122017324.jpg]
[UploadFile=097test1_1122017346.jpg]
回复

使用道具 举报

14#
发表于 2005-7-23 14:12:16 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

下面引用由Sheven2005/07/23 01:56pm 发表的内容:
0.97版哪下的吗?给个地址行吗?
http://sysoft.zdwx.com/forum/forumdisplay.php?fid=4&page=1
回复

使用道具 举报

15#
发表于 2005-7-24 08:20:54 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

顶呀,又有一个极好的工具出台了
回复

使用道具 举报

16#
发表于 2005-7-25 09:32:16 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

下面引用由useronce2005/07/23 10:08am 发表的内容:
这个问题是老早就有的。 原因是字体载入正常了,可是没有 splashimage, 我估计
你没有在 fontfile 命令后面紧接着运行 splashimage.
我是接着用的,一样不能正确显示中文,换上中文版grub4dos下的背景图也一样
回复

使用道具 举报

17#
发表于 2005-7-27 08:53:45 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

帮Gandalf帖出来:
GImage - Grub 启动软盘镜像制作工具
下载地址:
http://sysoft.zdwx.com/forum/viewthread.php?tid=90&fpage=1
回复

使用道具 举报

18#
发表于 2005-7-27 15:07:28 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

[这个贴子最后由mzszwh在 2005/07/27 03:12pm 第 1 次编辑]

按GRUB说明,D盘是(hd0,4),可在我机上,E盘却要设成(hd0,3)才能读取到数据;
你试改为(hd0,5)试试
回复

使用道具 举报

19#
发表于 2005-8-8 15:04:45 | 显示全部楼层

GRUB学习讨论专区,严禁灌水,违者删除!!!!!!!!

紫狐兄,想要你的ntfs4dos,不知能不能提供?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-5-12 16:27

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表