Jump to content

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


 Share

Recommended Posts

yapmak istediğim sadece bootmgr ve diğer önyükleyicilere gerek kalmadan nasıl olsa wim boot edilebiliyor düşüncesinden ki gimagex'de böyle bir seçenek var grub ile boot.wim'i çalıştırmak, yani bir wim içindeki PE ortamını grub ile kurdurmak harici bileşenlere gerek kalmadan mesela senin XP ya da mini7, linüx. bu grub'u yapanlara sormak lazım belki vardır.

Link to comment
Share on other sites

Grub4dos ile boot.wim direk rame yükleyip sistemi çalıştırabileceğini sanmıyorum.
Dediğim gibi tek başına grub4dos win dosyalarını önyüklemek için tasarlanmamıştır.
Bence isodan grub4dos ile çalıştırma yolunu izle! Ya açıktan bir önyükleyici vasıtasıyla, yada bir iso veyahut disk imajında çalıştıracaksın.
Diğer şekillerde bir çözüme ulaşabileceğini düşünmüyorum... :(

Link to comment
Share on other sites

bir paylaşımda bulunmak istiyorum

grub4dosta linuxlari, ve diğer şeyleri nasıl açabilirim diyorsanız aşağıdaki örneklere bir bakın


[codebox]default 0
timeout 30
color NORMAL HIGHLIGHT HELPTEXT HEADING
splashimage=/splash.xpm.gz
foreground=FFFFFF
background=000000


title Boot First Hard Drive (HDD)
map (hd0) (hd1)
map (hd1) (hd0)
map --hook
chainloader (hd0)+1
rootnoverify (hd0)

title Restart
reboot

title Shutdown
halt

title --- Custom MultiBoot Entries ---
root

title Ubuntu 10.10 (GNOME Desktop x86)
find --set-root /ubuntu-10.10-desktop-i386.iso
map /ubuntu-10.10-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/ubuntu-10.10-desktop-i386.iso splash
initrd /casper/initrd.lz

title Xubuntu 10.10 (XFCE Desktop x86)
find --set-root /xubuntu-10.10-desktop-i386.iso
map /xubuntu-10.10-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/xubuntu.seed boot=casper persistent iso-scan/filename=/xubuntu-10.10-desktop-i386.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Kubuntu 10.10 (KDE Desktop x86)
find --set-root /kubuntu-10.10-desktop-i386.iso
map /kubuntu-10.10-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/kubuntu.seed boot=casper persistent iso-scan/filename=/kubuntu-10.10-desktop-i386.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Kubuntu 10.10 (KDE Desktop x86)
find --set-root /kubuntu-10.10-desktop-i386.iso
map /kubuntu-10.10-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/kubuntu.seed boot=casper persistent iso-scan/filename=/kubuntu-10.10-desktop-i386.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

# Suggested by Ambriel
title Lubuntu 10.10 (LXDE Lightweight Desktop x86)
find --set-root /lubuntu-10.10.iso
map /lubuntu-10.10.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/lubuntu.seed boot=casper persistent iso-scan/filename=/lubuntu-10.10.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Ubuntu 10.10 Netbook Remix (NetBook Distro)
find --set-root /ubuntu-10.10-netbook-i386.iso
map /ubuntu-10.10-netbook-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz floppy.allowed_drive_mask=0 noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu-netbook.seed boot=casper persistent iso-scan/filename=/ubuntu-10.10-netbook-i386.iso splash
initrd /casper/initrd.lz

title Memtest86+
find --set-root /mt410.iso
map --mem /mt410.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

title Debian Live
find --set-root /debian/live/initrd.img
kernel /debian/live/vmlinuz boot=live union=aufs noswap live-media-path=/debian/live
initrd /debian/live/initrd.img

title Sugar on a Stick
find --set-root /sos/isolinux/vmlinuz0
kernel /sos/isolinux/vmlinuz0 root=live:LABEL=MULTIBOOT live_dir=sos/LiveOS rootfstype=vfat ro liveimg quiet rhgb rd_NO_LUKS rd_NO_MD
initrd /sos/isolinux/initrd0.img

# Suggested by Relst
title Run a Linux OS from the Internet
kernel /gpxe.lkrn

title Balder DOS image (FreeDOS)
find --set-root /balder10.img
map --unsafe-boot /balder10.img (fd0)
map --hook
chainloader --force (fd0)+1
rootnoverify (fd0)

# Suggested by Martin Andersson
title DBAN 2.2.6 (Drive Nuker)
find --set-root /dban-2.2.6_i586.iso
map --mem /dban-2.2.6_i586.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

# Suggested by Greg Steer
title Offline NT Password & Registy Editor
find --set-root /cd100627.iso
map /cd100627.iso (hd32)
map --hook
chainloader (hd32)

# Start Suggested by Erhan Sohail
title TinyCore
find --set-root /tinycore-current.iso
map /tinycore-current.iso (0xff) || map --mem /tinycore-current.iso (0xff)
map --hook
chainloader (0xff)

title SliTaz 3.0
find --set-root /slitaz-3.0.iso
map --heads=0 --sectors-per-track=0 /slitaz-3.0.iso (hd32)
map --hook
chainloader (hd32)

title Puppy 511
find --set-root /puppy/lupu-511.sfs
kernel /puppy/vmlinuz
initrd /puppy/initrd.gz

title DSL 4.4.10
find --set-root /dsl-4.4.10-initrd.iso
map /dsl-4.4.10-initrd.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

title Riplinux
find --set-root /RIPLinuX.iso
map --heads=0 --sectors-per-track=0 /RIPLinuX.iso (0xff) || map --heads=0 --sectors-per-track=0 --mem /RIPLinuX.iso (0xff)
map --hook
chainloader (0xff)

title Ultimate Boot CD
find --set-root /ubcd.iso
map /ubcd.iso (hd32)
map --hook
chainloader (hd32)

title OphCrack XP 2.3.1 (XP Password Cracker)
find --set-root /ophcrack-xp-livecd-2.3.1.iso
map /ophcrack-xp-livecd-2.3.1.iso (0xff)
map --hook
root (0xff)
kernel /boot/bzImage rw root=/dev/null vga=normal lang=C kmap=us screen=1024x768x16 autologin
initrd /boot/rootfs.gz

# Suggested by Sunny
title YlmF (Windows Like OS)
find --set-root /YlmF_OS_3.0.iso
map /YlmF_OS_3.0.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/YlmF_OS_3.0.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.img

title Ubuntu Rescue Remix 10.04 (Recovery Tools)
find --set-root /ubuntu-rescue-remix-10-04.iso
map /ubuntu-rescue-remix-10-04.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu-rescue-remix-10-04.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Ubuntu 10.10 (GNOME Desktop x86)
find --set-root /ubuntu-10.10-desktop-i386.iso
map /ubuntu-10.10-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/ubuntu-10.10-desktop-i386.iso splash
initrd /casper/initrd.lz

title Xubuntu 10.10 (XFCE Desktop x86)
find --set-root /xubuntu-10.10-desktop-i386.iso
map /xubuntu-10.10-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/xubuntu.seed boot=casper persistent iso-scan/filename=/xubuntu-10.10-desktop-i386.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Kubuntu 10.10 (KDE Desktop x86)
find --set-root /kubuntu-10.10-desktop-i386.iso
map /kubuntu-10.10-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/kubuntu.seed boot=casper persistent iso-scan/filename=/kubuntu-10.10-desktop-i386.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

# Suggested by Ambriel
title Lubuntu 10.10 (LXDE Lightweight Desktop x86)
find --set-root /lubuntu-10.10.iso
map /lubuntu-10.10.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/lubuntu.seed boot=casper persistent iso-scan/filename=/lubuntu-10.10.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Ubuntu 10.10 Netbook Remix (NetBook Distro)
find --set-root /ubuntu-10.10-netbook-i386.iso
map /ubuntu-10.10-netbook-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz floppy.allowed_drive_mask=0 noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu-netbook.seed boot=casper persistent iso-scan/filename=/ubuntu-10.10-netbook-i386.iso splash
initrd /casper/initrd.lz

title Ubuntu 10.04.1 (GNOME Desktop x86)
find --set-root /ubuntu-10.04.1-desktop-i386.iso
map /ubuntu-10.04.1-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/ubuntu-10.04.1-desktop-i386.iso splash
initrd /casper/initrd.lz

title Xubuntu 10.04 (XFCE Desktop x86)
find --set-root /xubuntu-10.04-desktop-i386.iso
map /xubuntu-10.04-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/xubuntu.seed boot=casper persistent iso-scan/filename=/xubuntu-10.04-desktop-i386.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Kubuntu 10.04.1 (KDE Desktop x86)
find --set-root /kubuntu-10.04.1-desktop-i386.iso
map /kubuntu-10.04.1-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/kubuntu.seed boot=casper persistent iso-scan/filename=/kubuntu-10.04.1-desktop-i386.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

# Suggested by Ambriel
title Lubuntu 10.04 (LXDE Lightweight Desktop x86)
find --set-root /lubuntu-10.04.iso
map /lubuntu-10.04.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/lubuntu.seed boot=casper persistent iso-scan/filename=/lubuntu-10.04.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Linux Mint 9
find --set-root /linuxmint-9-gnome-cd-i386.iso
map /linuxmint-9-gnome-cd-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper persistent iso-scan/filename=/linuxmint-9-gnome-cd-i386.iso floppy.allowed_drive_mask=0 splash
initrd /casper/initrd.lz

title Peppermint Linux
find --set-root /Peppermint-One-06172010.iso
map /Peppermint-One-06172010.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper persistent iso-scan/filename=/Peppermint-One-06172010.iso splash
initrd /casper/initrd.lz

title Ubuntu 10.04 Netbook Remix (NetBook Distro)
find --set-root /ubuntu-10.04-netbook-i386.iso
map /ubuntu-10.04-netbook-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz floppy.allowed_drive_mask=0 noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu-netbook.seed boot=casper persistent iso-scan/filename=/ubuntu-10.04-netbook-i386.iso splash
initrd /casper/initrd.lz

title EasyPeasy 1.6 (NetBook Distro)
find --set-root /EasyPeasy-1.6.iso
map /EasyPeasy-1.6.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz floppy.allowed_drive_mask=0 noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu-netbook.seed boot=casper persistent iso-scan/filename=/EasyPeasy-1.6.iso splash
initrd /casper/initrd.lz

# Suggested by Mario
title Eeebuntu 3.0.1 Netbook Remix (NetBook Distro)
find --set-root /eeebuntu-3.0.1-nbr.iso
map /eeebuntu-3.0.1-nbr.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/eeebuntu-3.0.1-nbr.iso splash
initrd /casper/initrd.gz

# Suggested by Robin McGough
title xPUD 0.9.2 (NetBook Distro)
find --set-root --ignore-floppies --ignore-cd /xpud-0.9.2.iso
map --heads=0 --sectors-per-track=0 /xpud-0.9.2.iso (hd32)
map --hook
chainloader (hd32)

# Suggested by Michel Jank
title Slax 6.1.2 Graphics mode (KDE)
find --set-root /Slax612/boot/initrd.gz
kernel /Slax612/boot/vmlinuz initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;telinit~4 changes=/Slax612
initrd /Slax612/boot/initrd.gz

title Parted Magic 5.4 (Partition Tools)
find --set-root /pmagic-5.4.iso
map /pmagic-5.4.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

title Boot gparted (Partition Tools)
find --set-root /gparted/live/initrd.img
kernel /gparted/live/vmlinuz live-media-path=gparted/live boot=live i915.modeset=0 xforcevesa radeon.modeset=0 noswap nomodeset noprompt vga=788 ip=frommedia nosplash
initrd /gparted/live/initrd.img

# Suggested by Deb
title Partition Wizard 5 (Partition Tools)
find --set-root /pwhe5.iso
map /pwhe5.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

title Boot Clonezilla
find --set-root /clonezilla/live/initrd1.img
kernel /clonezilla/live/vmlinuz1 boot=live live-config noswap nolocales edd=on nomodeset ocs_live_run='ocs-live-general' ocs_live_extra_param='' ocs_live_keymap='' ocs_live_batch='no' ocs_lang='' vga=788 ip=frommedia nosplash live-media-path=/clonezilla/live toram=filesystem.squashfs
initrd /clonezilla/live/initrd1.img


title Redo Backup and Recovery
find --set-root --ignore-floppies --ignore-cd /redobackup.iso
map --heads=0 --sectors-per-track=0 /redobackup.iso (hd32)
map --hook
chainloader (hd32)

title Kaspersky Rescue CD (Virus Scanner)
find --set-root /rescue/rescue.iso
map /rescue/rescue.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)

