| View previous topic :: View next topic |
| Author |
Message |
high55555
Joined: 04 Nov 2009 Posts: 4
|
Posted: Wed Nov 04, 2009 3:44 am Post subject: own User entries |
|
|
Hey,
I installed UBCD on an USB-Stick, I noticed that there is an entry "User Images". Is there anywhere a guide how to add some own boot entries?
I would like to add a windows 7 installation dvd and an ubuntu live system.
Kind regards |
|
| Back to top |
|
 |
Icecube
Joined: 11 Jan 2008 Posts: 834
|
Posted: Wed Nov 04, 2009 4:55 am Post subject: |
|
|
You can add your custom entries in /ubcd/custom/custom.cfg (or in the UBCD config files /ubcd/menus/syslinux/)
For Windows 7/Vista, you need this:
| Code: |
LABEL win7
MENU LABEL Boot Windows Vista/2008/7 (bootmgr)
COM32 /boot/syslinux/chain.c32
APPEND ntldr=/bootmgr |
You can't add Ubuntu live in its original form (with the nice boot menu), but if you know which options you select to boot it, I can try to give you the right command line.
Which version of Ubuntu?
You can read how the boot entries work, by donwloading the Syslinux package and by reading the documents in /doc. _________________ Download Ultimate Boot CD v5.0 RC1: http://ultimatebootcd.com/forums/viewtopic.php?t=2131
Use Parted Magic for handling all partitioning task: http://partedmagic.com/ |
|
| Back to top |
|
 |
high55555
Joined: 04 Nov 2009 Posts: 4
|
Posted: Wed Nov 04, 2009 5:36 am Post subject: |
|
|
| Icecube wrote: |
You can't add Ubuntu live in its original form (with the nice boot menu), but if you know which options you select to boot it, I can try to give you the right command line.
Which version of Ubuntu?
You can read how the boot entries work, by donwloading the Syslinux package and by reading the documents in /doc. |
I would like to use ubuntu 9.1. I use only the first option boot livesystem from dvd whithout any further options.
Kind Regards |
|
| Back to top |
|
 |
Icecube
Joined: 11 Jan 2008 Posts: 834
|
Posted: Wed Nov 04, 2009 7:14 am Post subject: |
|
|
| Code: |
LABEL ubuntulive
MENU LABEL Try Ubuntu 9.10 without any change to your computer
LINUX /ubcd/custom/ubuntu/vmlinuz
INITRD /ubcd/custom/ubuntu/initrd.lz
APPEND boot=casper iso-scan/filename=/ubuntu-9.10-desktop-i386.iso quiet splash --
|
place the Ubuntu iso (ubuntu-9.10-desktop-i386.iso in the root of your USB stick (if you place it in /ubcd/images, adapt to: iso-scan/filename=/ubcd/image/ubuntu-9.10-desktop-i386.iso)
Extract the vmlinuz and initrd.lz in /casper folder of the ISO (use 7-zip) and place them in /ubcd/custom/ubuntu. _________________ Download Ultimate Boot CD v5.0 RC1: http://ultimatebootcd.com/forums/viewtopic.php?t=2131
Use Parted Magic for handling all partitioning task: http://partedmagic.com/ |
|
| Back to top |
|
 |
high55555
Joined: 04 Nov 2009 Posts: 4
|
Posted: Wed Nov 04, 2009 9:23 am Post subject: |
|
|
Hey,
works fine, thank's a lot.
Kind regards |
|
| Back to top |
|
 |
|