Hello dear guest!
Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.
How about joining our boot disk community? So do it. Life's short!
- You
get free access to our newsletter with all the interesting
buzz about boot disks
- We share publicity revenue with everyone who wishes to participate at the forums
- Publicity is never, never, never displayed to members (along with many other cool
things)
http://boot-land.net/register
2 Pages
1 2 >
|
 |
SOLVED: Adding Acronis-ISO (50MB!!) to Grub, grub4dos menu.lst entry |
|
|
|
May 19 2008, 01:54 PM
|
|
|
|
hello,
I also want to add the 50MB-Acronis-True-Image-ISO to my Vista-Multiboot-DVD.....
My question is: how could the ISO be bootet with grub? I know, that generally you cant boot ISO-Images with grub directly....
But it is a small ISO and I know that with the BCDW it works too ("run: acronis.iso")
It it possible?? Or is there any script to add the Acronis rescue medium to the grubs boot loader??
|
|
|
|
May 20 2008, 07:47 AM
|
|
|
Thanks, so in my "Create-ISO"-Script, I added the following lines: TXTAddLine,"%MenuFile%","map (hd0,1)/acronis.iso (hd32)","Append" TXTAddLine,"%MenuFile%","map --hook","Append" TXTAddLine,"%MenuFile%","chainloader (hd32)","Append" TXTAddLine,"%MenuFile%"," ","Append" Before this, I copied the ISO-File directly to "%TARGETDIR%" (Root-Folder of the CD) I think, that the HD0,0-Syntax in your link does only work, if the ISO is on my local HD, or not? But I think my syntax is not right.... the ISO does not boot...... error message: Selected disk does not exist! What would be the right syntax in the CREATE-ISO-Script to boot my file "acronis.iso" ??? QUOTE (jaclaz @ May 19 2008, 03:21 PM) 
|
|
|
|
May 20 2008, 02:09 PM
|
|
|

|
|
Joined: 14-July 06
From: Gone in the mist
Posts: 7,224
Thank(s): 547
 Italy

|
|
If it's in root of DVD, you can do it changing (hd0,1) with the DVD/CD (cd) device as: QUOTE map (cd)/acronis.iso (hd32) map --hook chainloader (hd32) or, more generally as : QUOTE find --set-root /acronis.iso map /acronis.iso (hd32) map --hook chainloader (hd32) (this latter needs to be tested)  jaclaz
--------------------
|
|
|
|
May 21 2008, 12:52 PM
|
|
|
QUOTE (jaclaz @ May 20 2008, 02:09 PM)  If it's in root of DVD, you can do it changing (hd0,1) with the DVD/CD (cd) device as: or, more generally as : (this latter needs to be tested)  jaclaz Ahm, no...... with this syntax I got the error I attached: TXTAddLine,"%MenuFile%","title iso boot","Append" TXTAddLine,"%MenuFile%","map --mem (cd0)/acronis.iso (hd32)","Append" TXTAddLine,"%MenuFile%","map --hook","Append" TXTAddLine,"%MenuFile%","chainloader (hd32)","Append" TXTAddLine,"%MenuFile%","boot","Append" also when writing hd0,0 instead of cd0 in line two, I got an error.....
|
|
|
|
May 21 2008, 02:03 PM
|
|
|

|
|
Joined: 14-July 06
From: Gone in the mist
Posts: 7,224
Thank(s): 547
 Italy

|
|
Well, maybe it does not work, but I suggested you QUOTE (cd) and you used: QUOTE (cd0)  More generarally BEFORE attempting scripting a menu entry, one should try making it manually, and BEFORE that, one should see by using direct grub4dos commands if the idea and references to devices (using grub4dos auto-completion features) are correct. Read these: http://www.boot-land.net/forums/?showtopic=715http://www.boot-land.net/forums/?showtopic=3833to have an idea how grub4dos command line mode can be useful. jaclaz
--------------------
|
|
|
|
May 24 2008, 04:56 AM
|
|
|
Thanks, but with TXTAddLine,"%MenuFile%","title Acronis","Append" TXTAddLine,"%MenuFile%","map --mem (cd)/acronis.iso (hd32)","Append" TXTAddLine,"%MenuFile%","map --hook","Append" TXTAddLine,"%MenuFile%","chainloader (hd32)","Append" TXTAddLine,"%MenuFile%","boot","Append" I get the attached error message...........
|
|
|
|
May 26 2008, 07:12 AM
|
|
|
|
Oh, thanks........ but how do I integrate the new grub-version to the winbuilder's script?
Do I just have to replace the two files "memtest.bin" and "grldr" in the attachement of the "create-iso-script" ???
|
|
|
|
May 26 2008, 07:21 AM
|
|
|
QUOTE (st-dv @ May 26 2008, 07:12 AM)  Oh, thanks........ but how do I integrate the new grub-version to the winbuilder's script?
Do I just have to replace the two files "memtest.bin" and "grldr" in the attachement of the "create-iso-script" ??? Okay, thank you very very much........... I just replaced the file "grldr" as attachement.......... and with version 2008 the booting of the acronis-iso worked fine..... Thanks a lot....... st-dv
|
|
|
|
2 Pages
1 2 >
|
 |
3 User(s) are reading this topic ()
|
|