HELP WIHT MY USB_MultiBoot5.cmd
#1
Posted 23 April 2008 - 03:02 PM
I have downloaded your USB_MultiBoot5.cmd and started the wizard giving the path to my xp source and my usb device and the wizard copied some files on my usb drive. What should be done after that and excuse me for i am new to all that and i need some detailed instructions.
#2
Posted 24 April 2008 - 09:18 AM
#3
Posted 24 April 2008 - 10:11 AM
Smiley357, on Apr 24 2008, 05:18 PM, said:
First thanks for your helpful respons and i would like to know about what is meant by option 2 in cmd file "usb content source" is it the extracted MultiBoot_8.zip or what and also after i finish should all the files shown in picture 15 be copied to my usb drive or i manually copy it from usb_xpbt
Thanks
This post has been edited by highlink: 24 April 2008 - 10:15 AM
#4
Posted 24 April 2008 - 11:13 AM
"usb content source" leave as it is.
Once USB stick is ready plug it in the machine you going to perform install on, make sure in BIOS USB stick is set as first boot device or use F11/F8/ESC/whatever you have to change boot order without entering BIOS.
On first run Select Text mode. Complete it.
Second step is to start from USB again. Select "2. GUI Mode Setup Windows XP, Continue Setup + Start XP from HD 1"
Third step- start from USB again- Select 2 again.
Once windows is completely loaded, give it a few minutes to finish the startup scripts, which change a few things on the USB stick and then you can remove it. You are done.
Is it any clearer now?
ilko
#5
Posted 25 April 2008 - 04:22 PM
ilko_t, on Apr 24 2008, 07:13 PM, said:
"usb content source" leave as it is.
Once USB stick is ready plug it in the machine you going to perform install on, make sure in BIOS USB stick is set as first boot device or use F11/F8/ESC/whatever you have to change boot order without entering BIOS.
On first run Select Text mode. Complete it.
Second step is to start from USB again. Select "2. GUI Mode Setup Windows XP, Continue Setup + Start XP from HD 1"
Third step- start from USB again- Select 2 again.
Once windows is completely loaded, give it a few minutes to finish the startup scripts, which change a few things on the USB stick and then you can remove it. You are done.
Is it any clearer now?
ilko
It is thanks ilko
#6
Posted 28 April 2008 - 05:10 AM
How can i add hiren and acronis to my multiboot usb i tried adding the boot folders in my usb root and extracting hiren boot file using ultraiso then adding an entery in boot.ini file but i did not boot from the usb.
Also when i tried to add floppy images to my GRUB menu i got the following error message "try (hd0,0) : fat16:"
title Boot floppy image - MS-DOS with smartdrv
map (hd0,0)/images/DOS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
#7
Posted 29 April 2008 - 05:27 AM
#8
Posted 29 April 2008 - 05:44 AM
You won't find any help for that.
#9
Posted 17 May 2008 - 11:12 AM
Well i have 2G kingstone usb stick and i would to know if i can use NTFS format using hp format tool to make xp setup faster or the hp usb disk format tool is used only for larger sized usb harddisks.
Thanks in advance.
#10
Posted 17 May 2008 - 11:36 AM
The disadvantage is, that NTFS would "wear" out your stick faster, due to the extra write cycles. A week or year shorter life for you stick noone can say, depends on it's quality and usage.
#11
Posted 18 May 2008 - 08:48 AM
Thanks

And i tried this entry
title 12 - FEDORA Linux
find --set-root /grldr
kernel /linux24 ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd0=initrd0.img nomce noapic qemu quiet BOOT_IMAGE=LiveOS frugal
initrd0 /initrd0.img
and
find --set-root /grldr
kernel /vmlinuz0 root=/dev/ram0 initrd0=initrd0.img PMEDIA=usbflash PKEYS=uk
initrd0 /initrd0.img
Both did not work.
This post has been edited by highlink: 18 May 2008 - 04:55 PM
#12
Posted 19 May 2008 - 11:00 AM
title Fedora Live
find --set--root /vmlinuz0
kernel /vmlinuz0 root=/dev/ram0 PMEDIA=usbflash PKEYS=uk
initrd /initrd0.img
If doesn't work, check kernel parameters.
You can also make a virtual drive with ImDisk and use liveusb-creator. Then check what is changed and kernel parameters, probably in syslinux.conf.
Use those parameters in menu.lst, but do not copy- paste them as the syntax is different.
#13
Posted 19 May 2008 - 03:48 PM

