Jump to content

Cd - Dvd - Usb - Hdd ... Için Multiboot Hazırlamak


 Share

Recommended Posts

1 saat önce, ozanaus yazdı:

oğuzhan yukardaki resim hakkında fikrin varmı, ben de bazen bu hatayı alıyorum, her zaman değil de bi cafede format attım bi kaç bilgisayarda iso bulunamadı dedi

nt6 işleminde herşey doğru olmasına rağmen düşük konfigürasyonlu sistemlerde bazan bu hatayı verebiliyor tekrar ara ya tıkladığınızda bulması gerek 

  • Like 1
Link to comment
Share on other sites

58 dakika önce, curtcuk yazdı:

DLC Boot 2016 v3.1 iso halinde degil ve nasıl multibootta eklerim

İndirdiğin dosyanın içeriğini atar mısın. Benimki iso halindeydi isoyu anadizine çıkardım menu.lst den boot ettim.

Link to comment
Share on other sites

8 dakika önce, canavar123 yazdı:

İndirdiğin dosyanın içeriğini atar mısın. Benimki iso halindeydi isoyu anadizine çıkardım menu.lst den boot ettim.

 

Please register to see this content.

Link to comment
Share on other sites

  • 3 hafta sonra ...
18 saat önce, m3hm3t1991 yazdı:

Easy Recovery Essentials Pro - Windows 7- 8-10 için multiboot kodu lazım bir kaç kod denedim olmadı. 

@oguzhan43 yardımcı olur musun?

 

Please register to see this content.

# =========================================================================

title Easy Recovery Essentials (EasyRE) Pro - Windows 7
partnew (%@root:~1,3%,3) 0x00 /USBMENU/IMAGES/EasyRE.iso
map /USBMENU/IMAGES/EasyRE.iso (0xff) 
map --hook 
chainloader (0xff)

# =========================================================================

title Easy Recovery Essentials (EasyRE) Pro - Windows 8
partnew (%@root:~1,3%,3) 0x00 /USBMENU/IMAGES/EasyRE_Win8.iso
map /USBMENU/IMAGES/EasyRE_Win8.iso (0xff) 
map --hook 
chainloader (0xff)

# =========================================================================

 

win 10 u malesef çalıştıramadım kolay gelsin

Edited by oguzhan43
  • Like 1
Link to comment
Share on other sites

2 saat önce, firtina_limani yazdı:

merhaba arkadaslar ben teknik servis de calisan bir abim icin multiboot yapmistim adam cok begenmis calismami ama benden birsey daha istedi su win onarma kisminda cmd komut satiri ile hdd onarma olayini nasil tek basina ekleyebilirim

kastettiğin check disk mi?

  • Like 1
Link to comment
Share on other sites

5 saat önce, firtina_limani yazdı:

aynen  abi gofrmat atmak icin acip daha sonra onu yapiyor oda uzun oluyor 

fazla bişey anlamadım ama checkdisk genelde sorunlu diskler için sistem açılmıyorsa yapılır aşağıdan istediğini kullan yada hirenboot minixp içinde mevcut

Please register to see this content.

 

# =========================================================================

title NTFS4DOS - CHKDSK
set IMGFILE=/USBMENU/IMAGES/NTFS4DOS.IMG
if exist %IMGFILE% || find --set-root --ignore-floppies %IMGFILE% || echo -> %IMGFILE% bulunamadi!
if exist %IMGFILE% && map --mem %IMGFILE% (fd0)
if exist %IMGFILE% && map --hook && chainloader (fd0)+1 && rootnoverify (fd0) && map --floppies=1
boot || echo -> Onyukleme basarisiz! && echo && pause --wait=5 <<< Klasik Menuye Don ...

# =========================================================================

title Avira NTFS4DOS v1.9
set IMGFILE=/USBMENU/IMAGES/NTFS4DOS2.IMG
if exist %IMGFILE% || find --set-root --ignore-floppies %IMGFILE% || echo -> %IMGFILE% bulunamadi!
if exist %IMGFILE% && map --mem %IMGFILE% (fd0)
if exist %IMGFILE% && map --hook && chainloader (fd0)+1 && rootnoverify (fd0) && map --floppies=1
boot || echo -> Onyukleme basarisiz! && echo && pause --wait=5 <<< Klasik Menuye Don ...

