Since I started using GRLDR 0.95 in 2005, there has been no update until now. Now I've started researching GRUB again because I need to use large-capacity IMG files, so I've had many problems these days and have been struggling for a few days. Tonight I finally successfully solved this problem perfectly. Therefore, I would like to ask Master Budian!
If GRLDR is version 0.95, the following script can boot the standard IMG:
title Run Ghost
password --md5 $1$xpH$dgNZf0p5KCySzw.Aaz//d1
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/boot.img
But for non-standard format large-capacity IMG, the above script can't boot. The following script also doesn't work.
Is it that GRLDR 0.95 doesn't support non-standard format IMG?
title memdrive duplicated from floppy image file (hd0,0)/sbm.bin
map --mem (hd0,0)/boot/grub/boot.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault --wait=2
Continue, I can successfully run with GRLDR in grub4dos-0.4.3-2007-12-25, but I must use the above writing method script, that is
title memdrive duplicated from floppy image file (hd0,0)/sbm.bin
map --mem (hd0,0)/boot/grub/boot.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault --wait=2
This can successfully run non-standard large-capacity IMG.
But the following writing method, with GRLDR in grub4dos-0.4.3-2007-12-25, still can't boot large-capacity non-standard format IMG...
title Run Ghost
password --md5 $1$xpH$dgNZf0p5KCySzw.Aaz//d1
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/boot.img
Is it that the current GRLDR doesn't support the above script writing method to boot non-standard IMG or what's the reason? I have been used to the above writing method and didn't pay attention to the new version's writing method, so it has troubled me for three days, changed many IMG files, still no good. Until now I just noticed that the script writing method is different. But with the above writing method, the new version of GRLDR can successfully boot the standard IMG format file. If it doesn't support, why doesn't the GRUB instruction document explain it? Please instruct...
If GRLDR is version 0.95, the following script can boot the standard IMG:
title Run Ghost
password --md5 $1$xpH$dgNZf0p5KCySzw.Aaz//d1
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/boot.img
But for non-standard format large-capacity IMG, the above script can't boot. The following script also doesn't work.
Is it that GRLDR 0.95 doesn't support non-standard format IMG?
title memdrive duplicated from floppy image file (hd0,0)/sbm.bin
map --mem (hd0,0)/boot/grub/boot.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault --wait=2
Continue, I can successfully run with GRLDR in grub4dos-0.4.3-2007-12-25, but I must use the above writing method script, that is
title memdrive duplicated from floppy image file (hd0,0)/sbm.bin
map --mem (hd0,0)/boot/grub/boot.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault --wait=2
This can successfully run non-standard large-capacity IMG.
But the following writing method, with GRLDR in grub4dos-0.4.3-2007-12-25, still can't boot large-capacity non-standard format IMG...
title Run Ghost
password --md5 $1$xpH$dgNZf0p5KCySzw.Aaz//d1
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/boot.img
Is it that the current GRLDR doesn't support the above script writing method to boot non-standard IMG or what's the reason? I have been used to the above writing method and didn't pay attention to the new version's writing method, so it has troubled me for three days, changed many IMG files, still no good. Until now I just noticed that the script writing method is different. But with the above writing method, the new version of GRLDR can successfully boot the standard IMG format file. If it doesn't support, why doesn't the GRUB instruction document explain it? Please instruct...
