Article 518QH bios from grub

bios from grub

by
Moniquejor
from LinuxQuestions.org on (#518QH)
:study: Hello !

Is that possible to modify setparams to get my BIOS next reboot ? or to force BIOS from grub menu ?

When I push [DEL] on my T101HA I can't enter in my BIOS, I directly get into grub menu

Code:setparams 'Arch Linux'

load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod fat
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root F15-5ABB
else
search --no-floppy --fs-uuid --set=root F15-5ABB
fi echo 'loading Linux linux-hardened ...'
linux /vmlinuz-linux-hardened root-UUID=7eb7aedf-a6f9-4a12-b340-cbdd361ee647 \
rw loglevel=3 cryptdevice=/dev/lvm/lvroot: root=/dev/mapper/root
echo 'loading initial ramdisk ...'
initrd /intiramfs-linux-hardened.imgI forget my password, in grub menu I only got two options
arch linux
advanced options for arch linuxlatest?d=yIl2AUoC8zA latest?i=KgolbJgDilc:WOw2VARJtac:F7zBnMy latest?i=KgolbJgDilc:WOw2VARJtac:V_sGLiP latest?d=qj6IDK7rITs latest?i=KgolbJgDilc:WOw2VARJtac:gIN9vFwKgolbJgDilc
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments