1、指定/boot所在的分區(這一步能夠取消)ui
grub> root (hd0,0) #指定第一塊硬盤的第一個分區。這個root (hd[0,n],y)是能夠省略的,若是省略了,咱們要在kerenl 命令中指定
2、指定內核映像及根分區命令行
grub> kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ # kernel 指令,用來指定Linux的內核,及/所在的分區
3、指定initrd.imgcode
grub> initrd /boot/initrd-2.6.11-1.1369_FC4.img # initrd 命令行來指定initrd文件
4、啓動get
grub>boot #輸入boot,而後敲回車就能夠了
手動引導debian安裝光盤啓動時,能夠使用如下命令指定內核以及安裝鏡像it
root (hd0,0) kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/debian.iso ro quiet splash locale=zh_CN.UTF-8 initrd (hd0,0)/initrd.gz
debian 硬盤安裝使用的內核能夠從如下網址下載:
http://ftp.cn.debian.org/debi...ftp
手動引導live型安裝光盤, 將整個光盤解壓到硬盤上, 使用相似於下面的指令安裝:file
root (hd0,5) kernel /live/vmlinuz boot=live live-config live-media-path=/livr initrd /live/initrd.lz
rootnoverify (hd0,0) chainloader +1 #將啓動引導權交給 (hd0,0) 的首扇區(通常存有引導記錄) boot