Jump to content

Grubdos Ile "biskten Başlat" Yapamadım


wildly
 Share

Recommended Posts

Merhabalar, WinSetupFromUSB ile hazırladığım harici hdd de grubdos menüsünde diskten başlat seçeneğini bir türlü ekleyemedim, yardımcı olabilir misiniz?


[codebox]color black/cyan yellow/cyan
timeout 10
default /default

#use the following for reference, uncomment(#) and change as needed

#title Start Vista, find and load bootmgr
#find --set-root /bootmgr
#chainloader /bootmgr

#title find and boot Linux with menu.lst already installed
#find --set-root /sbin/init
#configfile /boot/grub/menu.lst

#title SystemRescueCd-0.4.x from hard-disk
#root (hd0,0)
#kernel /rescuecd init=/linuxrc cdroot=/dev/sda1 setkmap=us
#initrd /rescuecd.igz

#title Puppy Linux on HD0
#root (hd0,0)
#kernel /puppy/vmlinuz root=/dev/rd/0 pmedia=usbflash
#initrd /puppy/initrd.gz


#title Start Recovery Console of Windows NT/2K/XP
#find --set-root /cmldr
#chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
### step 1. Write 4 chars "cmdc" at 0000:7C03
#write 0x7C03 0x63646D63
### step 2. Write 3 chars "ons" and an ending null at 0000:7C07
#write 0x7C07 0x00736E6F

#title Start Acronis True Image/Disk Director from ISO loaded in memory
#map --mem (hd0,0)/acronismedia.iso (hd32)
#map --hook
#chainloader (hd32)

#title Start Acronis True Image/Disk Director from ISO
##ISO file must be contiguous on disk in this case, use Sysinternals contig.exe
#map (hd0,0)/acronismedia.iso (hd32)
#map --hook
#chainloader (hd32)

#title Start MemTest from floppy image on second hard disk/third partition
##image file can be gzipped, i.e. memtest.img.gz
#map --mem (hd1,2)/memtest.img (fd0)
#map --hook
#chainloader (fd0)+1
#rootnoverify (fd0)

#title Chainload the bootsector at third partition, fifth hard disk
#chainloader (hd4,2)+1

#title Start Windows XP if it's on second hard disk
##ntldr/ntdetect.com won't start if are not on first disk, first active partition, thus the mapping
#map (hd1) (hd0)
#map --hook
#rootnoverify (hd0,0)
#chainloader /ntldr

#title find and load IO.SYS of Windows 9x/Me/DOS
#find --set-root /io.sys
#chainloader /io.sys

title EXPERIMENTAL - Start PLoP boot manager\nYou may want to try it if your computer boots from USB slowly.\nOnce booted,select USB from its menu to load USB 2.0 drivers.\nPlease report any issues to its author at www.plop.at
ls /usbdrive.tag || find --set-root --ignore-cd /usbdrive.tag
kernel /plpbt.bin




title WINDOWS 7 TUM SURUMLER SUBAT 2012
map --unmap=0:0xff
map --unhook
root (hd0,0)
chainloader /bootmgr

title WINDOWS XP SP3 KURULUM
map --unmap=0:0xff
map --unhook
savedefault
ls /usbdrive.tag || find --set-root --ignore-cd /usbdrive.tag
configfile /winsetup.lst

title PASSWORD RECOVERY
map --unmap=0:0xff
map --unhook
root (hd0,0)
map /elcomsoft_esr_v300b466_pro.iso (0xff) || map --mem /elcomsoft_esr_v300b466_pro.iso (0xff)
map --hook
root (0xff)
configfile /grub4dos.lst || chainloader (0xff)
map --unmap=0:0xff

title ACRONIS TRUE IMAGE 2012
map --unmap=0:0xff
map --unhook
root (hd0,0)
map /ATIBootCD_PP_2012_6154.iso (0xff) || map --mem /ATIBootCD_PP_2012_6154.iso (0xff)
map --hook
root (0xff)
configfile /grub4dos.lst || chainloader (0xff)
map --unmap=0:0xff

title ACRONIS DISK DIRECTOR
map --unmap=0:0xff
map --unhook
root (hd0,0)
map /Acronis2343Disck.Director.iso (0xff) || map --mem /Acronis2343Disck.Director.iso (0xff)
map --hook
root (0xff)
configfile /grub4dos.lst || chainloader (0xff)
map --unmap=0:0xff

title BULE XP
map --unmap=0:0xff
map --unhook
root (hd0,0)
map /BlueXPE.iso (0xff) || map --mem /BlueXPE.iso (0xff)
map --hook
root (0xff)
configfile /grub4dos.lst || chainloader (0xff)
map --unmap=0:0xff

title YENIDEN BASLAT
#savedefault --wait=2
reboot
[/codebox] Edited by wildly
Link to comment
Share on other sites

[codebox]color black/cyan yellow/cyan
timeout 10
default /default

#use the following for reference, uncomment(#) and change as needed

#title Start Vista, find and load bootmgr
#find --set-root /bootmgr
#chainloader /bootmgr

#title find and boot Linux with menu.lst already installed
#find --set-root /sbin/init
#configfile /boot/grub/menu.lst

#title SystemRescueCd-0.4.x from hard-disk
#root (hd0,0)
#kernel /rescuecd init=/linuxrc cdroot=/dev/sda1 setkmap=us
#initrd /rescuecd.igz

#title Puppy Linux on HD0
#root (hd0,0)
#kernel /puppy/vmlinuz root=/dev/rd/0 pmedia=usbflash
#initrd /puppy/initrd.gz


