回复:[求助] 如何删除linux, and GRUB. thanks..

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.

请您先登陆,再发跟帖!