Thursday, September 29, 2011

[Works] How to install Windows XP on Linpus Linux 9.2

วิธีลง Windows บนเครื่องที่ลง Linux มา (หนำซ้ำบางเครื่องยังลงมาไม่สมบูรณ์ Boot เข้าเครื่องก็ไม่ได้อีกต่างหาก) อันดับแรก ตั้ง Boot ใน BIOS ให้เป็น CD อันดับแรก และทำตามขั้นตอนด้านล่างเลยค่ะ

First, Set First Boot to CD/DVD ROM

You will get the command line as below
root@localhost /]#
and can not boot from XP cd.

Try this...
Boot up Linpus Linux and execute dd command in Terminal/Konsole. It will wipe your Hard Disk and Windows Installation CD will work after that.


Code >>

dd if=/dev/zero of=/dev/sda bs=512 count=1

It then show ; 
1+0 records in 
1+0 records out
{root@localhost /}# 


then restart and will able to boot from XP CD..


GOOD LUCK :)
Thanks: http://www.linuxforums.org

No comments:

Post a Comment