title AVG Rescue CD (Anti-Virus + Anti-Spyware)
find --set-root /avg.iso
map /avg.iso (hd32)
map --hook
chainloader (hd32)

# Suggested by Zach
title BitDefender Rescue CD (Virus Scanner)
find --set-root /bitdefender-rescue-cd.iso
map /bitdefender-rescue-cd.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz boot=casper iso-scan/filename=/bitdefender-rescue-cd.iso
initrd /casper/initrd.gz

title AVIRA AntiVir Rescue CD (Virus Scanner)
find --set-root /avira/vmlinuz
kernel /avira/vmlinuz edd=off vga=ask initrd=/avira/initrd.gz ramdisk_size=133551 root=/dev/ram0 rw console=/dev/vc/4
initrd /avira/initrd.gz

title Jolicloud (NetBook Distro)
find --set-root /Jolicloud-1.0.iso
map --heads=0 --sectors-per-track=0 /Jolicloud-1.0.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/jolicloud.seed boot=casper persistent iso-scan/filename=/Jolicloud-1.0.iso splash
initrd /casper/initrd.gz

title EASUS Disk Copy
find --set-root /DiskCopy2.3.iso
map --mem /DiskCopy2.3.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

title BackTrack 4 Final (Penetration Testing)
find --set-root /bt-boot/vmlinuz
kernel /bt-boot/vmlinuz BOOT=casper boot=casper persistent rw splash
initrd /bt-boot/initrd.gz
boot

