My GRUB boot USB drive can boot in USB-HDD mode, but when booting in USB-ZIP mode, it freezes at the GRUB prompt. My motherboard supports USB-ZIP mode boot.
May I ask experts what the reason is? Thanks!
Attachment:
CONTENT OF AUTOEXEC.BAT FILE:
grub --config-file=(fd0)/menu.lst
CONTENT OF MENU.LST AUTOEXEC.BAT FILE:
splashimage (fd0)/boot/grub/bj2008.xpm.gz
fontfile (fd0)/boot/grub/fonts
timeout 10
default 0
title Boot Mini WIN-PE
chainloader (fd0)/peldr
boot
title Boot Fault Recovery Console
chainloader (fd0)/setupldr.001
boot
title Boot mini98
kernel (fd0)/boot/grub/memdisk.gz
initrd (fd0)/boot/grub/mini98.gz
title Boot矮人DOS Toolkit V5.0
kernel (fd0)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy
initrd (fd0)/boot/grub/ar5.zip c=160 h=2 s=36 floppy
title Boot MaxDOS Toolkit V5.7S
kernel (fd0)/boot/grub/memdisk.gz c=274 h=2 s=18 floppy
initrd (fd0)/boot/grub/System.zip c=274 h=2 s=18 floppy
title Boot KV2006 DOS Antivirus Companion
kernel (fd0)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy
initrd (fd0)/boot/grub/kv2005.ima c=160 h=2 s=36 floppy
title Clear CMOS Password
kernel (fd0)/boot/grub/memdisk.gz
initrd (fd0)/boot/grub/icmos.ima
title Boot Operating System from Local Hard Drive
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader (hd1,0)+1
boot
title Restart Computer
reboot
title Shutdown Computer
halt
May I ask experts what the reason is? Thanks!
Attachment:
CONTENT OF AUTOEXEC.BAT FILE:
grub --config-file=(fd0)/menu.lst
CONTENT OF MENU.LST AUTOEXEC.BAT FILE:
splashimage (fd0)/boot/grub/bj2008.xpm.gz
fontfile (fd0)/boot/grub/fonts
timeout 10
default 0
title Boot Mini WIN-PE
chainloader (fd0)/peldr
boot
title Boot Fault Recovery Console
chainloader (fd0)/setupldr.001
boot
title Boot mini98
kernel (fd0)/boot/grub/memdisk.gz
initrd (fd0)/boot/grub/mini98.gz
title Boot矮人DOS Toolkit V5.0
kernel (fd0)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy
initrd (fd0)/boot/grub/ar5.zip c=160 h=2 s=36 floppy
title Boot MaxDOS Toolkit V5.7S
kernel (fd0)/boot/grub/memdisk.gz c=274 h=2 s=18 floppy
initrd (fd0)/boot/grub/System.zip c=274 h=2 s=18 floppy
title Boot KV2006 DOS Antivirus Companion
kernel (fd0)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy
initrd (fd0)/boot/grub/kv2005.ima c=160 h=2 s=36 floppy
title Clear CMOS Password
kernel (fd0)/boot/grub/memdisk.gz
initrd (fd0)/boot/grub/icmos.ima
title Boot Operating System from Local Hard Drive
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader (hd1,0)+1
boot
title Restart Computer
reboot
title Shutdown Computer
halt
