CODE
timeout 30
color light-cyan/cyan light-cyan/blue
color=white/blue
title MSDOS with Boot Tools
unhide (hd0,0)
hide (hd0,1)
hide (hd0,3)
rootnoverify (hd0,0)
chainloader +1
makeactive
boot
title PCLInuxOS 2007 fastload
kernel (hd0,1)/isolinux/vmlinuz fromusb vga=788
initrd (hd0,1)/isolinux/initrd.gz
title PCLinuxOS 2007 with GUI
root (hd0,1)
kernel /isolinux/vmlinuz bootfrom=/dev/sda2 root=/dev/rd/3 acpi=on vga=788 keyb=us splash=silent fstab=rw,noauto
initrd /isolinux/initrd.gz
boot
title WinXP SP2 Install
hide (hd0,0)
hide (hd0,1)
unhide (hd0,3)
rootnoverify (hd0,3)
chainloader /i386/setupldr.bin
makeactive
boot
title Reboot
unhide (hd0,0)
unhide (hd0,1)
unhide (hd0,3)
reboot
i just want to start the normal install just like i would insert the disc into the drive . can i use something with to run with grub and the chainloader ?
or to launch DOS and make an autoexec with smartdrv and automatically launch winnt.exe if something else is not possible ?
QUOTE
Why do you use 3 partitions?
Because I need it to load with grub .. i have found this solution here , on msfn.
QUOTE
Which tools did you use to partition the stick and format it?
I used Partition Magic 8 and Acronis Disk Director Suite v10
QUOTE
Which of the three partitions is active?
Well , the first one .. but it doesn't matter , cause grub search for the list automatically and when i choose an option , the others hide as you can see to avoid problems. and GRLDR is installed on (hd0,1)
QUOTE
Is it the one containing SETUPLDR.BIN?
the one containing SETUPLDR.BIN is (hd0,3) and it has the exact contents of the original cd.but i cannot load setupldr.bin using
CODE
chainloader /i386/setupldr.bin
it says that it is in invalid format or not supported.. something like this..i'm very tired..
edit : i solved the problem with MSDOS.. the only one remains WinXP