1.) copy ISO files to /boot
boot.ini
bootmenu.exe bootwiz.sys f11.cfg isolinux.bin kernel.dat mouse.com ramdisk.dat splash.run 2.) modify menu.lst
Vi /boot/grub/menu.lst
default=0
timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Red Hat Enterprise Linux Server (2.6.18-164.el5) root (hd0,0) kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.18-164.el5.img title Red Hat Enterprise Linux Server Single (2.6.18-164.el5) root (hd0,0) kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/ rhgb quiet 1 initrd /initrd-2.6.18-164.el5.img title Acronis Home 800x600 root(hd0,0) kernel /kernel.dat ramdisk_size=32000 quiet vga=0x315 initrd /ramdisk.dat /s |
|