1.那一片開機片,安裝的光碟,或是Knoppix光碟,或是那台電腦當DRBL的client 2.若是用安裝光碟開機之後,用rescue mode (也就是打linux rescue 去boot),或是用Knoppix光碟,開機 3.開機完之後,mount有安裝Linux OS那個partition,例如 mount /dev/hda1 /mnt/ 4.然後執行 grub-install --root-directory=/mnt/ /dev/hda 5.到 /mnt/boot/grub中編輯一個檔案叫做grub.conf 內容類似這樣: http://www.stick.idv.tw/sts/grub.conf 6.將grub.conf symbolic成menu.lst (會這樣做是有的grub是讀grub.conf,有的是menu.lst) ln -fs grub.conf menu.lst ps. Knoppix在這裡可以下載: http://os.nchc.org.tw/OSTF/demoCD/