Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Grub2下怎么从硬盘安装
Experiences and Insight
1183
views ·
3
replies ·
To
floor
Go
1098703551
deepin
2012-12-14 06:45
Author
RT
QOMO是这样的
grub > set root=(hd0,msdos5)
grub > loopback loop /QOMO_gnome_12.11.20.1718-4.1.iso
grub > linux (loop)/redflag/boot/i686/vmlinuz iso=$root:/QOMO_gnome_12.11.20.1718-4.1.iso
grub > initrd (loop)/redflag/boot/i686/redflagiso.initrd
grub > boot
http://wiki.linux-ren.org/index.php/Install_Qomo_from_HDD
那Deepin怎么安装呢?
iso镜像在第四个分区根目录,怎么敲命令啊!
Reply
Like 0
Favorite
View the author
All Replies
tuhaihe
deepin
2012-12-14 18:27
#1
iso镜像在第四个分区根目录,怎么敲命令啊!
(hd0,4)
建议参考:
http://www.linuxsight.com/blog/4104
Reply
Like 0
View the author
1098703551
deepin
2012-12-14 19:53
#2
我想知道怎么在Grub2直接输入?没人试过吗?
Reply
Like 0
View the author
drc1234
deepin
2012-12-15 00:30
#3
打开终端,sudo chmod +w /boot/grub/grub.cfg
sudo gedit /boot/grub/grub.cfg
放到### END /etc/grub.d/30_os-prober ###的上面
menuentry 'deepin_12.06' {
search --no-floppy --set -f /deepin_12.06_zh-hans_i386.iso
loopback loop ($root)/deepin_12.06_zh-hans_i386.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/deepin_12.06_zh-hans_i386.iso locale=zh_CN.UTF-8 noprompt noeject splash
initrd (loop)/casper/initrd.lz
}
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Events
More
QOMO是这样的
grub > set root=(hd0,msdos5)
grub > loopback loop /QOMO_gnome_12.11.20.1718-4.1.iso
grub > linux (loop)/redflag/boot/i686/vmlinuz iso=$root:/QOMO_gnome_12.11.20.1718-4.1.iso
grub > initrd (loop)/redflag/boot/i686/redflagiso.initrd
grub > boot
http://wiki.linux-ren.org/index.php/Install_Qomo_from_HDD
那Deepin怎么安装呢?
iso镜像在第四个分区根目录,怎么敲命令啊!