underdog5004
Group: Members
Posts: 45
Joined: Mar. 2006 |
|
Posted: July 11 2006,22:42 |
|
Hmmm, I tried a search on "Dual boot", and nothing noticeable popped up. A good general outline for dual-booting any computer (windows/*nix) is to install windows first on its own partition, then go ahead with the linux install. If you don't, then Windows will overwrite the MBR which is where the GrUB is located. If it was me, I would boot from a dsl livecd, then I would
Code Sample | sudo cfdisk /mnt/hda1 |
and partition the drive into a fat32 for windows, an ext2 for dsl, another ext2 for storage on dsl, and a swap, for swap. After that, go ahead and install windows, then install dsl (frugal). Remember that Windows will format the fat32 partition as NTFS. Edit the grub.lst (I think that's the right file) to include the Windows installation. I think that should do it, although I haven't tried it myself...
-Matthew
|