无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2365|回复: 0
打印 上一主题 下一主题

[求助] grub-2.04-for-windows

[复制链接]
跳转到指定楼层
1#
发表于 2021-9-10 14:30:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
这是一个支持在Windows电脑上安装UOS和kylin多启动的Grub文件,谁能帮忙做个批处理安装文件?https://xiaojiuwo.lanzoui.com/isrqottve1e


附上卸载本软件的批处理:

@echo off

%~d0

echo %errorlevel%

mountvol z: /s

if %errorlevel% equ 0 ( goto uefi_boot_uninstall ) else ( goto legacy_boot_install )

::shutdown -r -t 1

:uefi_boot_uninstall
echo This computer is UEFI boot
bcdedit /set "{bootmgr}" path \EFI\Microsoft\Boot\bootmgfw.efi
rd z:\grub /s/q
mountvol z: /d
cmd

:legacy_boot_install
echo This computer is Legacy boot can not unstall
cmd

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-11-27 17:13

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表