Divil
31-08-2014, 19:40
Решил сделать мульти-загрузочную флушку под grub. live_cd, winpe, windows все запускалось(вроде), попробовал установить ubunto, но нифига( Начал пробовать править, только больше запутался(
Может кто помочь с проверкой файлов .lst? В особенности linux.lst, но для уверенности хотелось бы и остальные файлы проверить...
Структура папок:
-menu.lst
-boot
--linux
---linux.lst
--live_cd
---live_cd.lst
--windows
---win.lst
--winpe
---winpe.lst
menu.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title Boot from HDD
map (hd0) (hd1)
map (hd1) (hd0)
map --rehook
rootnoverify (hd0)
chainloader (hd0)+1
title -----------------------------------------------------------------------
clear
title Acronis Disk Director & Acronis True Image
find --set-root //boot/Acronis.iso
map --mem /boot/Acronis.iso (hd32)
map --hook
chainloader (hd32)
boot
title Active Boot Disk
find --set-root //boot/ActiveBootDisk.iso
map --mem /boot/ActiveBootDisk.iso (hd32)
map --hook
chainloader (hd32)
boot
title Acronis BootCD
find --set-root //boot/AcronisBootCD.iso
map --mem /boot/AcronisBootCD.iso (hd32)
map --hook
chainloader (hd32)
boot
title Live CD Antivirus
find --set-root //boot/live_cd/live_cd.lst
configfile /boot/live_cd/live_cd.lst
title -----------------------------------------------------------------------
clear
title LiveCD & WinPE
find --set-root //boot/winpe/winpe.lst
configfile /boot/winpe/winpe.lst
title -----------------------------------------------------------------------
clear
title Install Windows
find --set-root //boot/windows/win.lst
configfile /boot/windows/win.lst
title -----------------------------------------------------------------------
clear
title Install Linux
find --set-root //boot/linux/linux.lst
configfile /boot/linux/linux.lst
title -----------------------------------------------------------------------
clear
title Reboot
savedefault --wait=2
reboot
title Shutdown
savedefault --wait=2
halt
win.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title Windows 7 SP1 AIO En-Ru
map /boot/windows/Win7_AIO.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title Windows 7 SP1 AIO En-Ru Update 14.3.15
map /boot/windows/Win7_SP1_Update14.3.15.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title Windows 7 SP1 Samsung OEM
map /boot/windows/MySamsung.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Windows 8.1 AIO En-Ru
map /boot/windows/Win8.1_AIO.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Back
find --set-root /menu.lst
configfile /menu.lst
winpe.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title LiveCD WPE4
map /boot/winpe/LiveCD.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Windows XPE
map /boot/winpe/WinXPE.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title Windows 7PE
map /boot/winpe/Win7PE.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Back
find --set-root /menu.lst
configfile /menu.lst
live_cd.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title LiveCD ESET NOD32
map /boot/live_cd/eset_sysrescue.iso (hd32)
map --hook
chainloader (hd32)
title Kaspersky Rescue Disk
map /boot/live_cd/kav_rescue_10.iso (hd32)
map --hook
chainloader (hd32)
title -----------------------------------------------------------------------
clear
title Back
find --set-root /menu.lst
configfile /menu.lst
linux.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title FreeBSD 10.0 RELEASE amd64
map /boot/linux/freebsd64.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title FreeBSD 10.0 RELEASE i386
map /boot/linux/freebsd32.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Ubunto Desktop 14.04 amd64
map /boot/linux/ubuntu64.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title Ubunto Desktop 14.04 i386
map /boot/linux/ubuntu32.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Back
find --set-root /menu.lst
configfile /menu.lst
Заранее благодарен за помощь!
Может кто помочь с проверкой файлов .lst? В особенности linux.lst, но для уверенности хотелось бы и остальные файлы проверить...
Структура папок:
-menu.lst
-boot
--linux
---linux.lst
--live_cd
---live_cd.lst
--windows
---win.lst
--winpe
---winpe.lst
menu.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title Boot from HDD
map (hd0) (hd1)
map (hd1) (hd0)
map --rehook
rootnoverify (hd0)
chainloader (hd0)+1
title -----------------------------------------------------------------------
clear
title Acronis Disk Director & Acronis True Image
find --set-root //boot/Acronis.iso
map --mem /boot/Acronis.iso (hd32)
map --hook
chainloader (hd32)
boot
title Active Boot Disk
find --set-root //boot/ActiveBootDisk.iso
map --mem /boot/ActiveBootDisk.iso (hd32)
map --hook
chainloader (hd32)
boot
title Acronis BootCD
find --set-root //boot/AcronisBootCD.iso
map --mem /boot/AcronisBootCD.iso (hd32)
map --hook
chainloader (hd32)
boot
title Live CD Antivirus
find --set-root //boot/live_cd/live_cd.lst
configfile /boot/live_cd/live_cd.lst
title -----------------------------------------------------------------------
clear
title LiveCD & WinPE
find --set-root //boot/winpe/winpe.lst
configfile /boot/winpe/winpe.lst
title -----------------------------------------------------------------------
clear
title Install Windows
find --set-root //boot/windows/win.lst
configfile /boot/windows/win.lst
title -----------------------------------------------------------------------
clear
title Install Linux
find --set-root //boot/linux/linux.lst
configfile /boot/linux/linux.lst
title -----------------------------------------------------------------------
clear
title Reboot
savedefault --wait=2
reboot
title Shutdown
savedefault --wait=2
halt
win.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title Windows 7 SP1 AIO En-Ru
map /boot/windows/Win7_AIO.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title Windows 7 SP1 AIO En-Ru Update 14.3.15
map /boot/windows/Win7_SP1_Update14.3.15.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title Windows 7 SP1 Samsung OEM
map /boot/windows/MySamsung.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Windows 8.1 AIO En-Ru
map /boot/windows/Win8.1_AIO.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Back
find --set-root /menu.lst
configfile /menu.lst
winpe.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title LiveCD WPE4
map /boot/winpe/LiveCD.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Windows XPE
map /boot/winpe/WinXPE.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title Windows 7PE
map /boot/winpe/Win7PE.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Back
find --set-root /menu.lst
configfile /menu.lst
live_cd.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title LiveCD ESET NOD32
map /boot/live_cd/eset_sysrescue.iso (hd32)
map --hook
chainloader (hd32)
title Kaspersky Rescue Disk
map /boot/live_cd/kav_rescue_10.iso (hd32)
map --hook
chainloader (hd32)
title -----------------------------------------------------------------------
clear
title Back
find --set-root /menu.lst
configfile /menu.lst
linux.lst
color cyan/black black/light-gray green/black yellow/black
timeout 20
debug off
title FreeBSD 10.0 RELEASE amd64
map /boot/linux/freebsd64.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title FreeBSD 10.0 RELEASE i386
map /boot/linux/freebsd32.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Ubunto Desktop 14.04 amd64
map /boot/linux/ubuntu64.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title Ubunto Desktop 14.04 i386
map /boot/linux/ubuntu32.iso (0xff)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
map --hook
chainloader (0xff)/BOOTMGR || chainloader (0xff)
title -----------------------------------------------------------------------
clear
title Back
find --set-root /menu.lst
configfile /menu.lst
Заранее благодарен за помощь!