回复:[求助] 如何删除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.