Anvi Rescue CD startup bug

Multiboot USB / DVD Builder with SARDU
In this section is permitted only the English language
Forum rules
In this section is permitted only the English language

Anvi Rescue CD startup bug

Postby daan » March 2nd, 2013, 8:00 pm

Hi,

Anvi Rescue CD will not start, when loading the option via the Sardu 2.0.6.5 CD.
The only thing that appears is: boat:
But nothing happens.

Tested it on ISO, DVD, USB on multiple computers.
Please fix the above bug.

Thank you,

Regards,
daan
 
Posts: 20
Joined: June 3rd, 2011, 6:05 pm

Re: Anvi Rescue CD startup bug

Postby Beercow » March 3rd, 2013, 2:23 pm

If you press Tab when it says boot:, does it give you any options?
Beercow
 
Posts: 27
Joined: December 27th, 2012, 6:34 pm

Re: Anvi Rescue CD startup bug

Postby daan » March 3rd, 2013, 3:07 pm

Beercow wrote:If you press Tab when it says boot:, does it give you any options?

Yes it does. Option 0 Boot Menu Boot Menu.

Choose option 0 means a reboot of the system.
There is no choice to select or boot Anvi Rescue.
daan
 
Posts: 20
Joined: June 3rd, 2011, 6:05 pm

Re: Anvi Rescue CD startup bug

Postby Beercow » March 3rd, 2013, 4:18 pm

Just thought I'd ask. Sometimes you can get it it boot that way.
Beercow
 
Posts: 27
Joined: December 27th, 2012, 6:34 pm

Re: Anvi Rescue CD startup bug

Postby daan » March 3rd, 2013, 4:33 pm

Beercow wrote:Just thought I'd ask. Sometimes you can get it it boot that way.

Unfortunately. What do you think? a bug?
daan
 
Posts: 20
Joined: June 3rd, 2011, 6:05 pm

Re: Anvi Rescue CD startup bug

Postby davidecosta » March 3rd, 2013, 9:50 pm

:(

my error


create a txt file named anvi.cfg with this code

Code: Select all
default vesamenu.c32
prompt 0
menu title Anvisoft Rescue Disk
menu background splash.png
timeout 100
MENU TABMSG Choose Language and Press Enter to Boot

label Safe Graphics Mode
menu label Safe Graphics Mode
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_SAFEG=yes

label (en_US) English
menu label (en_US) English
menu default
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=en_US.UTF-8 vga=788

label (en_CA) English
menu label (en_CA) English
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=en_CA.UTF-8 vga=788

label (en_GB) English
menu label (en_GB) English
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=en_GB.UTF-8 vga=788

label (de_DE) Deutsch
menu label (de_DE) Deutsch
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=de_DE.UTF-8 vga=788

label (fr_CA) French
menu label (fr_CA) French
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=fr_CA.UTF-8 vga=788

label (fr_CH) French
menu label (fr_CH) French
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=fr_CH.UTF-8 vga=788

label (fr_FR) French
menu label (fr_FR) French
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=fr_FR.UTF-8 vga=788

label (ru_RU) Russian
menu label (ru_RU) Russian
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=ru_RU.UTF-8 vga=788

label (zh_CN) Chinese
menu label (zh_CN) Chinese
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=zh_CN.UTF-8 vga=788

label (zh_TW) Chinese
menu label (zh_TW) Chinese
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=zh_TW.UTF-8 vga=788


copy the file in the USB the folder \CDlinux\boot\
User avatar
davidecosta
 
Posts: 2543
Joined: January 9th, 2011, 12:44 pm
Location: Sardinia

Re: Anvi Rescue CD startup bug

Postby daan » March 6th, 2013, 12:28 pm

davidecosta wrote::(

my error


create a txt file named anvi.cfg with this code

Code: Select all
default vesamenu.c32
prompt 0
menu title Anvisoft Rescue Disk
menu background splash.png
timeout 100
MENU TABMSG Choose Language and Press Enter to Boot

label Safe Graphics Mode
menu label Safe Graphics Mode
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_SAFEG=yes

label (en_US) English
menu label (en_US) English
menu default
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=en_US.UTF-8 vga=788

label (en_CA) English
menu label (en_CA) English
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=en_CA.UTF-8 vga=788

label (en_GB) English
menu label (en_GB) English
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=en_GB.UTF-8 vga=788

label (de_DE) Deutsch
menu label (de_DE) Deutsch
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=de_DE.UTF-8 vga=788

label (fr_CA) French
menu label (fr_CA) French
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=fr_CA.UTF-8 vga=788

label (fr_CH) French
menu label (fr_CH) French
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=fr_CH.UTF-8 vga=788

label (fr_FR) French
menu label (fr_FR) French
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=fr_FR.UTF-8 vga=788

label (ru_RU) Russian
menu label (ru_RU) Russian
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=ru_RU.UTF-8 vga=788

label (zh_CN) Chinese
menu label (zh_CN) Chinese
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=zh_CN.UTF-8 vga=788

label (zh_TW) Chinese
menu label (zh_TW) Chinese
kernel /CDlinux/bzImage
append initrd=/CDlinux/initrd quiet CDL_LANG=zh_TW.UTF-8 vga=788


copy the file in the USB the folder \CDlinux\boot\


It seems to be working.
Please fix the bug in your upcoming release.
daan
 
Posts: 20
Joined: June 3rd, 2011, 6:05 pm

Re: Anvi Rescue CD startup bug

Postby davidecosta » March 6th, 2013, 2:00 pm

When I find one error I upgrade the software automatically.
User avatar
davidecosta
 
Posts: 2543
Joined: January 9th, 2011, 12:44 pm
Location: Sardinia


Return to English Forum

Who is online

Users browsing this forum: Google [Bot]