Install Centos from Grub lufy September 08, 2017 <p>Generally, we install system with CD/DVD or on windows, only need to execute setup.exe, then follow the graphic steps.</p> <p>Here I tried to install centos from disk storage, and make a note.</p> <p>The old system on my computer is iSoft server 3.1 (from <a title="PuHua" href="http://www.i-soft.com.cn/" target="_blank">PuHua</a>).</p> <p>1. Make a verbose partition, mount it, in which put the Centos-xxxx.iso, images, vmlinz, initrd.img.</p> <p>2. Reboot the old system, enter grub interface by enter C when rebooting.</p> <p>3. In grub, execute commands as follow:</p> <p><span style="background-color: #888888;">grub> kernel (hd0,5)/vmlinuz</span></p> <p><span style="background-color: #888888;">grub> initrd (hd0,5)/initrd.img</span></p> <p><span style="background-color: #888888;">grub> boot</span></p> <p>kernel: load kernel, from the first disk, fifth partition.</p> <p>initrd: load initrd.img</p> <p>boot: booting</p> <p>System would booting to install Centos.</p>
Comments (0)
Leave a Comment
No comments yet. Be the first to comment!