Avast WEBforum

Consumer Products => Avast Free Antivirus / Premium Security (legacy Pro Antivirus, Internet Security, Premier) => Rescue Disc => Topic started by: Lisandro on June 04, 2010, 04:48:39 PM

Title: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 04, 2010, 04:48:39 PM
Here is explained how to boot from an ISO using the USB drive.
http://www.pendrivelinux.com/boot-multiple-iso-from-usb-multiboot-usb/

I've tried without success to add BART CD.
I've tested the following boot menu entries:

Code: [Select]
Title Bart CD
find --set-root /bart.iso
map /bart.iso (hd32)
map --hook
chainloader (hd32)

Can anybody follow me in these tests?
Any suggestions for the boot entries?
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 04, 2010, 07:14:21 PM
Hello tech,

I have tried this pendrivelinux method of booting any linux iso and it has failed in my system. It simply doesn't work. But, their universal usb installer works fine.

Try unetbootin (http://unetbootin.sf.net) tech. lmk what happened..

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 04, 2010, 07:19:50 PM
The "problem" is that unetbootin allows only one ISO to boot, i.e., to be "installed" in the usb drive.
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 04, 2010, 07:26:17 PM
Oki tech,

I'm checking out multiboot by pendrivelinux. Gimme a few moments. I dont have bart cd iso.

will be back.

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 04, 2010, 07:30:24 PM
I dont have bart cd iso.
I can't give you my license ;D
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 04, 2010, 08:03:49 PM
Oki anyways,

I tried it and was successful. The boot commands you can see in the menu.lst file created by the multiboot installer are different for different linux oses and also for windows type boot cds. eg : look for ultimate boot cd commands and other linux oses.

According to what I know, may be wrong, avast bart cd boots similar to windows cds. Idk. But I have assumed. Because it is based on win pe environment.

Now,

I had the windows 7 rescue disk : which you can find on bob's software list.

I just did this:

1. format the usb to fat32.
2. copy windows rescue disk to usb.
3. renamed it to winrd.iso (there should be no spaces in the name of the file- to be safe.)
4. opened MultiBootISOs-v1.4.5.exe by pendrive linux and followed the instructions, I mean i selected my pen drive and it copied a few files.
    Now is the harder one, or rather easier one.
6. opened the menu.lst file using notepad++ and entered the following code at the end of the file :

Quote
title windows rescue disk
find --set-root /winrd.iso
map /winrd.iso (hd32)
map --hook
chainloader (hd32)


note : the file windows rescue disk was renamed to winrd.iso and it should be in the pendirve. I mean, if your pen dirve is h: , the file should be in h:\ not inside other folder.

lmk what happened.

nmb

EDIT : But as I can see, you have already tried this stuff, So without bart cd iso, I can't help. But let me try, what error do you get?
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 04, 2010, 08:27:29 PM
Off topic, as the main chain is the BART CD, but anyway.
I've tested that. I could boot Windows Rescue CD. But it did not find my Windows installation... What's wrong?
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 04, 2010, 08:31:44 PM
Off topic, as the main chain is the BART CD, but anyway.
I've tested that. I could boot Windows Rescue CD. But it did not find my Windows installation... What's wrong?

hey tech,

list the tree of bart iso.

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 04, 2010, 08:33:28 PM
list the tree of bart iso.
I don't have it...
This is what I'm trying to find out.
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 04, 2010, 08:35:53 PM
I mean to say,

open the bart cd iso in any archiving software and list all the files in it. do not list all files. only the files in parent directory or a screen shot of it.

Also what error do you get while trying to load bart iso?

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 04, 2010, 08:45:04 PM
 :)
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 04, 2010, 08:47:26 PM
Before you ask, the "BOOT" folder...
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 04, 2010, 08:49:46 PM
It is similar to win rescue disk. Idk what is the problem.

you forgot to answer this : what is the error you get when you try to boot from bart.iso ? - last hope?

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 04, 2010, 09:08:38 PM
you forgot to answer this : what is the error you get when you try to boot from bart.iso ? - last hope?
It does not boot, got just a black screen...
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 05, 2010, 09:44:50 AM
Sorry tech,

I couldn't find a solution. Without the iso, I can't do anything (I am not asking you to give your bart cd license).

I use truecrypt and so the windows rescue disk can't find my windows installation even if I use it on cd. Don't know what is the problem with the usb boot. May be because the usb is set as the primary partition by multibootiso.exe and hence it searches for windows installation in usb, and can't find it.

Nothing much hope left on my side. May be someone else could shed some light.

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 05, 2010, 02:19:34 PM
I couldn't find a solution. Without the iso, I can't do anything (I am not asking you to give your bart cd license).
I know. I understand.

I use truecrypt and so the windows rescue disk can't find my windows installation even if I use it on cd. Don't know what is the problem with the usb boot. May be because the usb is set as the primary partition by multibootiso.exe and hence it searches for windows installation in usb, and can't find it.
1. Do you use Truecrypt in the whole partition, I mean, the system partition is encrypted? Of course, the CD won't find it.
2. The repair only checking the first disk (USB) could be the reason. I know it finds other partitions in the same disk (not sure it finds other disks).
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 05, 2010, 04:17:15 PM
1. Do you use Truecrypt in the whole partition, I mean, the system partition is encrypted? Of course, the CD won't find it.
2. The repair only checking the first disk (USB) could be the reason. I know it finds other partitions in the same disk (not sure it finds other disks).

1. Yes, I use truecrypt for whole system partition ie., c: drive. Hence CD won't find it.
2. Hmmm, I have the slightest idea.

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 05, 2010, 04:34:17 PM
I'm on the following error... Trying to troubleshoot...
Some Machiavellian idea is coming to me that IF I found a solution to put BART CD on an USB drive I won't be allowed to publish ;D
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 05, 2010, 04:42:03 PM
One step forward...
Now it's being blocked after the Windows files are loaded. The system just reboots... :'(
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 05, 2010, 06:01:10 PM
Tech,

Are you trying it on vmware?

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 05, 2010, 08:29:59 PM
Tech,

Are you trying it on vmware?

nmb
I was trying in VirtualBox, but booting the USB was giving the same result.
UNetbootin also fails... It get a continuous loop.
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: nmb on June 05, 2010, 08:37:24 PM
Tech,

Try it on your real machine buddy. What do you see? - I'm serious, give it a try.

nmb
Title: Re: Boot BART CD from the iso file in a USB drive
Post by: Lisandro on June 05, 2010, 10:30:51 PM
Tech,

Try it on your real machine buddy. What do you see? - I'm serious, give it a try.

nmb
Next boot ;D