roeyhaim Posted August 27, 2009 Posted August 27, 2009 Hello everyone.I format my usb stick to be GRUB bootable.I try to run some bootable ISO images.some of the ISO's running good.the other give me the "ERROR 60: File for drive emulation must be in one contiguous disk area"someone can help me with that?here is my MENU.LST:splashimage (hd0,0)/BOOT/logo.xpm.gzforeground 13c416background f40404timeout 80default /defaulttitle Start XP Promap (hd0,0)/XP-Pro.iso (hd32)map --hookroot (hd32)chainloader (hd32)boottitle Start Paragon Partition Manager 2009map (hd0,0)/paragon.iso (hd32)map --hookchainloader (hd32)title Ubuntu8map (hd0,0)/ubuntu8.iso (hd32)map --hookroot (hd32)chainloader (hd32)boottitle UBCDmap (hd0,0)/ubcd.iso (hd32)map --hookroot (hd32)chainloader (hd32)bootThe UBUNTU8 dont work but the UBCD work
jaclaz Posted August 27, 2009 Posted August 27, 2009 that is NOT GRUB, it's grub4dosnot "any" iso works with mapping to (0xff) or (hd32)See here for what is working:http://www.boot-land.net/forums/index.php?showforum=66http://www.boot-land.net/forums/index.php?showtopic=5041Cannot say about Ubuntu "8", 9.04 has been reported to be working:http://www.boot-land.net/forums/index.php?...=5041&st=20This WON'T work, unless it is a RAMDISK build:title Start XP Promap (hd0,0)/XP-Pro.iso (hd32)map --hookroot (hd32)chainloader (hd32)bootYou DO NOT need to add the command "boot" as last item in a menu.lst entry, it is implied (but needed when using command line).jaclaz
pokemon1 Posted August 27, 2009 Posted August 27, 2009 the other give me the "ERROR 60: File for drive emulation must be in one contiguous disk area"Try to defrag the iso file that is returning 'Error 60' with 'WinContig' (http://wincontig.mdtzone.it/index_EN.htm) and report if this is working. It may help you partially atleast to resolve the error 60 issue.Regards,Pokemon
jaclaz Posted August 27, 2009 Posted August 27, 2009 Try to defrag the iso file that is returning 'Error 60' with 'WinContig' (http://wincontig.mdtzone.it/index_EN.htm) and report if this is working. It may help you partially atleast to resolve the error 60 issue. Some reference:http://diddy.boot-land.net/grub4dos/Grub4dos.htmhttp://diddy.boot-land.net/grub4dos/files/map.htmThere are two distinct types of mapping, direct and memory. Direct mapping is generally used for larger images/devices. If using direct mapping to create a virtual device from a disk image, then the image file must be contiguous (not fragmented). Either of the following programs can be used to defragment a file that is not contiguous - contig or wincontig. Attempting to directly map a non-contiguous file will result in Error 60: File for drive emulation must be in one contiguous disk area , in which case memory mapping or defragmenting the file, and then retrying, should be attempted....or use map --memi.e. Direct mapping:http://diddy.boot-land.net/grub4dos/files/map.htm#directvs. memory mapping or "indirect" mapping:http://diddy.boot-land.net/grub4dos/files/map.htm#indirectjaclaz
pokemon1 Posted August 28, 2009 Posted August 28, 2009 (edited) Jaclaz, thanks for the details on direct/ memory mapping.little offtopic, sorry for intruding roeyhaim.Jaclaz, not sure about others, but I was expecting that you would be able to help answering my query here <http://www.boot-land.net/forums/index.php?showtopic=8787> on 'Halt' command in Grub4DOS. Nobody replied hence thought it is very trivial or no-one else has experienced this problem. Closed the topic however if you can help?Thanks,Pokemon Edited August 28, 2009 by pokemon1
jaclaz Posted August 28, 2009 Posted August 28, 2009 Jaclaz, not sure about others, but I was expecting that you would be able to help answering my query here <http://www.boot-land.net/forums/index.php?showtopic=8787> on 'Halt' command in Grub4DOS. Nobody replied hence thought it is very trivial or no-one else has experienced this problem.Replied there. Doubtful whether it will actually "help". My personal theory is that noone ever used that command in the last, say, 10 years, or the very few that actually did did not bother to post anything about their experience, exception made for this:https://bugs.launchpad.net/ubuntu/+source/grub/+bug/220543The point I try to raise is WHAT is a "real" situation where the command is useful/used? jaclaz
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now