Thanks a lot!

回
hikohan 兄:
我是將 grub 裝在 hdb 的 boot sector 非 MBR .
如果是
netman 大開的課我一定報名!
可惜我住台北...現在網路這麼發達,如有遠距教學也不錯!
但 linux 的 loader 太大了,要分開 stage1 跟 stage2,
其中的 stage2 是在 file system 里面(partition里面),
但 stage1 放 MBR 或 boot sector 都行。
但如果你選擇放 boot sector,那就請修改 MBR 開的那個 loader,
多加一個 entry 給 chain 到你的 boot sector 去。
netman 大的解說若化為行動,不就是:
install grub loader grub> root (hd1,0)
grub> find /grub/stage1
grub> find /grub/stage2
grub> setup (hd1,0)
然後是,
/etc/grub.conf 設定:title RHEL 5 Server (2.6.18-53.el5)
root (hd1,0)
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quie
t crashkernel=128M@16M
initrd /initrd-2.6.18-53.el5.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1.....難道是好事多磨(且我有在 BIOS 中設定 hdb 為開機碟,開機順序是: cd-rom->hard disk),為何我會開不了?
有沒有可把 MBR or Boot Sector 內容倒出來看的工具?
可否請教
darkranger 兄 NTLDR 是如何啟動 windows xp 的?感激不盡!