title Install Mandriva Linux Free 2010.0
find --set-root /mandriva/i586/isolinux/alt0/all.rdz
kernel /mandriva/i586/isolinux/alt0/vmlinuz root=(hd0,0) splash=silent
initrd /mandriva/i586/isolinux/alt0/all.rdz

title Install Windows Vista/7
root (hd0,0)
chainloader (hd0,0)/bootmgr

# Suggested by Gino Pilotino
title System Rescue CD
find --set-root /systemrescuecd/isolinux/rescuecd
kernel /systemrescuecd/isolinux/rescuecd subdir=systemrescuecd setkmap=us docache
initrd /systemrescuecd/isolinux/initram.igz

title Trinity Rescue Kit
kernel /TRK/kernel.trk vollabel=MULTIBOOT ramdisk_size=65536 root=/dev/ram0 vga=788 splash=verbose pci=conf1 trkmenu
initrd /TRK/initrd.trk

# Suggested by Jugal
title Austrumi
find --set-root /austrumi/austrumi.fs
kernel /austrumi/bzImage dousb lang_en
initrd /austrumi/initrd.gz

# IN PROGRESS...
title WIFIWAY
find --set-root /WIFI/boot/initrd.gz
kernel /WIFI/boot/vmlinuz vga=791 max_loop=255 ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;telinit~4 changes=/changes/changes.dat
initrd /WIFI/boot/initrd.gz
[/codebox]

