Click to See Complete Forum and Search --> : Creating a DOS partition...


Justin S
12-11-2000, 06:54 PM
Hey Everyone,

I have a question. I have a computer that had Windows 95 and Red Hat 6.1 on it setup with LILO. I say "had" because I've totally deleted all DOS partitions, thus getting rid of Windows all together. But before I get into that, let me just say that I'm trying to wipe my hard drives completely clean. Anyway, getting back to what I've done... So I deleted all DOS partitions, as well as all Linux partitions. Here are my questions...

1) How can I get rid of LILO? It still comes up when I boot up the computer.

2) I've done all this because I want to install Windows 98 on the computer. But, since I deleted all DOS partitions, I can't do that (at least I don't think I can). So my question is: is it possible to create DOS partitions using the Red Hat 6.1 installed and FDISK?

Thanks for any help...

------------------
Justin Stayton

mastersibn
12-12-2000, 04:26 AM
start the computer with the Win98 disc in the drive. It will install normally, and might ask you to create a partition table. Go ahead and do that, Linux can have its own partition (if you drive is over 8.4GB, then that *might* complicate things) after Windows. When you install Windows, it will automatically uninstall Lilo (something I detest http://www.linuxnewbie.org/ubb/wink.gif if i uninstall Lilo, i want it to be *my* choice http://www.linuxnewbie.org/ubb/wink.gif).

then you should be able to install linux after it...

------------------
grab my gnupg key (http://jove.prohosting.com/~msibn/sibn-p.asc) if you feel so inclined.


cAPS lOCK? wHAT cAPS lOCK?
I cna ytpe 300 wrods pre mniuet!!!
an operating system has not just advantages...

manux
12-12-2000, 10:47 AM
to get rid of lilo boot with windows bootdisk and run
fdisk /mbr

you can use linux's fdisk to create dos partition. "cfdisk" is much easier to use.

:strain:
12-12-2000, 11:45 AM
Yeah, you can use fdisk or cfdisk in Linux to lay out your partition table. Remember to reboot after you change your partition table so the changes take effect.

You can lay down a dos filesystem on a partition with the mkfs.FS command.

ie:

mkfs.vfat -F{12,16,32} /dev/{device}

where {12,16,32} is ONE of them denoting the FAT type.