I am having trouble getting 3.2 to boot with grub4dos
I have a working 3.0 using this
Code:
title Parted Magic 3.0
find --set-root /boot/images/pmagic-svn.iso
map /boot/images/pmagic-svn.iso (hd32)
map --hook
root (hd32)
kernel (hd32)/pmagic/bzImage noapic root=/dev/ram0 init=/linuxrc keymap=us livecd vga=791 sleep=0 ramdisk_size=25000 noeject iso_location=/boot/images/pmagic-svn.iso
initrd (hd32)/pmagic/initrd
So I downloaded 3.2 and used this code
Code:
title Parted Magic 3.2
find --set-root /boot/images/pmagic-3.2.iso
map /boot/images/pmagic-3.2.iso (hd32)
map --hook
root (hd32)
kernel (hd32)/pmagic/bzImage noapic root=/dev/ram0 init=/linuxrc keymap=us livecd vga=791 sleep=0 ramdisk_size=25000 noeject iso_location=/boot/images/pmagic-3.2.iso
initrd (hd32)/pmagic/initrd
I can boot up and it will scan through usb, firewire, pcmcia etc, and right at the point where the Black X mouse cursor shows up I get a black screen and only the black X mouse cursor and it hangs.
So far I have tried these isos
pmagic-grub4dos-3.2.iso
pmagic-3.2.iso
And I am using grub4dos v0.4.4 2008-11-19
Dennis