[Quote]

    Infiniti2121
  • 25754
  • Longevity: 4 years 1 month
  • Posts: 18
  • REPUTATION:0

    [+] [-]
Добрый день. На сайте grub4dos сегодня увидел новую версию grub4dos-0.4.6a_for_UEFI-2020-12-10. Кто знает как ее пользоваться, как правильно сделать меню и т.д. ? просто все на китайском. Просьба помочь с разъяснением.

[Quote]

    SergeyZV
  • 528
  • Longevity: 9 years 8 months
  • Posts: 1259
  • REPUTATION:34

    [+] [-]
Infiniti2121,
просто все на китайском
Используй Google переводчик.

[Quote]

    Infiniti2121
  • 25754
  • Longevity: 4 years 1 month
  • Posts: 18
  • REPUTATION:0

    [+] [-]
82157Как в Legacy Grub4DOS.
menu.lst перевел на английский (чтоб перевод не портил команды

меню

# This is a sample menu.lst file. You should make some changes to it.
# It must be UTF-8 encoding to support multiple languages.
# The font should be in unifont.hex format.
#Set countdown (seconds)
timeout 30
#Set the first item as the default value
default 1
#Set the character color (the upper 32 bits are the background color, and the lower 32 bits are the foreground color. Run on the command line: echo -rrggbb to view the corresponding color.)
#color normal=0xff9933 highlight=0xffff00 helptext=0xff00ff heading=0x66ff00
#Set the graphics mode (you can use graphicsmode to detect the graphics mode supported by the system)
#graphicsmode -1 800(Horizontal pixels)
#Load background image
#splashimage /efi/grub/splashimage.jpg || splashimage /boot/grub/splashimage.bmp
#Load unifont font (if it is not a 16*16 font, add parameters, such as --font-high=24)
#font /efi/grub/unifont.hex.gz
#Set menu box
#setmenu --box x=4 w=60 y=6 h=9 l=2
#Set English menu button help
#setmenu --lang=en
#Set automatic menu number
#setmenu --auto-num-on
#Set string information
#setmenu --string=x=y=color="string"
#Set date and time
#setmenu --string=x=y=color="date&time=yyyy-MM-dd  HH:mm:ss"
#Set countdown
#setmenu --timeout=x=y=color
#For more menu editing functions, animations, image menus, etc., please refer to http://bbs.wuyou.net/forum.php?mod=viewthread&tid=369720&extra=page%3D3
title Boot efi file
chainloader /efi/boot/grub2x64.efi
title Boot virtual disc
find --set-root /cdrom.iso
map /cdrom.iso (0xff)
chainloader (0xff)
title Boot virtual disc(Load into memory)
find --set-root /cdrom.iso
map --mem /cdrom.iso (0xff)
chainloader (0xff)
title Boot existing CDROM(cd0)
chainloader (cd0)
title Start virtual hard disk
find --set-root /boot/hdd.img
map /boot/hdd.img (hd)
chainloader (hd-1)
title Start virtual hard disk(Load into memory)
find --set-root /boot/hdd.img
map --mem /boot/hdd.img (hd)
chainloader (hd-1)
title Boot existing hard drive(hd0)
chainloader (hd0)
title Launch other menus
configfile /efi/grub/menu2.lst
title Boot Linux Porteus 5.0 x86_64 openbox
kernel /porteus/vmlinuz copy2ram
initrd /porteus/initrd.xz
title Commandline
commandline
title Exit grub4dos
exit_g4d
title Reboot
reboot
title Shutdown
halt
Прописал такой код:
title ACRONIS
kernel /LINUX/ACRONIS/dat10.dat /s mbrcrcs=on vga=791 /skipboot splash=silent quiet
initrd /LINUX/ACRONIS/DAT111.DAT /LINUX/ACRONIS/dat12.dat
title Установка Windows 7 SP1 Russian Original x86
chainloader /BOOTMGRI
title Установка Windows 10.0.18363.535 Version 1909 X64
chainloader /BOOTMGRK
title Запуск Passcape Reset Windows Password 9.3.0.937
chainloader /BOOTMGR4
Загрузка не идет. Как правильно нужно сделать ? заранее спасибо

[Quote]

    SergeyZV
  • 528
  • Longevity: 9 years 8 months
  • Posts: 1259
  • REPUTATION:34

    [+] [-]
82166Прописал такой код:
Поддерживает только загрузку образов и UEFI-приложений.
title Установка Windows 7 SP1 Russian Original x86
chainloader /BOOTMGRI
title Установка Windows 7 SP1 Russian Original x86
chainloader /BOOTMGR.efi

[Quote]

    Infiniti2121
  • 25754
  • Longevity: 4 years 1 month
  • Posts: 18
  • REPUTATION:0

    [+] [-]
82169
82166Прописал такой код:
Поддерживает только загрузку образов и UEFI-приложений.
title Установка Windows 7 SP1 Russian Original x86
chainloader /BOOTMGRI
title Установка Windows 7 SP1 Russian Original x86
chainloader /BOOTMGR.efi
title Установка Windows 7 Ultimate SP1 IDimm Edition v.22.16 x86
chainloader /BOOTMGR6.efi
не вышло. выдало ошибку

[Quote]

    SergeyZV
  • 528
  • Longevity: 9 years 8 months
  • Posts: 1259
  • REPUTATION:34

    [+] [-]
А BOOTMGR6.efi в корне лежит? У вас же на скрине белым по черному - файл не найден.
И ещё есть версии grub4dos-0.4.6a_for_UEFI-2020-12-05.7z, grub4dos-for_UEFI-2020-12-14.7z и grub4dos-for_UEFI-2020-12-15.7z.
И зачем пытаетесь запустить x86 ОС? В UEFI можно установить только x64.

[Quote]

    SergeyZV
  • 528
  • Longevity: 9 years 8 months
  • Posts: 1259
  • REPUTATION:34

    [+] [-]
82186пока Grub4EFI не поддерживает х86
В grub4dos-for_UEFI-2020-12-14.7z и grub4dos-for_UEFI-2020-12-15.7z уже поддерживает.

[Quote]

    Infiniti2121
  • 25754
  • Longevity: 4 years 1 month
  • Posts: 18
  • REPUTATION:0

    [+] [-]
просто увидел новую версию grub4dos-0.4.6a for UEFI 2020 12 10 и подумал там также просто как grub4dos для Legacy. Оказалось не так просто ag ag

[Quote]

    SergeyZV
  • 528
  • Longevity: 9 years 8 months
  • Posts: 1259
  • REPUTATION:34

    [+] [-]
82238
title =- Grub2 File Manager \n GrubFM loader legacy boot
chainloader /EFI/boot/grubfmx64.efi
А с каких пор в legacy запускаются EFI приложения!? ab

[Quote]

    Ander_73
  • 15549
  • Longevity: 7 years 10 months
  • Posts: 3835
  • REPUTATION:127

    [+] [-]
Попробовал загрузить BootIt UEFI от TeraByte.
grub4dos-0.4.6a_for_UEFI-2020-12-10.7z
\efi\grub\menu.lst:
title BIU++
chainloader /efi/bootit/bootx64.efi

QEMU:

[Quote]

    SergeyZV
  • 528
  • Longevity: 9 years 8 months
  • Posts: 1259
  • REPUTATION:34

    [+] [-]
82255Попробовал загрузить BootIt UEFI от TeraByte.
Мало что вообще запускается. Пока это в принципе альфа версия. Со временем доведут до ума.

[Quote]

    mauzer
  • 211
  • Longevity: 9 years
  • Posts: 95
  • REPUTATION:5

    [+] [-]
usb,
efi/boot/bootx64.efi
efi/grub/menu.lst

[Quote]

    xnik
  • 19473
  • Longevity: 6 years 1 month
  • Posts: 489
  • REPUTATION:12

    [+] [-]
  • Location: СССР
Скажите кто знает, для чего нужен данный загрузчик grub4dos for UEFI?
Dos программы он грузить не может, виндовс и линукс можно загрузить и другими загрузчиками. Например Grub2
Может есть какие нибудь приимущества, хоть одно?

[Quote]

    dagers88
  • 26619
  • Longevity: 3 years 11 months
  • Posts: 6
  • REPUTATION:0

    [+] [-]
Как прописать правильно в menu.lst для UEFI установку вин10 с iso?

[Quote]

    BalAngel
  • 647
  • Longevity: 9 years 7 months
  • Posts: 257
  • REPUTATION:14

    [+] [-]
Как прописать правильно в menu.lst для UEFI установку вин10 с iso?
Изучая пример menu.lst, там есть загрузка ISO
Grub4DOS имеет хорошие костыли типа RUN, SISO, NTBOOT
А как быть, пока Grub4EFI даже не бета?
В моей подборке китайских статьей ПРО GRUB2 есть пример Grub2 (автор hilsonma) с функцией RUN, как в Grub4DOS. Сам испытал; так, как использую загрузку Grub2 из PartedMagic (где нет, как палагаю, нужных модулей), пришпандорил переход со "штатной" Grub2 на другую с функцией RUN.
В архиве папку EFI надо распаковать в целевую папку EFI
efi.7z

В главном меню Grub2 (\boot\grub\grub.cfg или \boot\grub\main.cfg, как у вас устроено) записать загрузочную запись:

menuentry "[3] --> Windows (function{run}) " --class os_windows --hotkey="3"{
  chainloader /EFI/boot/runbootx64.efi
}
Примеры приспоблены для русских сборок. Локаль можно менять на украинский.
Если не нравится, что иконки - удалите папку icons, из записей
--class xxxx
(не обязательно).
Не нужны горячие клавиши, удалите
hotkey=цифра или буква
либо оставьте
hotkey=

Page 1 of 4


Display posts:    

Current time is: 04-Dec 19:23

All times are UTC + 3


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum