+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Member
    Join Date
    Aug 2003
    Location
    Germany
    Posts
    102

    Trying to set up Dual Boot USB Pendrive

     
    Hi,

    i tried this for 2 days now and went through about 30 different setups. Still I just can't get this thing to work.

    What I have is a readymade FAT32 USB-Stick with knoppix installed to it via the normal knoppix menu method. That works great!

    It uses SYSLINUX as a bootmgr -> I'm ready any time to change that, if necessary.

    Now I'd like to integrate BartPE on that stick as well.
    I have an Image created by PEbuilder called BartPE.iso (its meant for CD booting and contains all the boot sector stuff).
    In this image, i changed the ramdisk.sys to WinServer2003sp file.
    The ISO resides in /bartpe/bartpe.iso - this seems to be necessary in order to boot that thing to RAM.

    Since I followed so many tutorials an none of them worked out I now have hundreds of possibilities. Can someone please tell me a way of getting it to work?

    These are the things we can work with:
    - winnt.sif in root directory of stick containing
    PHP Code:
    [SetupData]
    BootDevice "ramdisk(0)"
    BootPath "\I386\SYSTEM32\"
    OsLoadOptions = "
    /noguiboot /fastdetect /minint /rdexportascd /rdpath=/bartpe/bartpe.iso
    - chain.c32 in root directory of stick
    - syslinux.cfg in /boot/syslinux/syslinux.cfg right now, the currently NOT working entry there is
    PHP Code:
    LABEL bartpe
    KERNEL 
    /chain.c32
    APPEND hd0 1 ntldr
    =/NTLDR 
    - SETUPLDR.bin from original WinXP or from WinSer2003SP -> renameable to NTLDR for adressing
    - NTLDR in root from setupldr.bin winser2003SP
    - NTDetect.com in Root
    - pe2usb.bin from pebuilder that also seems to be some kind of bootsector image but some tutorials say it is not needed at all, while others say it's essential.
    - grub4dos didn't work out as well...

    Pheew... Can anybody help me solve this problem out? It can't be that hard - I simply have no clue about Syslinux and bootloaders.

    The only thing I want the USB-key to do is boot into bartpe.iso when i type bartpe in. Please help me
    Do you also hear those voices?

  2. #2
    Junior Member
    Join Date
    Jun 2008
    Posts
    19
    D: kinda late reply but i managed to do this with grub4dos.

    After installing grub to the USB drive i just extracted the files from the iso to a sub-folder then edited grub's menu.lst to point to each bootdisk's kernel and initrd.

    my menu.lst
    Code:
    default /default
    
    title Boot from Hard Drive\n
    rootnoverify (hd0,0)
    chainloader (hd0,0)+1
    
    title
    root
    
    title Hiren BootCD\nRun Dos Programs
    find --set-root /HBCD/boot.gz
    kernel /HBCD/memdisk
    initrd /HBCD/boot.gz
    
    title Mini WindowsXp\nRun Antivirus and other windows programs
    find --set-root /HBCD/XPLOADER.BIN
    chainloader /HBCD/XPLOADER.BIN
    
    title System RescueCd\nLinux Rescue Disk
    root     (hd0,0)
    kernel /sysrcd-1.3.5/syslinux/rescuecd subdir=sysrcd-1.3.5 setkmap=us
    initrd /sysrcd-1.3.5/syslinux/initram.igz
    
    title Puppy Linux\nITS A PUPPY DOOOOD
    find --set-root /puppy/boot.cat
    kernel /puppy/vmlinuz
    initrd /puppy/initrd.gz
    Doing it this way, to update to a new release of a bootdisk; all you need to do is delete the folders of the old one and extract the new iso to the same sub folder and Verify that the paths to the kernel and initrd are still the same and it will boot. without having to redo everything after formating.
    Last edited by Raiju; April 24th, 2010 at 02:02 PM.

  3. #3
    Ultimate Member bigBonehead's Avatar
    Join Date
    Dec 2008
    Location
    East Chamunga
    Posts
    2,362
    ◄ it is what it is ►

  4. #4
    Junior Member
    Join Date
    Aug 2010
    Posts
    1

    Setup

    Raiju, could you tell me how you set you're USB up. I want to do basically the same as you did.
    On my usb I already have syslinux that boots a password cracker, I would like to have it in the grob4dos menu.

    Also where did you get the XPloader (I have a portable Micro XP 0.82, witch runs in quemu but it isn't bootable natively)

    And i have this ( QEMU-Puppy - A Personal Portable Computer ) also.

    Is there a way to just use syslinux for all four boot?

    Password Cracker
    Qemu Micro XP
    Qemu Puppy Linux
    Ultimate Boot CD

    Both the qemu OS's can be started from within windows or linux, the goal is to also be able to use the qemu OS in the vm OS started.

    So i really have no idea how to set this up. Should i have each boot option in a different partition or just folders?

    Ya sorry for all the questions, if you don't get what i mean i will try to elaborate.

  5. #5
    Member adam-red's Avatar
    Join Date
    Nov 2003
    Location
    Manchester, UK
    Posts
    117
    SARDU - Shardana Antivirus Rescue Disk Utility
    Should do the trick. It's a Windows GUI to build what you're trying to do. Apparently it'd be advisable to get the beta. I've never used it but I used multisystem I think it was called to make a nice systems tool usb. Check out Pendrive Linux for Windows and linux tools to build this kind of thing.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to set up a dual boot
    By Lasher13 in forum Applications and Operating Systems
    Replies: 7
    Last Post: August 31st, 2009, 06:24 AM
  2. Dual Keyboard/Dual Mouse (All USB Connections... possible?)
    By dainty10 in forum General Tech Discussion
    Replies: 6
    Last Post: April 10th, 2009, 11:20 AM
  3. USB pendrive/thumbdrive in front ports not recognized
    By BeatYouWithShoe in forum Storage Related
    Replies: 14
    Last Post: April 7th, 2005, 01:37 AM
  4. Dual monitor set up
    By Mr. Anderson in forum Graphics Cards and Displays
    Replies: 6
    Last Post: June 25th, 2004, 10:13 AM
  5. Can I manually set up a dual-boot with 98 and XP?
    By MichaelTSU in forum Applications and Operating Systems
    Replies: 2
    Last Post: February 20th, 2002, 05:27 PM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Recommended Sites: ResellerRatings Store Reviews