Jump to content

crasadure

-=TNC.VIP=-
  • Posts

    2287
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by crasadure

  1. https://github.com/a1ive/fucksb İnceleyin derim 🙂
  2. Üstte yazdığınız kodlar a1live in Secure boot engelini aşmak için yazmış olduğu modül ü çağıran kodlardır. Aşağıdaki sayfadaki yazışmaları iyi inceleyiniz https://github.com/a1ive/grub2-filemanager/issues/144 Görüldüğü gibi bu kodlar sizin sistemde aioboot arayüzünü çalıştırmayı sağlamış ama windows kurulumunda ise hataya sebebiyet vermiş. Demekki bu kodla aslında Secure boot engeli tam aşılamamış...Aioboot yapımcısı bu kodları secureboot engelini aşmak için eklemişti. Ama anlaşılan bu engel hala karşımıza çıkmaya devam ediyor. Aldığınız cevabı ve çözümü paylaştığınız için teşekkürler. Forumdaki arkadaşlara da faydalı bir bilgi olmuş bu durum
  3. AIOBOOT da theme gelmez çünkü background.cfg içindeki kodlara bakarsanız bu kodlarda Grub2 Modüllerine ihtiyaç olduğu görülmektedir. Ancak sizin sisteminizde MBR de Ventoy a ait bootloader mevcut. Grub2; MBR de kurulu olmadığı için Grub2 modüllerini yükleyemiyor. İşte ikisi bir arada sistem kullanınca bu tür sorun ve dezavantajlarda ortaya çıkıyor. O yüzden Ventoy ile alakalı çektiğim Video5 i mutlaka izleyin. Buradan cevap olarak şunu diyebiliriz VENTOY+AIBOOT birlikteliğinde AIBOOT a Theme yükleyemezsiniz...Sadece arka plan resmini jpg,png olarak değiştirebilirsiniz. if [ -z "${font}" ]; then if [ -e ${prefix}/fonts/fonts.cfg ]; then source ${prefix}/fonts/fonts.cfg; else font=unicode-small; fi fi if loadfont $font ; then # Load grub2 modules set modlist='font jpeg png bmp bitmap_scale bitmap trig video_colors gfxmenu progress regexp' for module in $modlist; do insmod $module done # set enable_progress_indicator=0 and Disable background progress while theme is loading export enable_progress_indicator=0; #Set screen resulotion set gfxmode=1024x768x32,1024x768x24,1024x768x16,1024x768,auto set gfxpayload=keep insmod gfxterm terminal_output gfxterm #set Menu Theme set theme=$prefix/themes/Oxygen/theme.txt export theme set bgloaded="ok" export bgloaded fi
  4. Video51-AIOBOOT Ayarlar(Settings)Menüsü
  5. Bu sorun eğer secure boot kapatılınca kurulumunuzda sorun olmuyorsa o zaman secureboot kapalı olarak kurulum yapın...kurulumdan sonra tekrar açın. bu olay çözülemeyecek bir sorun değil...her bilgisayar üreticisi firma aynı standart uefi yazılımlara sahip değil...her marka ve modelde kullanılan uefi bios yapısı farklı...bu sebepten bu MOKMANAGER a ait sertifika hep UEFI sıstemde işe yarar diye KESİN bir yargıyı iddaa edemeyiz. Madem sizde sorun oluyor sizde Secure Boot kapalı kurun geçsin. Bu durumu da kendinize bu kadar dert edinmeyin. Yeter ki siz sisteminizi kurun önemli olan bu değil mi
  6. Konu başındaki videoları iyi incelememişsiniz 18.1 - Wmware Virtual Box 6.0 ın Virtual Machine USB Boot ile Çalıştırması Anında Oluşan hatanın giderilmesi İsimli video yu izleyin
  7. AIO Boot v0.9.9.14 Added Azerbaijan translations for AIO Boot Extractor, AIOCreator and Grub2. Thanks Tofiq. Updated Korean translation for AIOCreator and Grub2. Thanks VenusGirl. Updated Turkish translation for AIOCreator and Grub2. Thanks Tayfun Akkoyun. Support booting Windows XP VHD using vboot. The vbootldr.gz file is obtained from a1ive Grub2 File Manager. Support booting VHD files with Grub2 installed (eg VHD file with AIO Boot installed). ISO & IMG Mapper: a1ive Grub2 recent version has support for getting RSDP information. This entry is now restricted for use on OEMIDs: VBOX (VirtualBox), VMWARE and BOCHS (QEMU). Bug fixes. Download AIO_Boot_Extractor.exe Version 0.9.9.14 What's New? See Change history Date 21.09.2020 Size 36.5 MB System Windows License Free
  8. Grub2 File Manager v7.3.3 (Build Date:21.09.2020) ChangeLogs Grub2 bug fix
  9. Video5-Ventoya AIOBOOT Multibootu Entegre Etme Video5_Gerekli_Dosyalar Custom.cfg Codes: ### Start Ventoy Multiboot GetHotkey menuentry "Ventoy Multiboot" --hotkey=${hotkey} { if [ -n "$pc" ]; then GetDiskPartNum chainloader (hd${disknum})+1 elif [ -n "$efi" ] -a [ -e /EFI/BOOT/BOOTX64.EFI ]; then GetDiskPartNum set root=(hd${disknum},msdos2); chainloader /EFI/BOOT/Bootx64.efi; fi } ### End Ventoy Multiboot
  10. Video5-Ventoya AIOBOOT Multibootu Entegre Etme Video5_Gerekli_Dosyalar Custom.cfg Codes: ### Start Ventoy Multiboot GetHotkey menuentry "Ventoy Multiboot" --hotkey=${hotkey} { if [ -n "$pc" ]; then GetDiskPartNum chainloader (hd${disknum})+1 elif [ -n "$efi" ] -a [ -e /EFI/BOOT/BOOTX64.EFI ]; then GetDiskPartNum set root=(hd${disknum},msdos2); chainloader /EFI/BOOT/Bootx64.efi; fi } ### End Ventoy Multiboot
  11. Akşam bir video daha çekeceğim. Ventoy a , aioboot u entegre ederken core.img dosyası kullanmadan Aioboot dan Ventoy u çağırmayı becerdim 🙂
  12. Video50-Aioboota Ventoy Multibootun Ventoy2Disk ile Entegrasyonu Video50_Gerekli_Dosyalar rar dosyası şifre=1234 AIOBOOT.iso = =>Ventoy dan AIOBOOT u yüklemek için gereken dosya Ventoy ==> core.img dosyası custom.cfg gerekli kodlar ### Start Ventoy Multiboot GetHotkey menuentry "Ventoy Multiboot" --hotkey=${hotkey} { set root=(hd0,msdos2) if [ -n "$pc" ] -a [ -e /ventoy/core.img ]; then multiboot /ventoy/core.img elif [ -n "$efi" ] -a [ -e /EFI/BOOT/Ventoyx64.efi ]; then chainloader /EFI/BOOT/Ventoyx64.efi fi } ### End Ventoy Multiboot
  13. O zaman AIOCreator.exe yi çalıştırıp SETTINGS-->Default Bootloader in UEFI Mode --> Windows Boot Manager olarak ayarlayın ve öyle kurulumu deneyin yada BIOS tan Secure Boot=Disabled olarak ayarlayın ve kurulumu o şekilde yapın
  14. Video49-Aioboota Ventoy Multibootun Entegrasyonu Video49_Gerekli_Dosyalar AIOBOOT.iso = =>Ventoy dan AIOBOOT u yüklemek için gereken dosya Ventoy ==> core.img dosyası custom.cfg gerekli kodlar ### Start Ventoy Multiboot GetHotkey menuentry "Ventoy Multiboot" --hotkey=${hotkey} { set root=(hd0,msdos2) if [ -n "$pc" ] -a [ -e /ventoy/core.img ]; then multiboot /ventoy/core.img elif [ -n "$efi" ] -a [ -e /EFI/BOOT/Ventoyx64.efi ]; then chainloader /EFI/BOOT/Ventoyx64.efi fi } ### End Ventoy Multiboot Konunun işlendiği a1live web sitesi:https://github.com/a1ive/grub2-filemanager/issues/256
  15. Windows kurulumunu entegre yöntemi ile mi yoksa direkt ISO dosyasını göstererek mi yapıyorsunuz?Ayrıca ISO dosyasını flash bellektenmi yoksa dahili diskiniz üzerinden mi gösteriyorsunuz? v0.9.9.10 (08.09.2020) Install Windows from ISO: Fix could not create system partition on disk (Setup was unable to create a new system partition or locate an existing system partition). Haven’t tried in UEFI mode. See here. Eğer ISO üzerinden kurulum yaptıysanız ve bu sorun oluyorsa o zaman Aiocreator.exe ile ISO dosyasını multiboot a entegre edin ve o şekilde kuruluma devam edin. Sorun çözülecektir.
  16. Grub2FM_Download_Tool @mephistooo2 üstada ait script kodlarını düzenleyerek AIOBOOT G2FM dosyalarını otomatik olarak /AIO/grubfm dizini altına indiren script programı... Açıklama: Dosyayı AIO/grubfm dizini altına atınız ve oradan çalıştırınız
  17. Grub2 File Manager v7.3.3 (Build Date:19.09.2020) Change Logs (Commits on Sep 19, 2020) Update map.sh ChangeLogs Grub2
  18. AIOBOOT.iso: https://yadi.sk/d/AhZR37NuHrHfPQ Readme.txt LoadAIOBoot.iso, boot this file to boot to AIO Boot! 1. First you need to extract the AIO Boot to any drive on your computer. This drive must be in FAT, NTFS or exFAT format. 2. Do not install Bootloaders from the AIO Boot Extractor and AIOCreator tools if you do not want the AIO Boot to be booted first in Legacy mode. 3. Copy or rename the following files if you do not want AIO Boot to be booted first in UEFI mode. * /EFI/BOOT/grubx64.efi -> /EFI/BOOT/grubx64_aioboot.efi * /EFI/BOOT/grubia32.efi -> /EFI/BOOT/grubia32_aioboot.efi
  19. Video48-VHD Diske AIOBOOT Kurulumu Video içeriği: AIOBOOT un VHD diske kurulumu LEGACY ve UEFI de Default Bootloader ı Ayarlama
  20. Sitesinde bir çok alternatif link mevcut zaten Mirror Link Google Drive GitHub MajorGeeks Softpedia LO4D.com FindMySoft
  21. Şifre=aioboot Yeniden hazırlamanıza gerek yok
  22. v0.9.9.13 (17.09.2020) Updated the Korean language file for AIOCreator.exe and Grub2. Added Korean translation for AIO Boot Extractor. Thanks to VenusGirl. Grub2 Settings: Support hiding or showing hotkeys in Grub2 entry title. Thanks to a1ive. Support setting the default boot entry. List all fonts that exist in the fonts directory (except for current fonts). Just copy font files (.pf2) to /AIO/grub/fonts directory. Bug fixes. Download AIO_Boot_Extractor.exe Version 0.9.9.13 What's New? See Change history Date 17.09.2020 Size 36.4 MB System Windows License Free
  23. VENTOY İLE PFSENSE ISO DOSYASININ KURULMASI
×
×
  • Create New...