Jump to content
Son zamanlarda artan kullanıcı hesap hırsızlıkları sebebiyle tüm kullanıcılara şifre sıfırlama maili gönderilmiştir. Lütfen güveli şifreler seçiniz. Mevcut e-mail adresinize erişemiyorsanız, en aşağıdaki destek linkinden bize ulaşınız. ×

Altay Grub2fm + Ventoy Multiboot V8.4 2020


serhat100
 Share

Recommended Posts

serhat100, 22 saat önce yazdı:

ben paylaştım isteyen dener geri dönüş yaparsan sevinirim

bi tane dell kucuk laptopta denedim ama olmadı geldikce denedirim bazen 10 makinadan 1 2 makina bu sekilde yapabiliyor oyuzden ben gorsellikten vazgectim direkt bootmgr bcd busekilde siyah ekranda yapıyom hic sorun olmuyor

Please register to see this content.

Link to comment
Share on other sites

Grub2 Dosya yöneticisi @alive64  bana Türkçe çalışması için  çeviri  katkı sağlamam konusunda mesaj atmış teşekkür ederim ben amatörce uğraşıyorum

Hi serhat100, I'm the developer of grub2-filemanager project (https://github.com/a1ive/grub2-filemanager).

Are you willing to add Turkish translations to grub2-filemanager?

If you are interested, plz add translations to https://crowdin.com/project/grub2-filemanager .

ilgilenen olursa adres yukarda 

Edited by serhat100
Link to comment
Share on other sites

@alive64 Hi alive64 my flash memory NTFS and FAT32 partition in FAT32 GRUB2 multiboot available in this section grubfm.iso fat32 grub2 multiboot iso file manager when I run it again stands for a return to power.how do I help add a code to the Lua file (hd0,msdos2) back to the path

Edited by serhat100
Link to comment
Share on other sites

@alive64 

使用以下代碼的主wim文件
 -- wimboot
            if grub.file_exist ("/wimboot") then
                icon = "wim"
                command = "set lang=en_US; terminal_output console; enable_progress_indicator=1; loopback wimboot /wimboot; linux16 (wimboot)/wimboot; initrd16 newc:bootmgr:(wimboot)/bootmgr newc:bcd:(wimboot)/bcd newc:boot.sdi:(wimboot)/boot.sdi newc:boot.wim:" .. file
                name = grub.gettext("Boot NT6.x WIM (wimboot)")
                grub.add_icon_menu (icon, command, name)
            end
你能看一下開機結束時的凍結問題嗎?謝謝   錯誤的原因是什麼?

 

 

Edited by serhat100
Link to comment
Share on other sites

1 hour ago, serhat100 said:

@alive64 


使用以下代碼的主wim文件
 -- wimboot
            if grub.file_exist ("/wimboot") then
                icon = "wim"
                command = "set lang=en_US; terminal_output console; enable_progress_indicator=1; loopback wimboot /wimboot; linux16 (wimboot)/wimboot; initrd16 newc:bootmgr:(wimboot)/bootmgr newc:bcd:(wimboot)/bcd newc:boot.sdi:(wimboot)/boot.sdi newc:boot.wim:" .. file
                name = grub.gettext("Boot NT6.x WIM (wimboot)")
                grub.add_icon_menu (icon, command, name)
            end
你能看一下開機結束時的凍結問題嗎?謝謝   錯誤的原因是什麼?

linux16 (wimboot)/wimboot  => linux16 (wimboot)/wimboot pause

adding a 'pause' parameter may have better compatibility . if it doesn't work , you can try 'NTBOOT' or other method.

 

 

  • Thanks 1
Link to comment
Share on other sites

On 3/4/2019 at 4:04 PM, serhat100 said:

@alive64thank you this linux16 (wimboot) / wimboo t => linux16 (wimboot) / wimboo t pause change worked

'NTBOOT' method never fails to grub4dos error

you mean 'NTBOOT' method always fails to grub4dos error?

maybe you modified something in grubfm.iso so grub4dos couldn't find the wim file or NTBOOT files

-- BOOTMGR/NTLDR only supports (hdx,y)
			if device_type == "1" then
				if grub.file_exist ("/NTBOOT.MOD/NTBOOT.NT6") then
					-- NTBOOT NT6 WIM
					icon = "nt6"
					tog4dpath (file, device, device_type)
					command = "g4d_cmd=\"find --set-root /fm.loop;/NTBOOT NT6=" .. g4d_file .. "\";" .. 
					 "linux $prefix/grub.exe --config-file=$g4d_cmd; "
					name = grub.gettext("Boot NT6.x WIM (NTBOOT)")
					grub.add_icon_menu (icon, command, name)
				end

you should adjust the path of /NTBOOT and make sure it can load /NTBOOT.MOD/NTBOOT.MOD & /NTBOOT/NTBOOT.NT6 correctly.

 

Link to comment
Share on other sites

alive64, 2 saat önce yazdı:

you mean 'NTBOOT' method always fails to grub4dos error?

maybe you modified something in grubfm.iso so grub4dos couldn't find the wim file or NTBOOT files


-- BOOTMGR/NTLDR only supports (hdx,y)
			if device_type == "1" then
				if grub.file_exist ("/NTBOOT.MOD/NTBOOT.NT6") then
					-- NTBOOT NT6 WIM
					icon = "nt6"
					tog4dpath (file, device, device_type)
					command = "g4d_cmd=\"find --set-root /fm.loop;/NTBOOT NT6=" .. g4d_file .. "\";" .. 
					 "linux $prefix/grub.exe --config-file=$g4d_cmd; "
					name = grub.gettext("Boot NT6.x WIM (NTBOOT)")
					grub.add_icon_menu (icon, command, name)
				end

you should adjust the path of /NTBOOT and make sure it can load /NTBOOT.MOD/NTBOOT.MOD & /NTBOOT/NTBOOT.NT6 correctly.

 

thank you master command true but catching attention

command = "g4d_cmd=\"find --set-root /fm.loop;/NTBOOT NT6=" .. g4d_file .. "\";" .. 
command = "g4d_cmd=\"find --set-root /fm.loop;/NETBOOT.MOD/NTBOOT NT6=" .. g4d_file .. "\";" .. 

I'm going to try and fix it like this. I write the result

Link to comment
Share on other sites

command = "g4d_cmd=\"find --set-root /fm.loop;/NTBOOT NT6=" .. g4d_file .. "\";" .. 

=>

command = "g4d_cmd=\"find --set-root /NTBOOT;/NTBOOT NT6=" .. g4d_file .. "\";" .. 

It seems that grub4dos can't find /NTBOOT.

in grub4dos commandline, plz type 'ls /' & 'find --set-root /NTBOOT'

Snipaste-2019-03-06-20-28-07.png

Link to comment
Share on other sites

7 minutes ago, serhat100 said:

g4d_cmd=\"find --set-root /fm.loop;/NTBOOT NT6=(hd0,0)/KMPE/PE64W10.wim" 

file path  (hd0,msdos1)/KMPE/PE64W10.wim  should be

negative test result

Device naming is different between GRUB2 and GRUB4DOS.

In GRUB2, Partitions are numbered from 1 instead of 0 while drives are still numbered from 0, and prefixed with partition-table type.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...