Multi Linux On Usb Flashdisk Pendrive

install grub.
http://forum.nimblex.net/viewtopic.php?t=1633

put each distro on its own folder. including its own vmlinuz and initrd files.
example: /puppy /nimblex /archinst /anyother

generate menu.lst
example:

title puppy
kernel /puppy/vmlinuz root=/dev/ram0 PMEDIA=USBFLASH vga=771
initrd /puppy/initrd.gz

title nimblex
kernel /nimblex/vmlinuz max_loop=255 init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=8192 root=/dev/ram0 rw quiet vga=771 nopcmcia changes=/nimblex/nimblex.data autoexec=startx from=/nimblex
initrd /nimblex/initrd.gz

title NimbleX 2007 - Command Line
root (hd0,0)
kernel /nimblex/vmlinuz max_loop=255 init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=5120 root=/dev/ram0 rw quiet from=/nimblex
initrd /nimblex/initrd.gz
title NimbleX 2007 - Boot from ISO
root (hd0,0)
kernel /nimblex/vmlinuz vga=784 max_loop=255 init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw changes=/nimblex/nimblex.data autoexec=startx from=Nimblex-2007.iso
initrd /nimblex/initrd.gz 

title install archlinux
kernel /archinst/vmlinuz vga=771
initrd /archinst/initrd.img

title Submenu -> More nimblex Boot Options
configfile (hd0,0)/boot/grub/options.lst 

title Microsoft Windows NT/98/95 and MS-DOS
  root        (hd1,0)
#  rootnoverify (hd1,0)
  makeactive
  chainloader +1

refs:
http://www.nimblex.net/index.php?option=com_content&task=view&id=14&Itemid=28

[[module:Comments]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License