[System Installation] 安装了deepin系统进入不到主板原来的BIOS了
Tofloor
poster avatar
hu645783127
deepin
2021-07-31 19:20
Author

安装了deepin系统进入不到主板原来的BIOS了,装不了WIN了,怎么解决,求助!

Reply Favorite View the author
All Replies
shiyouming
deepin
2021-07-31 19:35
#1

操作系统不会影响到硬件自己的东西,看下自己电脑的说明书,开户按哪个键是进入BIOS的就按哪个键进入

 
Reply View the author
hu645783127
deepin
2021-07-31 20:38
#2
shiyouming

操作系统不会影响到硬件自己的东西,看下自己电脑的说明书,开户按哪个键是进入BIOS的就按哪个键进入

 

三星笔记本,是按F2啊,装deepin系统的时候就是按的F2啊

Reply View the author
忘记、过去
deepin
2021-07-31 23:41
#3
hu645783127

三星笔记本,是按F2啊,装deepin系统的时候就是按的F2啊

那只能说明手速太慢了,按的时候已经进了 grub......

 

而且 grub 里面是有 system setup 这一项的,就是重启进 BIOS......

Reply View the author
qqmx1992
deepin
2021-08-01 01:57
#4

问下有解决吗,我也刚好遇到这个问题,联想G480,电脑客服也搞不定

Reply View the author
jin202008x
deepin
2021-08-02 01:40
#5

楼上有人说了,开机画面 system setup 这一项的,就是重启进 BIOS。

Reply View the author
qqmx1992
deepin
2021-08-02 05:59
#6
忘记、过去

那只能说明手速太慢了,按的时候已经进了 grub......

 

而且 grub 里面是有 system setup 这一项的,就是重启进 BIOS......

问下大哥是下面这个吗,怎么设置呀

# GNU General Public License for more details.

#

# You should have received a copy of the GNU General Public License

# along with GRUB.  If not, see .

 

prefix="/usr"

exec_prefix="/usr"

datarootdir="/usr/share"

 

export TEXTDOMAIN=grub

export TEXTDOMAINDIR="${datarootdir}/locale"

 

. "${datarootdir}/grub/grub-mkconfig_lib"

 

efi_vars_dir=/sys/firmware/efi/efivars

EFI_GLOBAL_VARIABLE=8be4df61-93ca-11d2-aa0d-00e098032b8c

OsIndications="$efi_vars_dir/OsIndicationsSupported-$EFI_GLOBAL_VARIABLE"

 

if [ -e "$OsIndications" ] && \

   [ "$(( $(printf 0x%x \'"$(cat $OsIndications | cut -b5)") & 1 ))" = 1 ]; then

  LABEL="System Setup"

 

  gettext_printf "Adding boot menu entry for EFI firmware configuration\n" >&2

 

  onstr="$(gettext_printf "(on %s)" "${DEVICE}")"

 

  

  gettext_printf "System Setup" >/dev/null 2>&1

  gettext_printf "UnionTech OS Restore" >/dev/null 2>&1

  cat << EOF

menuentry '$(gettext_printf "System Setup")' \$menuentry_id_option 'uefi-firmware' {

fwsetup

}

EOF

fi

Reply View the author
忘记、过去
deepin
2021-08-02 08:03
#7
qqmx1992

问下大哥是下面这个吗,怎么设置呀

# GNU General Public License for more details.

#

# You should have received a copy of the GNU General Public License

# along with GRUB.  If not, see .

 

prefix="/usr"

exec_prefix="/usr"

datarootdir="/usr/share"

 

export TEXTDOMAIN=grub

export TEXTDOMAINDIR="${datarootdir}/locale"

 

. "${datarootdir}/grub/grub-mkconfig_lib"

 

efi_vars_dir=/sys/firmware/efi/efivars

EFI_GLOBAL_VARIABLE=8be4df61-93ca-11d2-aa0d-00e098032b8c

OsIndications="$efi_vars_dir/OsIndicationsSupported-$EFI_GLOBAL_VARIABLE"

 

if [ -e "$OsIndications" ] && \

   [ "$(( $(printf 0x%x \'"$(cat $OsIndications | cut -b5)") & 1 ))" = 1 ]; then

  LABEL="System Setup"

 

  gettext_printf "Adding boot menu entry for EFI firmware configuration\n" >&2

 

  onstr="$(gettext_printf "(on %s)" "${DEVICE}")"

 

  

  gettext_printf "System Setup" >/dev/null 2>&1

  gettext_printf "UnionTech OS Restore" >/dev/null 2>&1

  cat << EOF

menuentry '$(gettext_printf "System Setup")' \$menuentry_id_option 'uefi-firmware' {

fwsetup

}

EOF

fi

这个不用设置吧......grub 能显示 System Setup 应该就能选择进 BIOS......

Reply View the author
qqmx1992
deepin
2021-08-02 08:28
#8
忘记、过去

这个不用设置吧......grub 能显示 System Setup 应该就能选择进 BIOS......

但是就是进不去,我加了官方的群问了下,好像我这样的还有几个,群里的大佬们也有点搞不定的样子

Reply View the author
yylyz1234
deepin
2021-08-14 05:41
#9

出现同样问题,不知道怎么搞,没有 system setup选项

 

 

Reply View the author