Jump to content











Photo
- - - - -

Grub4Dos help


  • Please log in to reply
1 reply to this topic

#1 ccl

ccl

    Member

  • Members
  • 47 posts
  •  
    Malaysia

Posted 29 May 2012 - 08:54 AM

Dear Amalux,

Question 1:
LiveXP-Rec (LX.041412)
May i know why this below lines unable to function when i add in into menu.lst, I'm following your tutorial guide.

title Boot hard drive
rootnoverify (hd0,0)
hiddenflag (hd0,0) && rootnoverify (hd0,1)
chainloader +1


Question 2:
I not very understand about the Make_USB because last time i using gurbinst_gui.exe . Can i used the gurbinst_gui ?
Have any guide about using the Make_USB ?


Question 3:
I'm using Win7PE_SE (W7.041612), can i using this below lines at the menu.lst ?


title Win7PE_SE Rescue
find --set-root /XPE/Win7PE_x86.ISO
map /XPE/Win7PE_x86.ISO (0xff)
map --hook
root (0xff)
chainloader (0xff)

#2 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2813 posts
  •  
    United States

Posted 29 May 2012 - 03:32 PM

Dear Amalux,

Question 1:
LiveXP-Rec (LX.041412)
May i know why this below lines unable to function when i add in into menu.lst, I'm following your tutorial guide.

title Boot hard drive
rootnoverify (hd0,0)
hiddenflag (hd0,0) && rootnoverify (hd0,1)
chainloader +1

Hi ccl,

When you start a topic with Dear Amalux, you limit or deter possible input by others (who know more than me about the subject); just saying...

I guess that's not working because your hdd is setup differently (?) Try something like this for more flexibility:
title Boot Hard Drive (ntldr)

fallback 1

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 Hard Drive (bootmgr)

fallback 2

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


Question 2:
I not very understand about the Make_USB because last time i using gurbinst_gui.exe . Can i used the gurbinst_gui ?
Have any guide about using the Make_USB ?

Make_USB is part of wimb's U_XP_SET package, read about it here: http://reboot.pro/?showtopic=5306

It's a very nice tool for easy format and setup of USB/UFD drives; I find it works more often than other, similar tools.

I guess you mean grubinst_gui http://www.themudcra...is_grub4dos.php and yes, you can use any tool you want but if you're following a tutorial you should try it the way the tutorial directs you first to see if it works. Once you have success with the method as stated, feel free to experiment with other tools and methods.


Question 3:
I'm using Win7PE_SE (W7.041612), can i using this below lines at the menu.lst ?


title Win7PE_SE Rescue
find --set-root /XPE/Win7PE_x86.ISO
map /XPE/Win7PE_x86.ISO (0xff)
map --hook
root (0xff)
chainloader (0xff)

That looks right.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users