- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Install RH On my Laptop
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 08:29 PM
07-11-2005 08:29 PM
Install RH On my Laptop
I want to install my Linux Redhat on my Laptop, i have one HDD not partitionned.
I have a question, it seems stupid,should i make a partition and not format it, boot with RH first CD and install it ?
How much space disk it needs to install it ?
Ps : I have Linux RH 2.1
Thank's a lot.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 08:30 PM
07-11-2005 08:30 PM
Re: Install RH On my Laptop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 09:24 PM
07-11-2005 09:24 PM
Re: Install RH On my Laptop
If you can partition your windows xp and create some free partition then you can boot with RH CD and RH should be able to detect it and allow you to partition and install on it.
You can use Partition Magic to partition the system.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 10:46 PM
07-11-2005 10:46 PM
Re: Install RH On my Laptop
Please, what kind of partition should i make with partition magic?
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 11:01 PM
07-11-2005 11:01 PM
Re: Install RH On my Laptop
The space needed depends of the things you want to install. A full installation may take up to 6 GB. If you will install desktop options only (one desktop manager only), 3 to 4 GB should be enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 11:26 PM
07-11-2005 11:26 PM
Re: Install RH On my Laptop
create atleast two partitions of type linux.
one for swap and one for all others. you can create more than two also.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 11:56 PM
07-11-2005 11:56 PM
Re: Install RH On my Laptop
First on a laptop you might be better off installing Fedora Core 4 instead of Red Hat Enterprise Linux 2.1. You can download it for free from http://fedora.redhat.com/download/
If you want a Debian like distro you can use Ubuntu -- go to http://www.ubuntulinux.org/ and click on Shipit -- they will ship to you CDs for free.
I would create:
/boot - 100MB
swap - 2 x physical memory
/ - depends on what software you want to install; I think FC4 needs ~7GB for a full install; Ubuntu will need less space.
Regards,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 12:14 AM
07-12-2005 12:14 AM
Re: Install RH On my Laptop
will i create these partition with manually with linux when i try to install it or with partition magic?
Thank's a lot.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 12:21 AM
07-12-2005 12:21 AM
Re: Install RH On my Laptop
you can create these partition during linux installation.
so all you have to worry about is creating one single big free partition from windows through Partition Magic.
After that boot through linux CD and linux will detect it as unformatted or unknown type of partition which you can split to have partitions of your choice.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 06:26 PM
07-12-2005 06:26 PM
Re: Install RH On my Laptop
while partitioning leave 2gb space as blank, while you install rh it will ask you for the type of partition you wish to create, ie ext2 or ext3 dont worry about it, but make sure you dont chose delete all partitions at the time of installation, choose leave partition unchange.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 11:12 PM
07-12-2005 11:12 PM
Re: Install RH On my Laptop
Repartition your disk into three parts:
1. WinXP Partition (Normally NTFS format)
2. Xfer partition (FAT32)
3. Empty disk space
Point 1. is obvious! ;-)
Point 2. Linux does *not* have *useable* write support for NTFS partitions, ergo, you will not be able to write data into your NTFS partition. If you create a FAT32 partition, you can use it to store data that you may want to use (and edit) from either OS. This is what I have done, and, effectively, I use it for 'My Documents'.
Point 3. The Linux install will take care of the partition layout here, so you don't need to tell Windows how you want to use it.
Incidentally, Redhat/Fedora does not support NTFS mounting (read only) out of the box. You have to manually compile NTFS support as a post-installation step. A bit of a pain, but very useful to do!
As others have commented, Fedora Core 4 would be more appropriate than Redhat for a laptop.
Good luck.
Andy