dementeddogz Posted: Mar 17 2004, 10:14 AM
Member
Group: Members
Posts: 4
Member No.: 15,732
Joined: 17-March 04
Im running a prepacked version of windows XP home and am looking on how to install Linux Red Hat 9 on the same computer keeping windows xp with the option to duel boot between the two.
Im not too familiar with linux and am in college about to take my first linux class and would like to install it to get a better feel for it.
Any help on what steps are needed in order to get the desired results would be appreciated. Ive only installed linux once on a completely blank pc so this is somewhat new to me.
serz Posted: Mar 17 2004, 10:25 AM
Linux Freak
Group: Members
Posts: 506
Member No.: 8,521
Joined: 1-January 04
If you have free-space to install Red Hat, great. If not, you will have to reszie your Windows partition in order to make some room for your RH install.
After all this, you setup the bootloader so you can dual-boot.
--------------------
Linux Registred User #314879 | SETI@home | Google For Linux | Freshmeat | Slackware | PekWM
serz @ DeviantART // home site coming soon.
"All the drugs in this world won't save you from yourself..."
dementeddogz Posted: Mar 17 2004, 10:30 AM
dementeddogz Posted: Mar 17 2004, 11:27 AM
Member
Group: Members
Posts: 4
Member No.: 15,732
Joined: 17-March 04
Ive managed to start the install and ofcourse got stuck on the partitioning. It wont automatically partition saying I need to create a /root. So i tried manually to insert a new partition again with no luck. Am I maybe missing something? And I think xp was on a ntfs partition
x86processor Posted: Mar 17 2004, 11:39 AM
Linux Freak
Group: Members
Posts: 380
Member No.: 6,744
Joined: 11-December 03
You can manually create your partitions for Linux
1/ Choose custom paritioning for experts
2/ Click on free space->New
(creating swap memory)
Choose file system type as "Swap" and allocate memory equivalent to twice your RAM memory. For example if you have 256 MB RAM, give your swap memory size as "512MB".
3/ Click on the remaining free space -> New
Choose filesystem type as "ext3", choose mount point "/" and select use maximum memory for this allocation (meaning, you are asking the system to use the remaining full memory for the root ("/") file system
Note: You should see the bottom of the list of partitions. Your first paritition maybe /dev/hda1 with file system type ntfs for your windoze,
Check this link too:
http://www.tldp.org/HOWTO/Installati...WTO/index.html
x86
--------------------
SuSE Linux 9.0-Intel Pentium M 1.40GHz-512 MB-40 GB-14"-1024x768-4.5-4.9 lbs-CD-RW/DVD-ROM-Intel PRO/1000 Gigabit Ethernet-Intel PRO/Wireless Network Connection 802.11b
dementeddogz Posted: Mar 17 2004, 12:03 PM
Member
Group: Members
Posts: 4
Member No.: 15,732
Joined: 17-March 04
Thanks for the help but I got the following errors
Partition table on /dev/hda is inconsistent
When trying to set a swap I get
Could not allocate requested partitions
partioning failed: Could not allocate partitions.
Im getting the same with ext3 but managed to set no value and allow it to fill to maximum and tried to proceed with install anyways with out the swap partition. It went through but as soon as it tried to install i get an error about trying to transfer install image , you are probably out of disk space.
Any ideas?