Tuesday, August 26, 2008

how to boot winxp if it is in another hdd

append this lines in /boot/grub/menu.lst file

title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
makeactive

!!done!!

No comments:

Post a Comment

list open ports and unix sockets

To do this I use netstat command to list all open ports: $ sudo netstat -tuplen to list open ports and unix sockets: $ sudo netstat -...