# =========================================================================

 

  • Like 1
Link to comment
Share on other sites

On 06.07.2016 at 07:52, oguzhan43 yazdı:

# =========================================================================

title Easy Recovery Essentials (EasyRE) Pro - Windows 7
partnew (%@root:~1,3%,3) 0x00 /USBMENU/IMAGES/EasyRE.iso
map /USBMENU/IMAGES/EasyRE.iso (0xff) 
map --hook 
chainloader (0xff)

# =========================================================================

title Easy Recovery Essentials (EasyRE) Pro - Windows 8
partnew (%@root:~1,3%,3) 0x00 /USBMENU/IMAGES/EasyRE_Win8.iso
map /USBMENU/IMAGES/EasyRE_Win8.iso (0xff) 
map --hook 
chainloader (0xff)

# =========================================================================

 

win 10 u malesef çalıştıramadım kolay gelsin

Yardımcı olduğunuz için Allah razi olsun yalnız 1 masaüstü. 3 leptopta denedim sadece 1 leptopda menü geldi oda işlem yapamadım zahmet olacak ama başka kod var mıdır

  • Like 1
Link to comment
Share on other sites

16 saat önce, m3hm3t1991 yazdı:

Yardımcı olduğunuz için Allah razi olsun yalnız 1 masaüstü. 3 leptopta denedim sadece 1 leptopda menü geldi oda işlem yapamadım zahmet olacak ama başka kod var mıdır

# =========================================================================
title Easy Recovery Essentials (EasyRE) Pro - Windows 7
find --set-root --devices=hf /USBMENU/IMAGES/EasyRE.ISO
map --unhook
map /USBMENU/IMAGES/EasyRE.ISO (0xff) || map --mem /USBMENU/IMAGES/EasyRE.ISO (0xff)
map --hook
kernel (0xff)/boot/bzImage rw root=/dev/null autologin sound=noconf kmap=en acpi=off noapic nolapic noacpi nomodeset
initrd (0xff)/boot/rootfs.gz
# =========================================================================

title Easy Recovery Essentials (EasyRE) Pro - Windows 8
find --set-root --devices=hf /USBMENU/IMAGES/EasyRE_Win8.iso
map --unhook
map /USBMENU/IMAGES/EasyRE_Win8.iso (0xff) || map --mem /USBMENU/IMAGES/EasyRE_Win8.iso (0xff)
map --hook
kernel (0xff)/boot/bzImage rw root=/dev/null autologin sound=noconf kmap=en acpi=off noapic nolapic noacpi nomodeset @LXV3NSAtZTE0MTg1NzgwMzUgLXpiYmIxNjIwMjM3MTZmYTQ3ZTg2OGIwZTg0YWVlOGY4Y2Y3NDdhMTE5
initrd (0xff)/boot/rootfs.gz

# =========================================================================

bu iki iso slitaz dağıtımı üzerine yapılmış user password isterse root:root şeklindedir

Edited by oguzhan43
  • Like 1
Link to comment
Share on other sites

On 06.07.2016 at 18:17, oguzhan43 yazdı:

fazla bişey anlamadım ama checkdisk genelde sorunlu diskler için sistem açılmıyorsa yapılır aşağıdan istediğini kullan yada hirenboot minixp içinde mevcut

Please register to see this content.

 


# =========================================================================

title NTFS4DOS - CHKDSK
set IMGFILE=/USBMENU/IMAGES/NTFS4DOS.IMG
if exist %IMGFILE% || find --set-root --ignore-floppies %IMGFILE% || echo -> %IMGFILE% bulunamadi!
if exist %IMGFILE% && map --mem %IMGFILE% (fd0)
if exist %IMGFILE% && map --hook && chainloader (fd0)+1 && rootnoverify (fd0) && map --floppies=1
boot || echo -> Onyukleme basarisiz! && echo && pause --wait=5 <<< Klasik Menuye Don ...

# =========================================================================

title Avira NTFS4DOS v1.9
set IMGFILE=/USBMENU/IMAGES/NTFS4DOS2.IMG
if exist %IMGFILE% || find --set-root --ignore-floppies %IMGFILE% || echo -> %IMGFILE% bulunamadi!
if exist %IMGFILE% && map --mem %IMGFILE% (fd0)
if exist %IMGFILE% && map --hook && chainloader (fd0)+1 && rootnoverify (fd0) && map --floppies=1
boot || echo -> Onyukleme basarisiz! && echo && pause --wait=5 <<< Klasik Menuye Don ...