#title Start Recovery Console of Windows NT/2K/XP
#find --set-root /cmldr
#chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
### step 1. Write 4 chars "cmdc" at 0000:7C03
#write 0x7C03 0x63646D63
### step 2. Write 3 chars "ons" and an ending null at 0000:7C07
#write 0x7C07 0x00736E6F

#title Start Acronis True Image/Disk Director from ISO loaded in memory
#map --mem (hd0,0)/acronismedia.iso (hd32)
#map --hook
#chainloader (hd32)

#title Start Acronis True Image/Disk Director from ISO
##ISO file must be contiguous on disk in this case, use Sysinternals contig.exe
#map (hd0,0)/acronismedia.iso (hd32)
#map --hook
#chainloader (hd32)

#title Start MemTest from floppy image on second hard disk/third partition
##image file can be gzipped, i.e. memtest.img.gz
#map --mem (hd1,2)/memtest.img (fd0)
#map --hook
#chainloader (fd0)+1
#rootnoverify (fd0)

#title Chainload the bootsector at third partition, fifth hard disk
#chainloader (hd4,2)+1

#title Start Windows XP if it's on second hard disk
##ntldr/ntdetect.com won't start if are not on first disk, first active partition, thus the mapping
#map (hd1) (hd0)
#map --hook
#rootnoverify (hd0,0)
#chainloader /ntldr

#title find and load IO.SYS of Windows 9x/Me/DOS
#find --set-root /io.sys
#chainloader /io.sys

title Sistemi Diskten Baslat \n Ikinci harddiskten onyukleme yapar...
# -> Root birinci disk ise ve ikinci disk var ise birinci disk ile ikinci diski yer değiştirir...
if %@root:~1,3%==hd0 && geometry (hd1) && map --unhook && map (hd0) (hd1) && map (hd1) (hd0) && map --hook
# -> Birinci diskteki önyükleme bilgisiyle önyükleme yapar || başarısız olur ise root olarak tanımlanmış sürücüden önyükleme yapar
chainloader (hd0)+1 || chainloader ()+1
# -> Önyükleme işlemini başlatır.
boot


title EXPERIMENTAL - Start PLoP boot manager\nYou may want to try it if your computer boots from USB slowly.\nOnce booted,select USB from its menu to load USB 2.0 drivers.\nPlease report any issues to its author at www.plop.at
ls /usbdrive.tag || find --set-root --ignore-cd /usbdrive.tag
kernel /plpbt.bin


title WINDOWS 7 TUM SURUMLER SUBAT 2012
map --unmap=0:0xff
map --unhook
root (hd0,0)
chainloader /bootmgr

title WINDOWS XP SP3 KURULUM
map --unmap=0:0xff
map --unhook
savedefault
ls /usbdrive.tag || find --set-root --ignore-cd /usbdrive.tag
configfile /winsetup.lst

title PASSWORD RECOVERY
map --unmap=0:0xff
map --unhook
root (hd0,0)
map /elcomsoft_esr_v300b466_pro.iso (0xff) || map --mem /elcomsoft_esr_v300b466_pro.iso (0xff)
map --hook
root (0xff)
configfile /grub4dos.lst || chainloader (0xff)
map --unmap=0:0xff

title ACRONIS TRUE IMAGE 2012
map --unmap=0:0xff
map --unhook
root (hd0,0)
map /ATIBootCD_PP_2012_6154.iso (0xff) || map --mem /ATIBootCD_PP_2012_6154.iso (0xff)
map --hook
root (0xff)
configfile /grub4dos.lst || chainloader (0xff)
map --unmap=0:0xff

title ACRONIS DISK DIRECTOR
map --unmap=0:0xff
map --unhook
root (hd0,0)
map /Acronis2343Disck.Director.iso (0xff) || map --mem /Acronis2343Disck.Director.iso (0xff)
map --hook
root (0xff)
configfile /grub4dos.lst || chainloader (0xff)
map --unmap=0:0xff

title BULE XP
map --unmap=0:0xff
map --unhook
root (hd0,0)
map /BlueXPE.iso (0xff) || map --mem /BlueXPE.iso (0xff)
map --hook
root (0xff)
configfile /grub4dos.lst || chainloader (0xff)
map --unmap=0:0xff

title YENIDEN BASLAT
#savedefault --wait=2
reboot[/codebox]

Link to comment
Share on other sites

Kullandığın grub4dos versiyonu çok eski olabilir! Aşağıdaki konunun ikinci mesajındaki grub4dos paketiyle deneyebilirmisin?
Onda sorun çıkmaz ise, senin grub4dos kodlarını ilgili USBMENU.LST dosyasına entegre edebilirsin...

Link to comment
Share on other sites

[quote name='blue_life' date='05 March 2012 - 20:41 ' timestamp='1330972898' post='1165488']
Kullandığın grub4dos versiyonu çok eski olabilir! Aşağıdaki konunun ikinci mesajındaki grub4dos paketiyle deneyebilirmisin?
Onda sorun çıkmaz ise, senin grub4dos kodlarını ilgili USBMENU.LST dosyasına entegre edebilirsin...
[/quote]


Sanırım linkler çıkmamış

Link to comment
Share on other sites

@wildly

Kusura bakam. :)

Aşağıdaki konunun ikinci mesajındaki, usb paketinde bulunan grub4dos versiyonu güncelledir.
[color="#0000FF"][u]http://www.tnctr.com/index.php?showtopic=100852[/u][/color]

Ayrıca güncel grub4dos versiyonlarına ulaşmak için aşağıdaki linki kullanabilirsin...
[color="#0000FF"][u]http://code.google.com/p/grub4dos-chenall/downloads/list[/u][/color]

Edited by blue_life
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...