Link to comment
Share on other sites

@olvi35 - bunlar hiren boot CD içindeki custommenu.lst dosyasının içeriği
ayrıca win7'deki boot ile pardus'un boot klasörlerinin içeriği aynı olmadığı sürece istediğin kadar dosyayı boot klasörüne atabilirsin. win7'deki boot ile vistadaki boot birbirinin aynı olduğu için ikisi bir arada olmaz sadece.

Link to comment
Share on other sites

@olvi35

Aynen @muharremerd'in söylediğine katılıyorum. boot klasörlerinin içeriğindeki dosyalar aynı olmadığı sürece bir sıkıntı çıkmaz.
Zaten içerik aynı deyilidir. Direk boca et ve kullan :)

Tabi Pardus iso dosyasını, iso çalıştırma komutlarıyla büyük ihtimal çalıştırabilirsin. Büyük ihtimal iso içinden bir takım dosyaları roota çıkartman gerekecektir.
Kısaca denemeler yapıp ilgili dosyaları tespit edetmek lazım.

Misal iso dosyasını grub4dos ile çalıştırdık. boot klasörü hariç iso içindeki tüm dosyaları roota çıkart.
sorun çıkmaz ise iso içinden teker teker roota çıkarttığın dosyaları silip iso boytunu küçültürsün.

