硬盘安装卡在grub,求大神帮忙
Tofloor
poster avatar
BirdandFish
deepin
2019-07-15 18:57
Author
本帖最后由 BirdandFish 于 2019-7-15 10:58 编辑

现在是win7,四个盘,
deepin_s.exe deepin-15.10.1-amd64.iso放在E盘,
打开deepn_s.exe后,选择安装到F盘,
完成后,重启,自动引导安装deepin, 完成
然后重启
在windows启动管理器里有3个选项,window7 ,1key gohst,deepin
选deepin,
读了两下代码就出错了。
现在还支持windows启动管理器启动吗?

启动错误界面------------------------------------------------------------------------------------------------------------------------------------------------------------------


系统文件安装情况----------------------------------------------------------------------------------------------------------------------------------------------------------

Reply Favorite View the author
All Replies
avatar
BirdandFish
deepin
2019-07-15 18:59
#1
wubildr.cfg------------------------------------------------------------------------------
set show_panic_message=true

if search -s -f -n /deepin/disks/root.disk; then
    if loopback loop0 /deepin/disks/root.disk; then
        set root=(loop0)
        if [ -e /boot/grub/grub.cfg ]; then
            if configfile /boot/grub/grub.cfg; then
                set show_panic_message=false
            fi
        elif [ -e /grub/grub.cfg ]; then
            if configfile /grub/grub.cfg; then
                set show_panic_message=false
            fi
        else
            if search -s -f -n /deepin/install/wubildr-disk.cfg; then
                if configfile /deepin/install/wubildr-disk.cfg; then
                    set show_panic_message=false
                fi
            fi
        fi
    fi
fi

if [ ${show_panic_message} = true ]; then
    if search -s -f -n /deepin/install/boot/grub/grub.cfg; then
        if configfile /deepin/install/boot/grub/grub.cfg; then
            set show_panic_message=false
        fi
    else
        if search -s -f -n /grub.cfg; then
            if configfile /grub.cfg; then
                set show_panic_message=false
            fi
        fi
    fi
fi

if [ ${show_panic_message} = true ]; then
    echo "It is not possible to boot from the Deepin image."
    echo "lease verify that the Deepin installation was not removed."
    echo "If that is not the case, please check that the Windows filesystem"
    echo "is not corrupted: reboot into Windows and run: chkdsk /r"
    echo "Then try again."
fi

Reply View the author
avatar
BirdandFish
deepin
2019-07-15 19:00
#2
F:\deepin\install\boot\grub\grub.cfg----------------------------------------------------------------------------------------------------------------------------------------

#This file is modified at runtime by bootmenu.nsh

set default=0
echo "Completing the Deepin installation."
echo "For more installation boot options, press `ESC' now..."
if sleep --verbose --interruptible 5 ; then
   set timeout=0
fi
echo

# TBD try to boot directly from kernel/initrd within the ISO via the grub2 loop module

search -s -f -n /deepin/install/boot/vmlinuz

menuentry "Normal mode" {
    linux /deepin/install/boot/vmlinuz  findiso=/deepin/install/install.iso noprompt quiet splash  boot=live ro deepin-installer/locale=zh_CN.UTF-8 keyboard-configuration/layoutcode=us keyboard-configuration/variantcode= --  rootflags=sync auto-deepin-installer install-path=deepin
    initrd /deepin/install/boot/initrd.lz
}

menuentry "Safe graphic mode" {
    linux /deepin/install/boot/vmlinuz  findiso=/deepin/install/install.iso noprompt debug xforcevesa boot=live ro deepin-installer/locale=zh_CN.UTF-8 keyboard-configuration/layoutcode=us keyboard-configuration/variantcode= --   rootflags=sync auto-deepin-installer install-path=deepin
    initrd /deepin/install/boot/initrd.lz
}

menuentry "ACPI workarounds" {
    linux /deepin/install/boot/vmlinuz  findiso=/deepin/install/install.iso noprompt debug boot=live ro deepin-installer/locale=zh_CN.UTF-8 keyboard-configuration/layoutcode=us keyboard-configuration/variantcode= --   rootflags=sync acpi=off noapic nolapic auto-deepin-installer install-path=deepin
    initrd /deepin/install/boot/initrd.lz
}

menuentry "Verbose mode" {
    linux /deepin/install/boot/vmlinuz  findiso=/deepin/install/install.iso noprompt debug boot=live ro deepin-installer/locale=zh_CN.UTF-8 keyboard-configuration/layoutcode=us keyboard-configuration/variantcode= --   rootflags=sync auto-deepin-installer install-path=deepin
    initrd /deepin/install/boot/initrd.lz
}

menuentry "Demo mode" {
    linux /deepin/install/boot/vmlinuz findiso=/deepin/install/install.iso quiet splash boot=live ro deepin-installer/locale=zh_CN.UTF-8 keyboard-configuration/layoutcode=us keyboard-configuration/variantcode= --  rootflags=sync
    initrd /deepin/install/boot/initrd.lz
}

Reply View the author
avatar
le******ly@163.com
deepin
2019-07-15 22:16
#3
使用.exe安装的,不叫硬盘安装,叫WUBI安装,是deepin早就放弃的安装方法,这种方法体验非常差,deepin早就已经不支持了。如果想体验deepin,还是虚拟机或者是U盘安装吧。
Reply View the author
avatar
BirdandFish
deepin
2019-07-21 00:33
#4
现在用wubi安装了15.5版本,然后更新到15.10.2可以用,就是待机状态后,输入密码进不去系统 。只能强制关机 。。。。。。。
Reply View the author