Jump to content











Photo

Grub4DOS + Hiren's problem...


  • Please log in to reply
7 replies to this topic

#1 eskro

eskro

    Newbie


  • Members
  • 26 posts
  •  
    Canada

Posted 02 July 2010 - 01:21 PM

Hello guys!
thanx for helping me :cheers:
i have a problem...

i added Hiren's to Grub4DOS and it launches no problem...

but the thing is, when i select MiNiXP, well it works but

once it loaded, when i double click on the HBCD MENU shortcut,

well nothing happens...

My cursor shows it loading something but only for a split second

and vanishes... so HBCD MENU doesnt launch...

how can i fix this?

thanx alot guys!! :cheers:

#2 Icecube

Icecube

    Gold Member


  • Team Reboot
  • 1063 posts
  •  
    Belgium

Posted 02 July 2010 - 01:23 PM

how can i fix this?

Don't use warez.

#3 eskro

eskro

    Newbie


  • Members
  • 26 posts
  •  
    Canada

Posted 02 July 2010 - 01:27 PM

which PE can u recommand me,, as super fast one ?


thx

#4 mjb

mjb

    Newbie


  • Members
  • 14 posts
  •  
    Malaysia

Posted 03 July 2010 - 12:04 PM

Hi, I'm very sure that you must be using Hiren's Boot CD 10.4.
That version's HBCD Menu is defect in design.

Hiren's Boot CD 10.5 has already solved this problems. Use the latest version.

If this still won't solve, it must be you have add the Content of Hiren's Boot CD wrongly.
Then, tell me what have you done and how do you boot Hiren with Grub4Dos.

#5 Wonko the Sane

Wonko the Sane

    The Finder


  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 03 July 2010 - 12:38 PM

Hiren's Boot CD 10.5 has already solved this problems. Use the latest version.


Version 10.6 will probably be even better, but it also probably continue to be WAREZ. :unsure:

Wonko

#6 eskro

eskro

    Newbie


  • Members
  • 26 posts
  •  
    Canada

Posted 03 July 2010 - 09:12 PM

Hi, I'm very sure that you must be using Hiren's Boot CD 10.4.
That version's HBCD Menu is defect in design.

Hiren's Boot CD 10.5 has already solved this problems. Use the latest version.

If this still won't solve, it must be you have add the Content of Hiren's Boot CD wrongly.
Then, tell me what have you done and how do you boot Hiren with Grub4Dos.


well ive downloaded Hiren's BOOTCD 10.5

and added it as a Grub4DOS menu item...

then when i run it, it launches no problem!

its just that HBCD MENU that wont open when i double click on it,,,,

i'll try with hiren 10.6

#7 mjb

mjb

    Newbie


  • Members
  • 14 posts
  •  
    Malaysia

Posted 04 July 2010 - 08:13 AM

well ive downloaded Hiren's BOOTCD 10.5
and added it as a Grub4DOS menu item...
then when i run it, it launches no problem!
its just that HBCD MENU that wont open when i double click on it,,,,
i'll try with hiren 10.6


you may try to do this:

Go to Hiren's CD, copy the folder HBCD into root directory of where you install grub4dos.

Edit menu.lst from the root directory of where you install grub4dos.

Add in these lines (If you're lazy edit the menu.lst, just copy menu.lst from HBCD folder in Hiren's CD into root directory of where you install grub4dos. You may also need to copy the file grldr(in HBCD folder) too if it is not exist in the root directory of where you install grub4dos):
title Mini Windows Xp

find --set-root /HBCD/XPLOADER.BIN

chainloader /HBCD/XPLOADER.BIN

Now, you should be able to launch HBCD Menu within Mini Windows XP.

Besides Mini Windows XP, you may add in other applications included in Hiren's Boot CD into menu.lst:

title Boot from Hard Drive\n

rootnoverify (hd0,0)

chainloader (hd0,0)+1



title Dos Programs\nRun Dos Programs

find --set-root /HBCD/boot.gz

kernel /HBCD/memdisk

initrd /HBCD/boot.gz



title Mini Linux\nRecovery Is Possible Linux

find --set-root /HBCD/riplinux.gz

kernel /HBCD/linux xlogin keymap=us xkeymap=us root=/dev/ram0 rw vga=normal

initrd /HBCD/riplinux.gz



title Darik's Boot and Nuke\nHard Disk Eraser

find --set-root /HBCD/dban.gz

kernel /HBCD/memdisk

initrd /HBCD/dban.gz



title Kon-Boot\nWindows (any/blank password) and Linux (kon-usr) Login Without a Password

find --set-root /HBCD/konboot.gz

kernel /HBCD/memdisk

initrd /HBCD/konboot.gz



title Offline NT/2000/XP/Vista/7 Password Changer\nWindows Password Reset

find --set-root /HBCD/chntpw.gz

kernel /HBCD/linux vga=1

initrd /HBCD/chntpw.gz



title Smart Boot Manager 3.7.1\n

find --set-root /HBCD/smartbm.gz

kernel /HBCD/memdisk

initrd /HBCD/smartbm.gz



title Windows Memory Diagnostic\n

find --set-root /HBCD/memtest.gz

kernel /HBCD/memdisk

initrd /HBCD/memtest.gz



title Boot from Hard Drive - Windows XP (NTLDR)

find --set-root --ignore-floppies --ignore-cd /ntldr

map () (hd0)

map (hd0) ()

map --rehook

find --set-root --ignore-floppies --ignore-cd /ntldr

chainloader /ntldr

savedefault --wait=2



title Boot from Hard Drive - Windows Vista/7 (BOOTMGR)

find --set-root --ignore-floppies --ignore-cd /bootmgr

map () (hd0)

map (hd0) ()

map --rehook

find --set-root --ignore-floppies --ignore-cd /bootmgr

chainloader /bootmgr

savedefault --wait=2



title Fix "NTLDR is Missing"

find --set-root /HBCD/ntldr.gz

kernel /HBCD/memdisk

initrd /HBCD/ntldr.gz



title Dos Programs (Alternative Boot Method)\nUsing Grub4Dos map

find --set-root /HBCD/boot.gz

map --mem /HBCD/boot.gz (fd0)

map --hook

chainloader (fd0)+1

rootnoverify (fd0)

map --floppies=1

boot



title Linux Console\nRecovery Is Possible Linux

find --set-root /HBCD/riplinux.gz

kernel /HBCD/linux root=/dev/ram0 rw vga=normal

initrd /HBCD/riplinux.gz



title Chainload isolinux.bin\n

find --set-root /HBCD/isolinux.bin

chainloader /HBCD/isolinux.bin

a fast and easy way to install grub4dos: http://www.pendrivel...-multiboot-usb/

#8 lawtill

lawtill

    Newbie


  • Members
  • 13 posts

Posted 04 July 2010 - 08:14 AM

i found this post might help
http://www.mediafire...1390143435ec59c
  • hddrrr likes this




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users