XP下硬盘安装deepin linux12.06.menu.lst怎么写啊?
Tofloor
poster avatar
qjzxzhulei0706
deepin
2013-06-24 18:39
Author
title Install Deepin Linux
root (hd0,4)
kernel vmlinuz root=lable=/linux.iso ro quiet splash locale=zh_CN.UTF-8
label (hd0,0) check live-install
initrd (hd0,0) /initrd.lz
boot
我到网上找资料,写完后提示不是绝对路径,求大神给点意见,kernel后面怎么写啊?我要做双系统,XP+linux
Reply Favorite View the author
All Replies
cxbii
deepin
2013-06-24 19:35
#1
title Install Deepin Linux
root (hd0,4)
kernel vmlinuz root=lable=/linux.iso ro quiet splash locale=zh_CN.UTF-8
label (hd0,0) check live-install
initrd (hd0,0) /initrd.lz
boot
我到网上找资料,写完后提示不是绝对路径,求大神给点意见,kernel后面怎么写啊?我要做双系统,XP+linux
去百科看看安装篇.还有不推荐硬盘引导
Reply View the author
shzhxh
deepin
2013-06-25 22:07
#2
我就是硬盘安装的,我的menu.lst是这样的:
title Install Deepin
root (hd0,0)
kernel /vmlinuz boot=casper iso-scan/filename=/deepin.iso
initrd /initrd.lz
注意在进入安装界面后要先卸载掉isodevice目录:
sudo umount -l /isodevice
Reply View the author