Can i add entry to syslinux.cfg directly in boot.ini.
#14
Posted 19 May 2008 - 06:50 PM
title Fedora Live find --set--root /vmlinuz0 kernel /vmlinuz0 root=UUID=8003-FDB2 rootfstype=vfat ro quiet liveimg rhgb initrd /initrd0.img
vfat=FAT32, if you are using FAT16, change the value to fat or msdos.
You should be able to add syslinux to boot.ini, you need a syslinux bootsector, let's say syslin.dat, the add a line to boot.ini:
C:\syslin.dat="Start Syslinux"
Haven't tested it though.
edit: try to make fedora live on the virtual drive, look if root=UUID=8003-FDB2 changes. If it does, then we need to think about a workaround. Or just ask the guys in fedora forum what should you use when using GRUB instead of syslinux.
Look here what the parameter root=UUID=XXXXXX.... is:
http://www.linuxquestions.org/questions/ub...in-grub-642692/
On a second reading it seems to be a unique identifier for the partition, and you'll have to change it both in /etc/fstab and root=UUID= with the one you have.
You may look here how to get your UUID from linux:
http://ubuntuforums....p/t-416393.html
In windows I guess DIR will give you the ID.
edit2: About syslinux from boot.ini- have a look at \help_info\Guide_MultiBoot.txt, search for syslinux. Wimb has put a lot of usable info.
This post has been edited by ilko_t: 19 May 2008 - 08:19 PM
#15
Posted 20 May 2008 - 08:42 AM
title Fedora 9 LiveCD i686 find --set-root /grldr root (hd0,0) kernel /syslinux/vmlinuz0 ro rootfstype=msdos root=/dev/sdb1 quiet liveimg rhgb initrd /syslinux/initrd0.img
Thanks dude.
#16
Posted 20 May 2008 - 08:51 AM
#17
Posted 20 May 2008 - 03:37 PM
root=LABEL=FEDORA
In this case your root partition will be always found, regardless of hard drive numeration.
#18
Posted 21 May 2008 - 05:42 AM
root (hd0,0) kernel /syslinux/vmlinuz0 ro rootfstype=msdos root=/dev/sdb1 quiet liveimg rhgb initrd /syslinux/initrd0.img
ilko i did not get your drift, did you mean to create a folder in my root named fedora and then change the entry or what.
and for the the knowledge what do these enteries(hd0,1)and (hd1,1) refer to.
#19
Posted 21 May 2008 - 06:22 AM
highlink, on May 21 2008, 01:42 PM, said:
root (hd0,0) kernel /syslinux/vmlinuz0 ro rootfstype=msdos root=/dev/sdb1 quiet liveimg rhgb initrd /syslinux/initrd0.img
ilko i did not get your drift, did you mean to create a folder in my root named fedora and then change the entry or what.
and for the the knowledge what do these enteries(hd0,1)and (hd1,1) refer to.
(hd0) means First drive (Drive 0)
(hd0,0) Means First Partition (Partition 0) of First drive
(hd1,0) Means First Partition (Partition 0) of Second drive (Drive 1)
(hd1,1) Means Second Partition (Partition 1) of Second drive (Drive 1)
.....
About the Fedora thing, what ilko_t suggested is to assign a LABEL to the partition:
http://www.ss64.com/nt/label.html
http://www.ss64.com/nt/vol.html
http://lissot.net/pa...2fs/labels.html
What you see in an Explorer window beside the drive letter.
jaclaz
#20
Posted 22 May 2008 - 05:39 PM
title 07 - title Fedora 9 LiveCD i686 root (hd0,0) kernel /syslinux/vmlinuz0 ro rootfstype=msdos root=LABEL=FEDORA quiet liveimg rhgb initrd /syslinux/initrd0.img
It works fine, but i can not access my harddisk(Drive 1) partitions, any suggestions.



Help
Back to top









