REKLAMA

grubinst-1.1-bin-w32-2008-01-01.zip

BOOT USB nie startuje w Asus Ultrabook z SSD win10x64

Nie podałeś modelu tego Asusa czasem bywało tak że w niektórych sprzętach boot ruszał dopiero po wyjęciu karty modułu Wi-Fi który musiał być tak czy siak wymieniony na inny bo po wgraniu windowsa i wpięciu karty po którymś tam restarcie zamrażało system. Ewentualnie spróbuj zrobić boot tym sposobem zamiast ISO z acronis wsadź ISO z WIN. Win10_1709_Polish_x64.iso https://www.microsoft.com/pl-pl/software-download/windows10ISO https://kb.acronis.com/content/57232 menu.lst timeout 10 default 0 title Win10 map --mem --heads=0 --sectors-per-track=0 (hd0,0)/Win10_1709_Polish_x64.iso (hd32) map --hook chainloader (hd32) boot title CommandLine commandline title Reboot reboot title Halt halt DYSK SSD sformatuj normalnie cały jako NTFS ewentualnie sprawdź bez niego możesz go bez problemu podpiąć w momencie ustawiania partycji w win 10 odświeżając bez problemu powinno go wykryć.


Pobierz plik - link do postu
  • grubinst-1.1-bin-w32-2008-01-01.zip
    • changelog.txt
    • readme.txt
    • COPYING
    • grubinst_gui.exe
    • grubinst_gui.chs
    • grubinst.exe
    • grubmenu.exe


grubinst-1.1-bin-w32-2008-01-01.zip > changelog.txt

2007-08-29 version 1.1 (revision 19)
* Run mbr test to detect chs problem
* New option --no-copy-bpb and --skip-mbr-test
* NTFS boot sector update: get number of heads and sectors per track at runtime
* Support 8.3 boot file name (max length 7 in previous versions)

2007-07-16 version 1.1 (revision 17)
* Display timeout counter
* New NTFS boot code (4 sector)
* NTFS driver update: support non-resident $BITMAP
* New option -k, -r for grubmenu
* New option -e for grubinst
* Copy FAT16/FAT32 BPB to MBR

2007-05-10 version 1.1 (revision 13)
* Display hot key name, change --force-backup-mbr handling
* F11/F12 hotkey handling

2007-04-22 version 1.1 (revision 10)
* Convert menu file in grubmenu
* Check if there is enough space to install GRLDR.MBR

2007-04-07 version 1.1 (revision 9)
* Fix bugs in the NTFS boot sector
* Add tool grubmenu

2007-02-23 version 1.1 beta7
* Support compressed and sparse file in NTFS partition

2007-02-22 version 1.1 beta6
* Move language specific text to external file
* Add --load-seg and --boot-file option
* Add --output option which is used to extract the embeded grldr.mbr
* Support loading Grub2 kernel as well as grldr
* Fix bugs in the NTFS boot sector

2007-02-05 version 1.1 beta5
* Add native NTFS support

2007-01-22 version 1.1 beta4
* Fix a bug that cause --time-out option to have no effect
* Make " Restore from file " and " Restore from PrevMBR " exclusive

2007-01-20 version 1.1 beta3
* Fix a bug when installing GRLDR to floppy image

2007-01-19 version 1.1 beta2
* Fix a bug in the partition enumerator xd_enum
* Fix Linux 64-bit off_t bug

2007-01-18 version 1.1 beta1
* Merge platform specific makefiles
* Support key code translation in grubinst
* Add --list-part option to grubinst
* Add floppy support to grubinst
* Add partition support to grubinst
* Major change in the layout of grubinst_gui
* Support Chinese language in grubinst_gui

2006-12-30 version 1.0.1
* Minor change

2006-12-28 version 1.0.0
* First release


grubinst-1.1-bin-w32-2008-01-01.zip > readme.txt

1. Introdution

This utility is used to install GRUB4DOS boot code to the MBR or partition
boot sector of hard disk or image file.

grubinst.exe is a console mode program. It mimics the behavior of the DOS/Linux
utility bootlace.com from TinyBit's GRUB4DOS package. But unlike bootlace.com,
grubinst is writen completely in C and can be compiled to run in OSs like
Windows NT/2K/XP, Linux and FreeBSD.

grubinst_gui.exe is a GUI frontend to grubinst.exe. It provides a friendly
interface to users who are not familiar whith the command line environment.
Currently, grubinst_gui.exe only runs in Windows OSs.

Please note that these utilities only install MBR, it DOES NOT copy GRLDR to
your partition or configure menu.lst, neither does it modify boot.ini to enable
booting from the NT boot manager. To know more about such things, please refers
to readme file from the GRUB4DOS package.

Also note that the current version of grubinst doesn't support modify the MBR
of hard disk in Windows 95/98/ME. For those OSs, bootlace.com should be used
instead.

2. Documents

Documents have been moved to the grub4dos homepage at sourceforge.net:

http://grub4dos.sourceforge.net

3. Useful links

http://grub4dos.sourceforge.net/
grubinst and wingrub homepage

http://grub4dos.jot.com/
Latest GRUB4DOS package by TinyBit

http://www.znpc.net/bbs
Chinese forum on GRUB4DOS

http://grub.linuxeden.com/
Misc information by TinyBit, also in chinese