IPMI

From DrewWiki
Revision as of 10:29, 25 March 2009 by Drew (talk | contribs) (New page: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kerne...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. grub.conf generated by anaconda
  2. Note that you do not have to rerun grub after making changes to this file
  3. NOTICE: You have a /boot partition. This means that
  4. all kernel and initrd paths are relative to /boot/, eg.
  5. root (hd0,0)
  6. kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
  7. initrd /initrd-version.img
  8. boot=/dev/sda
  1. Redirect grub output to serial console, which is on COM Port 2

serial --unit=1 --speed=19200 --word=8 --parity=no --stop=1 terminal --timeout=10 serial console

default=0 timeout=10

  1. making IPMI friendly
  2. splashimage=(hd0,0)/grub/splash.xpm.gz
  3. hiddenmenu

title CentOS (2.6.18-92.1.22.el5) root (hd0,0) kernel /vmlinuz-2.6.18-92.1.22.el5 ro root=/dev/VolGroup00/LogVol00 console=ttyS1,19200n8 console=tty0 initrd /initrd-2.6.18-92.1.22.el5.img title CentOS (2.6.18-92.el5) root (hd0,0) kernel /vmlinuz-2.6.18-92.el5 ro root=/dev/VolGroup00/LogVol00 console=tty0 console=ttyS1,19200n8 initrd /initrd-2.6.18-92.el5.img title "My bios update" kernel /memdisk console=tty0 console=ttyS1,19200n8

initrd /fwdisk.img floppy