Neyse benim kaçmam lazm, kolay gelsin...

Link to comment
Share on other sites

sayın hocalarım dediğiniz şekilde dün yaptım zaten ama ben 8GB lik bir usb ile çalışıyorum.
pardus açılıyor ama "mounted media" yok diye bir uyarı veriyor. bunu düzeltemedim.

ayrıca göndermiş olduğum fullmenu.lst dosyası hirenden değil iyi incelerseniz görürsünüz multibootisos.exe programından dır...
yardım olması için gönderdim. çünkü benim çok işime yaradı

sayın hocalarım dediğiniz şekilde dün yaptım zaten ama ben 8GB lik bir usb ile çalışıyorum.
pardus açılıyor ama "mounted media" yok diye bir uyarı veriyor. bunu düzeltemedim.

ayrıca göndermiş olduğum fullmenu.lst dosyası hirenden değil iyi incelerseniz görürsünüz multibootisos.exe programından dır...
yardım olması için gönderdim. çünkü benim çok işime yaradı

Link to comment
Share on other sites

Selamlar benim küçük bir sorum olacak. Hazırladığım USBMENU.LST dosyasında gfx menü kullanmak istemiyorum.
ekran çözünürlüğünü ayarlamakta sıkıntı yaşadım. grubda ekran çözünürlüğü nasıl ayarlanıyor.
hiçbir ayar yapmadan 640x480 veriyor ki çok küçük ben en azından 800x600 olsun istiyorum.
Aşağıdaki gibi vga size screen gibi komutlar denedim olmadı.

default 4
timeout 25
color white/blue white/black
vga=773

title
root

gfxboot.cfg den aşağıdaki kodlar da işime yaramadı

custom_width=1024
custom_height=768
custom_depth=16

Link to comment
Share on other sites

sayın bluelife

daha önceden isoyu denedim olmadı sonra sizin veridğiniz root yöntemini denedim olmadı. zannedersem usbden pardudu açmaya çalışırken mevcut bulunduğu diski
sadece görüyor diğerlerine bakmıyor.

daha önceden göndermiş olduğum fullmenu.lst deki ubunru debian benzeri açılışlarıda denedim onlarda olmadı.

Link to comment
Share on other sites

@ademola

Gfx menü kullanınca, ekran çözünürlülüğünü genel olarak ilgili gfx menüsünden belirlenir.
Bu konuda paylaşılan tüm gfx menüler 800X600 çözünürlülüktedir.
Bu konudaki bir çok grx menüsünün (hepsi deyil) gfxboot.cfg dosyası vasıtasıyla ekran çözünürlülüpü değişebiliyor.
Belki sendeki sorun farklı olabilir. Yani bu konuda verilen gfx menüleri sende çalışıyor mu ve boot menüsü resimlerdeki gibi düzgün çıkıyor mu?

@olvi35

Şuan pardusu indirip deneme imkanım malesef yok.
Umarım @muharremerd indirip - deneyip seni yönlendirir...

Peki iso dosyasın pardusu çalıştırmaya çalıştığında, nasıl bir hata aldın? Grub4dos mu hata verdi?
Boot oluyorsas iso içeriğinide usbnin anadizinine çıkartıp tekrar dene!
Eğer sorun çıkmaz ise roottan ve iso içeriğinden gereksiz dosyalar silinebilir...

Link to comment
Share on other sites

teşekkürler BlueLife,
gfx menü çalışıyor bende, o konuda sorun yok. ben hiç gfx kullanmadan text tabanlı bir menü hazırlamak istiyorum hirens de olduğu gibi.
menu.lst içerisinde tüm komutlarım çalışıyor gfx menü eklersem oda çalısıyor. gfx i iptal ettiğimde sarı-mavi text tabanlı menünün çözünürlüğü 640x480, ben bunu büyütmek istiyorum.

