回複:[求助] 如何刪除linux, and GRUB. thanks..

來源: 2006-12-17 10:14:29 [舊帖] [給我悄悄話] 本文已被閱讀:

1.$df
find out which hd has the root partition, lets say its, /dev/hda
2.#dd if=/dev/zero of=/dev/hda bs=512 count=1

you're done.