- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Boot Loaders, RH3.0, DL380
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
03-25-2004 02:22 PM
03-25-2004 02:22 PM
I'm installing on top of the embedded raid controller (something 5i).
When I create a small /boot partition as the first partition it's all good.
I'm just wondering why the combination of the raid controller and big / partition = no boot loader.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 02:38 PM
03-25-2004 02:38 PM
SolutionJust to flesh out the details, you're using an embedded "SmartArray 5i", which uses the cciss driver.
You are using the driver that is distributed by HP aren't you, and not the one distributed with the OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:05 PM
03-25-2004 03:05 PM
Re: Boot Loaders, RH3.0, DL380
I'm using the one distributed by redhat.
I imagine I'm supposed to plug in the modules I find on an HP cd somewhere when I get to that point, right?
Thanks much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:14 PM
03-25-2004 03:14 PM
Re: Boot Loaders, RH3.0, DL380
Driver Hell can be had from http://h18023.www1.hp.com/support/files/server/us/locate/101_4706.html .
That being said, I doubt it'll make much difference.
I do know that both LILO and GRUB state that they have no issues using large file systems as their root, and I'm reasonably certain that the HP BIOS' don't have any such limitations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:43 PM
03-25-2004 03:43 PM
Re: Boot Loaders, RH3.0, DL380
I was going to hold off on all of the cruft until I got the OS installed.
But apparently the HP's stuff needs to go in before Redhat's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 05:54 PM
03-25-2004 05:54 PM
Re: Boot Loaders, RH3.0, DL380
No offence: you're free to do what you like, but it's good practice to have a /boot partition. Why try to solve a problem that shouldn't be there?
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 07:59 PM
03-25-2004 07:59 PM
Re: Boot Loaders, RH3.0, DL380
Why is it "good practice" to have a /boot partition?
I don't like gratuitous partitioning because I've found that I've spent more time symlinking and recreating partitions in heavily partitioned filesystems than I've spent messing with systems that have too few partitions for some reason.
So I ususally just have a big / partition and swap, and I don't add partitions unless I know the box's workload will require it. Though I understand that a separate /boot partition is pretty much necessary for software mirrored root disks, I have the hardware raid controller. Should I rip that thing out and use software raid instead?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 09:25 PM
03-25-2004 09:25 PM
Re: Boot Loaders, RH3.0, DL380
I would use the hardware RAID.
By the way, I do not think these things are related.
JP.
(As a /boot partition of 100MB is large enough, why not make an exception on your partitioning philosophy for a /boot partition? Make it 500MB if you like.
You're quite right about keeping the number of partitions low, I don't like unneeded symlinks too.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 09:31 PM
03-25-2004 09:31 PM
Re: Boot Loaders, RH3.0, DL380
This has to do with the amount of sectors that can be read during boot. If your boot sector is not within x sectors (I can't remember the exact specs), it can't be found and you won't boot.
If you really want to know, you'll need to read the following doc:
http://lilo.go.dyndns.org/
HTH,
Robert