Help - Search - Members - Calendar
Full Version: MultiBoot from USB
MSFN Forums > Unattended Windows Discussion & Support > Multi-Boot CD/DVDs

   


Google Internet Forums Unattended CD/DVD Guide
roeyhaim
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.gz
foreground 13c416
background f40404
timeout 80
default /default

title Start XP Pro
map (hd0,0)/XP-Pro.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot

title Start Paragon Partition Manager 2009
map (hd0,0)/paragon.iso (hd32)
map --hook
chainloader (hd32)

title Ubuntu8
map (hd0,0)/ubuntu8.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot

title UBCD
map (hd0,0)/ubcd.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot

The UBUNTU8 dont work but the UBCD work
jaclaz
  1. that is NOT GRUB, it's grub4dos
  2. not "any" iso works with mapping to (0xff) or (hd32)


See here for what is working:
http://www.boot-land.net/forums/index.php?showforum=66
http://www.boot-land.net/forums/index.php?showtopic=5041

Cannot say about Ubuntu "8", 9.04 has been reported to be working:
http://www.boot-land.net/forums/index.php?...=5041&st=20


This WON'T work, unless it is a RAMDISK build:
CODE
title Start XP Pro
map (hd0,0)/XP-Pro.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot


You 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
QUOTE (roeyhaim @ Aug 27 2009, 02:57 AM) *
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
QUOTE (pokemon1 @ Aug 27 2009, 03:43 PM) *
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.

thumbup.gif

Some reference:

http://diddy.boot-land.net/grub4dos/Grub4dos.htm
http://diddy.boot-land.net/grub4dos/files/map.htm
QUOTE
There 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 --mem

i.e. Direct mapping:
http://diddy.boot-land.net/grub4dos/files/map.htm#direct

vs. memory mapping or "indirect" mapping:
http://diddy.boot-land.net/grub4dos/files/map.htm#indirect

jaclaz
pokemon1
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
jaclaz
QUOTE (pokemon1 @ Aug 28 2009, 07:52 AM) *
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. smile.gif
Doubtful whether it will actually "help". unsure.gif ph34r.gif
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/220543

The point I try to raise is WHAT woot.gif is a "real" situation where the command is useful/used?

jaclaz




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.