|
429499381
中级用户
  
积分 452
发帖 202
注册 2006-12-21
状态 离线
|
『楼 主』:
GRUB4DOS如何使用 网络引导? (已解决)
使用 LLM 解释/回答一下
用GRUB4DOS都半年了, 知道GRUB4DOS有网络功能!1
可是总也找不到相关使用方法??? 也没看见谁发过此类帖子,
官方帮助文件介绍也不多, 不知道如何下手, 有谁知道的?
请介绍一下!
Last edited by 429499381 on 2008-1-14 at 11:28 AM ]
I've been using GRUB4DOS for half a year. I know GRUB4DOS has network functions! 1
But I can never find relevant usage methods??? I haven't seen anyone post such posts either,
The official help files don't have much introduction, and I don't know where to start. Does anyone know?
Please introduce it!
Last edited by 429499381 on 2008-1-14 at 11:28 AM ]
|
|
2008-1-7 18:01 |
|
|
barton
中级用户
  
积分 480
发帖 197
注册 2006-9-20 来自 黄冈
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
你是知PXE还是什么?
Are you knowledgeable about PXE or something else?
|
|
2008-1-7 22:31 |
|
|
429499381
中级用户
  
积分 452
发帖 202
注册 2006-12-21
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
不知道我的表达是否很模糊?? 我的意思是说GRUB4DOS能够使用网络
当然能实现网络引导, 就是PXE引导 , 该如何实现呢??
I don't know if my expression is very vague?? What I mean is that GRUB4DOS can use the network. Of course, network booting can be achieved, which is PXE booting. How to achieve it??
|
|
2008-1-8 08:51 |
|
|
barton
中级用户
  
积分 480
发帖 197
注册 2006-9-20 来自 黄冈
状态 离线
|
|
2008-1-8 09:02 |
|
|
429499381
中级用户
  
积分 452
发帖 202
注册 2006-12-21
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
但是我要的是关于GRUB4DOS的, 我慢慢找吧
But I need something about GRUB4DOS, I'll look for it slowly
|
|
2008-1-10 02:59 |
|
|
hilsonma
新手上路

积分 16
发帖 8
注册 2007-3-2
状态 离线
|
|
2008-1-11 22:18 |
|
|
429499381
中级用户
  
积分 452
发帖 202
注册 2006-12-21
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
哪东西我经常看, 也没看出有网络引导部分, 你看到了麻烦贴上来
Which thing I often look at, and I didn't see the network boot part. If you see it, please post it up.
|
|
2008-1-12 06:50 |
|
|
429499381
中级用户
  
积分 452
发帖 202
注册 2006-12-21
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
问题已经解决, 具体方法是
用GRLDR做PXE引导文件
菜单文件放在该服务的盘符的根目录下, 目录是 meu.lst/default
大家注意, menu.lst 是目录不是文件
语法:
title 启动网络 PE
root (pd) 使用网络
pxe keep 我也不太明白
chainloader --force /startrom.0 使用PXE PE启动文件
boot
还有二点要注意, (假设TFT32放在D盘的pxe目录下)
一: 注意文件放的位置 不管你的PXE服务是在哪个目录下进行的,
GRLDR始终是从根目录下开始的 如: map --mem (pd)/pxe/img/dos.img (fd0)
syslinux是从TFT32目录下开始(为了这个我头疼了好几个小时)
二: 最好不要在U盘下进行使用(务必复制到本地硬盘下使用)
因为有的U盘下无法使用find 命令, 而且U盘传输速度比硬盘慢(造成瓶颈)
再给点小提示: (不太确定)
chainloader --force /startrom.0 这个命令也许不需要前面那个/ , 我也忘了
SYSLINUX是不需要的 (大家也要注意)
还有个没有证实的东西:
不点说12-05以后的GRUB4DOS进行PXE会出问题, 可以用12-05以前的
我证实了12-25 和其他几个版本的确在一些主板下无发找到文件, 12-05以前的我没证实
The problem has been solved. The specific method is
Use GRLDR as the PXE boot file
The menu file is placed in the root directory of the drive where this service is located. The directory is meu.lst/default
Everyone should note that menu.lst is a directory, not a file
Syntax:
title Boot network PE
root (pd) Use network
pxe keep I don't quite understand either
chainloader --force /startrom.0 Use PXE PE boot file
boot
There are two more points to note. (Assuming TFT32 is placed in the pxe directory of drive D)
1: Pay attention to the location of the file. No matter which directory your PXE service is in,
GRLDR always starts from the root directory. For example: map --mem (pd)/pxe/img/dos.img (fd0)
SYSLINUX starts from the TFT32 directory (this gave me a headache for several hours)
2: It is best not to use it under the USB flash drive (be sure to copy it to the local hard drive for use)
Because the find command cannot be used under some USB flash drives, and the transmission speed of the USB flash drive is slower than that of the hard drive (causing a bottleneck)
Here are some tips: (not very sure)
The command chainloader --force /startrom.0 may not need the preceding /, I also forgot
SYSLINUX is not needed (everyone should also pay attention)
There is also something not verified:
It is said that GRUB4DOS after 12-05 will have problems with PXE, you can use the version before 12-05
I verified that versions like 12-25 and some others cannot find the file under some motherboards. I didn't verify the version before 12-05
|
|
2008-1-14 11:27 |
|
|
guanhai
初级用户
 
积分 62
发帖 23
注册 2007-1-17
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我最近也在找这方面的咚咚,没有详细的设置说明啊,看了版主的提示,我再试试,谢谢
I've been looking for this kind of thing recently too. There are no detailed setup instructions. After reading the moderator's tips, I'll give it another try. Thanks
|
|
2008-4-3 15:01 |
|