garmayev
16-10-2016, 08:07
Ситуация такая:
1. Есть бук с установленным Debian 8 Jessie
2. Не работают CD-ROM и USB
3. PXE загрузить не могу (отсутствует вторая машина)
Требуется:
Установить рядом с Debian Windows8.1
Мои действия:
1. Создал небольшой раздел 8Gb (а-ля флэшка)
2. Кинул туда файлы из образа WINDOWS8.1.
Как прописать в GRUB запуск установщика? если посылать его сразу на bootmgr.efi - выдает ошибку, типа неизвестный формат или что-то вроде этого
Поставил Refind - не видит флэшку, хотя вроде scanfor раскомментирован...
выкладываю конфиги GRUB и REFIBD
GRUB
40_custom
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Windows Install" {
insmod part_gpt
insmod search_fs_uuid
# search --fs-uuid --no-floppy --set=root 548821fc-97c9-48ba-9cbe-174273a7db0f
chainloader (hd0,gpt5)/bootmgr
# linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/W81PRO.iso noeject noprompt --
# initrd (loop)/casper/initrd.lz
}
refind.conf
timeout 5
screensaver 300
resolution 1024 768
use_graphics_for osx,linux
scanfor internal,external,optical,manual
#uefi_deep_legacy_scan
#scan_delay 5
include themes/refind-theme-regular/theme.conf
PS: в refind.con все menuentry поставлены как disabled
1. Есть бук с установленным Debian 8 Jessie
2. Не работают CD-ROM и USB
3. PXE загрузить не могу (отсутствует вторая машина)
Требуется:
Установить рядом с Debian Windows8.1
Мои действия:
1. Создал небольшой раздел 8Gb (а-ля флэшка)
2. Кинул туда файлы из образа WINDOWS8.1.
Как прописать в GRUB запуск установщика? если посылать его сразу на bootmgr.efi - выдает ошибку, типа неизвестный формат или что-то вроде этого
Поставил Refind - не видит флэшку, хотя вроде scanfor раскомментирован...
выкладываю конфиги GRUB и REFIBD
GRUB
40_custom
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Windows Install" {
insmod part_gpt
insmod search_fs_uuid
# search --fs-uuid --no-floppy --set=root 548821fc-97c9-48ba-9cbe-174273a7db0f
chainloader (hd0,gpt5)/bootmgr
# linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/W81PRO.iso noeject noprompt --
# initrd (loop)/casper/initrd.lz
}
refind.conf
timeout 5
screensaver 300
resolution 1024 768
use_graphics_for osx,linux
scanfor internal,external,optical,manual
#uefi_deep_legacy_scan
#scan_delay 5
include themes/refind-theme-regular/theme.conf
PS: в refind.con все menuentry поставлены как disabled