default 0
timeout 25
color yellow/blue blue/light-gray
#gfxmenu /USBMENU/ADEMHOCA2011.GFX (bilerek iptal ediyorum bunu)
screen size 800x600 (bunun gibi bir şey çalıştırmak istiyorum)

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

title Harddiskten yuklemeye devam et\n Birinci harddiskten onyukleme yapar...
chainloader (hd0)+1
rootnoverify (hd0)
boot

Link to comment
Share on other sites

@ademola

Kusura bakma, ben senin bir önceki mesajını yanlış algılamışım :(
Bildiğim, kadarıyla böyle bir komut ve özellik bulunmamakta! Tabi yanlışta biliyor olabilir, lakin hiç rastlamadım.
Genelde bunun için gfxmenu seçeneği kullanılır...

Bir şekilde çözüm bulursan (sanmıyorum) bize çıtlat. :)
Kolay gelsin...

Link to comment
Share on other sites

ya şu pardus için denemediğim yol kalmadı derken sorunun kaynağını buldum. çok basit ama kimsenin aklına gelmeyebilir: iso'nun adı.
adamlar içindeki imaj dosyasını kolayca bulmak için tek bir şey yapmışlar isonun adını [color="#800080"]PardusLiveImage [/color]yapmışlar. bunu buluyor sonra buradan yükleme yapıyor.
isolinux ile ön yükleme yapıyor ama sonrasında kendine ait bir ön yükleme disket imajı çıkararak kurulumunu oradan yapıyor. yukardaki mesajda da sormuştum kernel ve initrd nedir diye, işte buymuş linüx önyükleme disket imajı. iso üzerinde denedim usb bellek üzerinde denemedim ama büyük ihtimalle usb belleğin adını [color=#800080]PardusLiveImage [/color]yaparsanız çalışacaktır. bu sadece DVD'den çalışanlar için geçerli diğer kurulanı indirmedim. eğer boot\initrd dosyasının içeriğini biliyorsanız sistemi kökten değiştirebilirsiniz ya da eğer kernel'e imajın adını buldurabilirseniz daha kolay olur.

Link to comment
Share on other sites

arkadaşlar bir sorum daha olacak

usb flasha multiboot yapıyorum. ActiveBootDisk(image alma,recovery yapma, partion yapma vs.. hepsi var) i koymaya çalışıyorum. 2gblik ayrı bir usbye normal halini çıkardım; ondan bootable ettim çalıştı. ama flasha koyunca windows7 nin dosyları ile aynı sıkıntı oldu hep win7 kura yönlendi. ayrı bir klasörün içine koydum ozamnda çalışmadı. sonra iso sunu yaptım cd ye yazdım çalıştı. bu isoyu aldım multi flasha koydum çalışıyor ama tam açıldığında serial istiyor. belki 10 a yakın farklı versiyon activebootdisk indirdim ama yine de olmadı. iso ile çalşıtırıyorum ama serial problemini aşamıyorum. aslında isonun içinde bootdisk.key diye bir dosya var burada keyide var ama bir türlü okumuyor. ne yapabilirim.

Link to comment
Share on other sites

  • Editor

[quote name='olvi35' date='02 Şubat 2011 - 13:48 ' timestamp='1296647928' post='956104']
diski işaretliyorum

ama activebootdisk winpe3 ile yapılmış ondan dolayı dosyaların isimleri aynı boot.wim, bootmgr
[/quote]
win7 yi klasördenmi calıstırıyorsun isodanmı

Link to comment
Share on other sites

  • Editor

[quote name='olvi35' date='02 Şubat 2011 - 16:05 ' timestamp='1296656156' post='956211']
klasörden çalıştırıyorum

ama isodan çalışıyormu? kurma işlemi gerçekleşmiyor diye biliyorum. çok çok önce denemiştim.
[/quote]
isodan calısır forumda anlatım var blue_life ın

Link to comment
Share on other sites

@olvi35 bende aynı sıkıntıyı yaşamıştım
sorunu şu şekilde düzeltebilirsin.
oncelikle iso şeklinde çalıştıracaksın.
isonun icinde .key uzantılı bir dosya var o dosyayı isonun yanına çıkart
sorun düzelecektir.

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...