|
準備工作:UltraISO、rhel-server-6.0-i386-boot.iso、rhel-server-6.1-i386-dvd.iso、容量大于或等于4G的U盤 Step 1:用 UltraISO 打開 rhel-server-6.0-i386-boot.iso ,點擊 “啟動” -- “寫入硬盤映像...”,使U盤成為啟動U盤。 Step 2:將 rhel-server-6.1-i386-dvd.iso 重命名為 rhel-server-6.0-i386-dvd.iso,并復制到 U盤中。 Step 3:重啟計算機,選擇 U盤啟動,即可正常安裝。 Could not find kernel image: linux 解決辦法 可能回出現(xiàn)如下錯誤: Could not find kernel image: linux 我們可以用如下方法解決: 1、Make sure that the syslinux.cfg file exists on the USB flash drive. Depending on which version of linux you have installed to your flash drive, the syslinux.cfg file should be found at the root of the drive or within the /boot/syslinux or /syslinux directory 2、If a file named isolinux.cfg exists and syslinux.cfg does not, rename isolinux.cfg to syslinux.cfg 3、If the syslinux.cfg file does exist and your still encountering the error, open the syslinux.cfg file with a text editor and make sure that the paths to your kernel and initrd files are correct. 譯文: 1、確保U盤中存在syslinux.cfg文件。隨著所安裝的版本的不同,該文件的位置可能不同,通常在/boot/syslinux目錄下或者/syslinux目錄下。 2、如果在U盤中存在isolinux.cfg文件但卻不存在syslinux.cfg文件,那么就把isolinux.cfg文件重命名成syslinux.cfg。 3、如果syslinux.cfg文件存在,但卻仍然遇到該錯誤,用文本編輯器打開syslinux.cfg文件,確保你的內(nèi)核與初始化文件路徑正確 。 |
|
|
來自: raymoon_sure > 《linux》