Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> 在Linux操作系統下重新安裝Linux的方法

在Linux操作系統下重新安裝Linux的方法

日期:2017/2/7 16:58:15      編輯:Linux教程

1 下載並安裝grub

./configure

make

make install

2 配置grub

a)把 /usr/local/share/grub/i386-pc/ 目錄下的所有文件統統拷貝到 /boot/grub/ 目錄下。

b)接下來是創建 grub.conf ,並在 /boot/grub/ 目錄下建立一個 menu.lst ,指向 grub.conf。

c)執行 grub-install /dev/hda1 把 stage1 寫入到 /boot 分區的引導扇區。

也可以執行 grub 進入 grub shell ,然後通過 root 和 setup 命令來安裝 stage1 。

(

grub shell安裝stage1的指令為

root (hd0,0)

setup (hd0)

)

3 重啟並運行grub指令,達到引導安裝程序的作用

引導安裝程序的指令為

root (hd0,0)

kernel /linuxdir/vmlinuz

initrd /linuxdir/initrd.img

boot

說明:其中的硬盤,路徑等信息隨情況不同有所變化.

Copyright © Windows教程網 All Rights Reserved