# =========================================================================

 

abi öncelikle emegine saglik avira grafik acisindan harika arkadaslarimiza da tavsiye ederim :)

  • Like 1
Link to comment
Share on other sites

On 10.07.2016 at 21:54, firtina_limani yazdı:

Arkadaşlar benim işimi kolaylastırmak onarım ve dosya alabilmek için Windows 7 Sistem kurtarma seçeneklerının olduğu bölüm gerekiyor yani bunu usb multiBoot'a nasıl ekleyebiliriz.

Please register to see this content.

bu işine yarar umarım

Link to comment
Share on other sites

kendi bilgisayarim daki sistemden aldigim  onarim disk'i olusturdum cd ye ve onu iso haline getirdiim ve ayrica nt6 ile derledim  hata ile karsilastim direk kurulum bölümünde kaldi bende iso dosyami deyistim ve yeniden denedim ve malesef yine olmadi  bu bilgisayar  uyumlu degildir tarzinda bir ileti verdi 

anlamadigim nokta bu sistem den alip bu sistemde denedigim  halde bu hatayi aldim sizce nerde yanlis yapiyorum

Link to comment
Share on other sites

  • 3 hafta sonra ...

Puppy Linux Tahrpup sürümünü aşağıdaki kodların hiçbirisiyle çalıştıramadım. Yardımcı olursanız çok sevinirim.

title Puppy linux v1-iso
find --set-root /puppy/tahr-6.0.5_PAE.iso
map /puppy/tahr-6.0.5_PAE.iso (0xff)
map --hook
root (0xff)
kernel /vmlinuz iso-scan/filename=/puppy/tahr-6.0.5_PAE.iso quiet splash
initrd /initrd.gz
boot

# =========================================================================

title Puppy Linux v2-iso
find --set-root /puppy/tahr-6.0.5_PAE.iso
map --mem /puppy/tahr-6.0.5_PAE.iso (0xff)
map --hook
root (0xff)
kernel /vmlinuz iso-scan/filename=/puppy/tahr-6.0.5_PAE.iso quiet splash
initrd /initrd.gz
boot

# =========================================================================

title 1yeni
kernel /puppy/vmlinuz psubdir=puppy pkeys=us
initrd /puppy/initrd.gz

# =========================================================================

title 2yeni
kernel /puppy/vmlinuz psubdir=puppy pkeys=us
initrd /puppy/initrd.gz

# =========================================================================

title 3yeni
find --set-root /puppy/tahr-6.0.5_PAE.iso
map /puppy/tahr-6.0.5_PAE.iso (0xff)
map --hook
root (0xff)
kernel /vmlinuz splash
initrd /initrd.gz
boot

# =========================================================================

title 4yeni
find --set-root /puppy/PUPPY_TA.SFS
kernel /puppy/vmlinuz
initrd /puppy/initrd.gz

# =========================================================================

title Puppy Linux v3-iso
map /puppy/tahr-6.0.5_PAE.iso (0xff) || map --mem /puppy/tahr-6.0.5_PAE.iso (0xff)
map --hook root (0xff)
chainloader (0xff)

# =========================================================================


title Puppy Linux v4-iso
find --set-root /puppy/tahr-6.0.5_PAE.iso
map /puppy/tahr-6.0.5_PAE.iso (0xff) || map --mem /puppy/tahr-6.0.5_PAE.iso (0xff)
map --hook
chainloader (0xff)

# =========================================================================

title Puppy Linux v5
find --set-root --ignore-floppies /puppy/initrd.gz
kernel /puppy/vmlinuz root=/dev/ram0 pmedia=atahd
initrd /puppy/initrd.gz

Link to comment
Share on other sites

7 saat önce, pire05 yazdı:

Yardımcı olacak kimse yokmu ?

aşağıdaki şekilde deneyin

title Puppy 
partnew (%@root:~1,3%,3) 0x00 /LINUX/tahr-6.0.5_PAE.iso
map /LINUX/tahr-6.0.5_PAE.iso (0xff) 
map --hook 
chainloader (0xff)

 

ben isoyu LINUX klasöründeymiş gibi kodladım kendinize göre düzenleyiniz

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...