HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: installing redhat via pxe ....
Operating System - Linux
1827792
Members
2425
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-23-2004 02:55 AM
07-23-2004 02:55 AM
installing redhat via pxe ....
All,
I am trying to install redhat 8.0 via pxe, but it failed on inserting NIC driver for the Tigon 3 (BCM9570A46). I believe this is 100/1000 bit NIC.
Since all I need for pxe boot is vmlinux with corresponding initrd that loads the correct tg3 driver, then I can roll my own correct?
I am trying to install redhat 8.0 via pxe, but it failed on inserting NIC driver for the Tigon 3 (BCM9570A46). I believe this is 100/1000 bit NIC.
Since all I need for pxe boot is vmlinux with corresponding initrd that loads the correct tg3 driver, then I can roll my own correct?
Reputation of a thousand years can be determined by the conduct of an hour
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 08:03 AM
07-23-2004 08:03 AM
Re: installing redhat via pxe ....
Yep, basically. See my answer to your other question about the right driver in the initrd.img file (basically download it from HP):
http://h18023.www1.hp.com/support/files/server/us/download/19403.html
I'm using PXE to load grub (compiled for the proper network driver) which gives me a chance to select from multiple options. Of course I haven't tested this with the gigabit drivers, so you it might not work for you. :(
Here is my dhcpd.conf file (I sanitized the numbers, so there might be some syntax errors created by that):
deny unknown-clients;
not authoritative;
option domain-name "my.domain.com";
option domain-name-servers 192.168.1.2, 192.168.1.3;
option subnet-mask 255.255.255.0;
allow bootp;
allow booting;
option ip-forwarding false; # No IP forwarding
option mask-supplier false; # Don't respond to ICMP Mask req
ddns-update-style ad-hoc;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.1;
}
group {
next-server 192.168.1.4; # name of your TFTP server
filename "pxegrub"; # name of the bootloader program
host node1 {
hardware ethernet 00:01:02:03:04:05;
fixed-address 192.168.1.5;
}
host node2 {
hardware ethernet 00:01:02:03:04:06;
fixed-address 192.168.1.6;
}
}
Then here is my /tftpboot/grub/boot/menu.lst file:
default=0
#timeout=10
title Bogus Safety Image
root (hda0,0)
kernel /vmlinuz
initrd /initrd.img
title Oops, I wanted to boot off the hard drive. Please try booting from (hd0)
root (hd0)
chainloader +1
title Fedore Core 2 Rescue Image
root (nd)
kernel /vmlinuz rescue
initrd /initrd.img
title Fedore Core 2 Text Install
root (nd)
kernel /vmlinuz text
initrd /initrd.img
Hopefully this make sense.
http://h18023.www1.hp.com/support/files/server/us/download/19403.html
I'm using PXE to load grub (compiled for the proper network driver) which gives me a chance to select from multiple options. Of course I haven't tested this with the gigabit drivers, so you it might not work for you. :(
Here is my dhcpd.conf file (I sanitized the numbers, so there might be some syntax errors created by that):
deny unknown-clients;
not authoritative;
option domain-name "my.domain.com";
option domain-name-servers 192.168.1.2, 192.168.1.3;
option subnet-mask 255.255.255.0;
allow bootp;
allow booting;
option ip-forwarding false; # No IP forwarding
option mask-supplier false; # Don't respond to ICMP Mask req
ddns-update-style ad-hoc;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.1;
}
group {
next-server 192.168.1.4; # name of your TFTP server
filename "pxegrub"; # name of the bootloader program
host node1 {
hardware ethernet 00:01:02:03:04:05;
fixed-address 192.168.1.5;
}
host node2 {
hardware ethernet 00:01:02:03:04:06;
fixed-address 192.168.1.6;
}
}
Then here is my /tftpboot/grub/boot/menu.lst file:
default=0
#timeout=10
title Bogus Safety Image
root (hda0,0)
kernel /vmlinuz
initrd /initrd.img
title Oops, I wanted to boot off the hard drive. Please try booting from (hd0)
root (hd0)
chainloader +1
title Fedore Core 2 Rescue Image
root (nd)
kernel /vmlinuz rescue
initrd /initrd.img
title Fedore Core 2 Text Install
root (nd)
kernel /vmlinuz text
initrd /initrd.img
Hopefully this make sense.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP