Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Dec 14, 2020
1 parent b2ed033 commit 043ad5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grub2_cmd_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ layout: default

### **reset [OPTIONS]**

​ 重启计算机 (非`efi`平台下与 "reboot" 用法相同,不支持参数)
​ 重启计算机

- \-\-shutdown, -s 执行关机
- \-\-warm, -w 执行热启动
Expand Down
4 changes: 4 additions & 0 deletions grub2_menu_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ menuentry "Boot Windows Nt6+ VHD/VHDX" {
}

if [ "$grub_platform" = "efi" ]; then
menuentry "Boot Windows SVBus RamOS VHD" {
map --mem --rt (hd0,2)/ramos.vhd;
}

menuentry "UEFI Firmware Setup" {
reset --fwui;
}
Expand Down

0 comments on commit 043ad5d

Please sign in to comment.