Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
wubi解决方案(更新)
Experiences and Insight
2274
views ·
2
replies ·
To
floor
Go
lyzhanghf
deepin
2012-03-07 00:53
Author
如果用WUBI安装进不了linux deep系统,可以在grub2菜单linuxdeep行按e键编辑菜单如下:
loopback loop0 (hd0,5)/deepin/disks/boot.disk
set root=(loop0)
linux /boot/vmlinuz-3.0.0-16-generic root=/dev/sda3 loop=/deepin/disks/root.disk ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-16-generic
然后按F10启动,如提示找不到文件,按任意键跳过即可。
我的WUBI系统装在D盘,你可以根据自己的具体情况修改(hd0,5)和sda3。
Reply
Like 0
Favorite
View the author
All Replies
419973633
deepin
2012-03-29 06:32
#1
你说得这个方法好像不好用啊。我安装在c盘。(hd0,0)sda1.这个对不对?
Reply
Like 0
View the author
s16881699
deepin
2012-03-30 10:38
#2
linux deepin所用的引导是grub2 。grub2和grub1不同的是他的硬盘分区编号是从1而不是0开始的。所以硬盘第一个分区是(hd0,1),对应的是/dev/sda1.
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Events
More
loopback loop0 (hd0,5)/deepin/disks/boot.disk
set root=(loop0)
linux /boot/vmlinuz-3.0.0-16-generic root=/dev/sda3 loop=/deepin/disks/root.disk ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-16-generic
然后按F10启动,如提示找不到文件,按任意键跳过即可。
我的WUBI系统装在D盘,你可以根据自己的具体情况修改(hd0,5)和sda3。