Jump to content

hA1d3R

Active Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by hA1d3R

  1. I am using the following config in the Menu.lst

    title Install Windows 7

    root (hd0,0)

    chainloader (hd0,0)/bootmgr

    It sucessfully boots Win7 installation or system repair disc but the recovery options after booting does not work .

    If there is bcd error in my Win7 installation and i try to repair it with system repair disc , i get the following errors:

    - automated recovery - failed to save startup options

    - manual using command prompt:

    bootrec /rebuildbcd - The system cannot find the device specified . This command completes successfully only when booting with the CD.

    bootrec /everythingelse - completes successfully

    Q . Any other options apart from this for integration win7 with Grud4dos?

    Q. Any other tools that would do the same job?

  2. I have. No dice so far though.

    I've tried using the iso the floppy and the extracted iso but non have worked as of yet.

    EDIT: I have it working now.

    take a blank usb and install super grub disk to it using unetbootin and copy the files created in the blank usb drive and move them to a directory on the multipass usb and load using the following(adjusted for where you put it of course):

    title Super Grub Disk
    kernel /super-grub_root/ubnkern
    initrd /super-grub_root/ubninit

    you can use the grub floppy image

  3. Contiguous means all of the file's pieces are all together and not spread out in different locations. For smaller contiguous images like kon-boot they must be loaded into memory first with --mem before they are emulated. For the explanation of why XP iso won't work look back through this thread as I've explained it at least 2 or 3 times now...

    i read the threads and u wrote at least 3-4 times that xp,vista or erd isos cannot be booted directly but there was a menu.lst file with xp and vista iso images (not recovery)

  4. I tend to carry about a WD 320gb and 500gb My Passport with me in tool bag. I also tend to carry around about 10 different usb keys for various things. But as of today, I bought a 32gb usb at Frys for $60. I'm hoping to be able to eliminate the need for a majority of the smaller keys with this 32gb. I happen to have an 8gb that has an image put on to it that magically appeared from the "demon" that has TONS of tools that we listed here and many more. I'm in the process of taking what was shown in today's episode and what is on this image to be able to do a massive key with most of the general repair, recover, restore tools along with BT3 (persistent), BT4 (persistent), Mint7 (persistent and install), WinXP installer, Win7 32bit & 64bit installers, Server 2003 and 2008 installers.

    Just to give you guys an idea how this one was setup, here is the menu.lst from the image...

    splashimage /boot/face.gz

    timeout 30

    default 0

    what is contiguous iso?? how do u boot entire xp iso's??

  5. Use the Acronis rescue media builder to make an ISO. Use grub ISO emulation like this:

    title Acronis

    map --mem /Acronis.iso (hd32)

    map --hook

    chainloader (hd32)

    uptil now i havent been able to boot isos

    i am using grub4dos 4.4 with fat16 and also tried using (fat32) - which one is better for multiboot??

    i am able to BT4,HBCD,Konboot ,acronis hangs booting acronis media

    i am not able to boot iso's

    title Acronis

    map --mem /Acronis.iso (hd32)

    map --hook

    chainloader (hd32)

    title Acronis media

    find --set-root /acronis10.iso

    map /acronis10.iso (hd32)

    map --hook

    root (hd32)

    chainloader (hd32)

    title Super Grub Disk

    map --mem (pd)/sgd.iso (hd32)

    map --hook

    chainloader (hd32)

×
×
  • Create New...