I am currently using Kubuntu but i have to install windows along side it, without removing linux how can i do it so both OS's run side by side;. i have a 80g hd with no windows installed.
Thanks in advance
Thanks in advance
sudo dd if=/dev/hda of=~/mbr_backup bs=446
sudo dd if=$WHERE_YOU_PUT_IT/mbr_backup of=/dev/hda bs=446
Comment