Results 21 to 22 of 22
That's up to you, but it's pretty easy to get Ubuntu and XP running together as "dual-boot".
If you're willing to learn a little bit about Linux, I think you'll ...
- 09-23-2008 #21
That's up to you, but it's pretty easy to get Ubuntu and XP running together as "dual-boot".
If you're willing to learn a little bit about Linux, I think you'll find you really like it (despite this horrible first experience). But, of course, it's your computer, so it's up to you.
Last edited by smolloy; 09-23-2008 at 10:39 PM.
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 09-23-2008 #22
I think since you have got to this point you may as well see if you can get Ubuntu working ... but it's up to you. If you want to try getting the install you have working then open a terminal and
and post the output and we can try and help sort why you could not get a grub menu.Code:sudo -s mkdir /manmount mount /dev/sda1 /manmount cat /manmount/boot/grub/menu.lst
If you decide you just want to install XP thats fine ... but you may need to wipe grub off the hard drive first - try to boot from the XP install CD and if that does not work boot using the Ubuntu CD again, open a terminal and type
This will wipe the MBR of the disk so Grub and partition information will be erased ! Windows XP should then installCode:sudo dd if=/dev/zero of=/dev/sda bs=512 count=1

If you get curious in future about Linux then use the Wubi install ... this will install Ubuntu without changing partition structure of the disk.


Reply With Quote
