×
Notice
The forum is in read only mode.
-
Forum
-
IP Phone System
-
Enterprise Series
-
How to speed up the HDD of IX130?
×
Question about IX140/IX210/IX132 etc.
How to speed up the HDD of IX130?
10 years 6 months ago #8433
by Joe.Yung
Some users said the speed of installation was too slow..Usually, it spent almost 2-3 hours..
To fix this issue, consider using this method, please..
CentOS-based system for example, insert kernel parameter while you press "Enter" key to start your installation.
the kernel parameter is: all-generic-ide pci=nommconf , that is to say you should type it like this:
graph installation: linux all-generic-ide pci=nommconf [press Enter]
text insstallation: linux text all-generic-ide pci=nommconf [press Enter]
It will be shortening the installation time to be about 30 minutes of the whole process
Meanwhile, remember to add this parameter to /etc/grub.conf as well to speed up the system while it's running. It should be like this:
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
...
root (hd0,0)
kernel /boot/vmlinuz-2.6.28-128.el5 ro root=LABEL=/ all-generic-ide pci=nommconf
initrd /boot/initrd-2.6.18-128.el5.img
...
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-
Forum
-
IP Phone System
-
Enterprise Series
-
How to speed up the HDD of IX130?
Time to create page: 0.028 seconds