Topic: Easy2Boot

Date 24/07/2014

By John

Subject Re: Re: Change main menu CAPS menu items

Hello,

Thanks worked like a charm. Now looking how to get the menu entries in in the right order and with blank lines. I now have a xboot USB disk and want to migrate to easy2boot.

Just like this example :

### MENU START
LABEL -
MENU LABEL Image for Linux 2.88
LINUX /boot/syslinux/memdisk
INITRD /images/ifl.iso
APPEND iso
TEXT HELP
Image for Linux 2.88
ENDTEXT
### MENU END


### MENU START
LABEL -
MENU LABEL
### MENU END

### MENU START
LABEL -
MENU LABEL Parted Magic 28-04-2014
LINUX /boot/syslinux/memdisk
INITRD /images/pmagic_2014_04_28.iso
APPEND iso
TEXT HELP
Parted Magic 28-04-2014
ENDTEXT
### MENU END

### MENU START
LABEL -
MENU LABEL
### MENU END

### MENU START
LABEL -
MENU LABEL Memtest 86+ 5.01
KERNEL /images/memtest/mt86plus
TEXT HELP
Memtest 86+ 5.01
ENDTEXT
### MENU END


But want to use the iso loader from easy2boot because its much faster.

Back