Hello, having trouble getting BURG to install. Have never had this problem before now, or with other versions of Kubuntu. Any ideas?
tweak@AmigaBuntu:~$ sudo burg-install /dev/sda
/usr/sbin/burg-probe: error: unknown filesystem.
Auto-detection of a filesystem module failed.
Please specify the module with the option `--modules' explicitly.
tweak@AmigaBuntu:~$ sudo burg-install /dev/sda --modules=ext
/usr/sbin/burg-probe: error: unknown filesystem.
/usr/bin/burg-mkimage: error: cannot stat /usr/lib/burg/i386-pc/ext.mod.
tweak@AmigaBuntu:~$ sudo burg-install /dev/sda --modules=ext2
/usr/sbin/burg-probe: error: unknown filesystem.
Installation finished. No error reported.
tweak@AmigaBuntu:~$ burg-emu
tweak@AmigaBuntu:~$ sudo burg-config
sudo: burg-config: command not found
tweak@AmigaBuntu:~$ sudo burg burg-mkconfig
sudo: burg: command not found
tweak@AmigaBuntu:~$ sudo burg-mkconfig
Generating burg.cfg ...
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/burg-mkconfig using templates
# from /etc/burg.d and settings from /etc/default/burg
#
### BEGIN /etc/burg.d/00_header ###
set theme_name=ubuntu
set gfxmode=640x480
if [ -s $prefix/burgenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}
function select_menu {
if menu_popup -t template_popup theme_menu ; then
free_config template_popup template_subitem menu class screen
load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
save_env theme_name
menu_refresh
fi
}
function toggle_fold {
if test -z $theme_fold ; then
set theme_fold=1
else
set theme_fold=
fi
save_env theme_fold
menu_refresh
}
function select_resolution {
if menu_popup -t template_popup resolution_menu ; then
menu_reload_mode
save_env gfxmode
fi
}
if test -f ${prefix}/themes/${theme_name}/theme ; then
insmod coreui
menu_region.text
load_string '+theme_menu { -AmigaBurg1.3 { command="set theme_name=AmigaBurg1.3" }}'
load_string '+theme_menu { -AmigaBurg3.9 { command="set theme_name=AmigaBurg3.9" }}'
load_string '+theme_menu { -AmigaBurg4.1 { command="set theme_name=AmigaBurg4.1" }}'
load_string '+theme_menu { -AmigaBurgSD { command="set theme_name=AmigaBurgSD" }}'
load_string '+theme_menu { -arabic_and_freedom { command="set theme_name=arabic_and_freedom" }}'
load_string '+theme_menu { -black_and_white { command="set theme_name=black_and_white" }}'
load_string '+theme_menu { -burg { command="set theme_name=burg" }}'
load_string '+theme_menu { -chiva { command="set theme_name=chiva" }}'
load_string '+theme_menu { -coffee { command="set theme_name=coffee" }}'
load_string '+theme_menu { -minimum { command="set theme_name=minimum" }}'
load_string '+theme_menu { -proto { command="set theme_name=proto" }}'
load_string '+theme_menu { -radiance { command="set theme_name=radiance" }}'
load_string '+theme_menu { -radiancetext { command="set theme_name=radiancetext" }}'
load_string '+theme_menu { -refit { command="set theme_name=refit" }}'
load_string '+theme_menu { -sora { command="set theme_name=sora" }}'
load_string '+theme_menu { -sora_clean { command="set theme_name=sora_clean" }}'
load_string '+theme_menu { -sora_extended { command="set theme_name=sora_extended" }}'
load_string '+theme_menu { -ubuntu { command="set theme_name=ubuntu" }}'
load_string '+theme_menu { -ubuntu2 { command="set theme_name=ubuntu2" }}'
load_string '+theme_menu { -winter { command="set theme_name=winter" }}'
load_config ${prefix}/themes/conf.d/10_hotkey
load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
controller.ext
fi
/usr/sbin/burg-probe: error: unknown filesystem.
At one point it does show burg installed, however, i cannot generate a config file for it with an unknown filesystem error. My filesystem is actually ext4. I realize this program is old, but it did work up until now.
Thanks.
tweak@AmigaBuntu:~$ sudo burg-install /dev/sda
/usr/sbin/burg-probe: error: unknown filesystem.
Auto-detection of a filesystem module failed.
Please specify the module with the option `--modules' explicitly.
tweak@AmigaBuntu:~$ sudo burg-install /dev/sda --modules=ext
/usr/sbin/burg-probe: error: unknown filesystem.
/usr/bin/burg-mkimage: error: cannot stat /usr/lib/burg/i386-pc/ext.mod.
tweak@AmigaBuntu:~$ sudo burg-install /dev/sda --modules=ext2
/usr/sbin/burg-probe: error: unknown filesystem.
Installation finished. No error reported.
tweak@AmigaBuntu:~$ burg-emu
tweak@AmigaBuntu:~$ sudo burg-config
sudo: burg-config: command not found
tweak@AmigaBuntu:~$ sudo burg burg-mkconfig
sudo: burg: command not found
tweak@AmigaBuntu:~$ sudo burg-mkconfig
Generating burg.cfg ...
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/burg-mkconfig using templates
# from /etc/burg.d and settings from /etc/default/burg
#
### BEGIN /etc/burg.d/00_header ###
set theme_name=ubuntu
set gfxmode=640x480
if [ -s $prefix/burgenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}
function select_menu {
if menu_popup -t template_popup theme_menu ; then
free_config template_popup template_subitem menu class screen
load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
save_env theme_name
menu_refresh
fi
}
function toggle_fold {
if test -z $theme_fold ; then
set theme_fold=1
else
set theme_fold=
fi
save_env theme_fold
menu_refresh
}
function select_resolution {
if menu_popup -t template_popup resolution_menu ; then
menu_reload_mode
save_env gfxmode
fi
}
if test -f ${prefix}/themes/${theme_name}/theme ; then
insmod coreui
menu_region.text
load_string '+theme_menu { -AmigaBurg1.3 { command="set theme_name=AmigaBurg1.3" }}'
load_string '+theme_menu { -AmigaBurg3.9 { command="set theme_name=AmigaBurg3.9" }}'
load_string '+theme_menu { -AmigaBurg4.1 { command="set theme_name=AmigaBurg4.1" }}'
load_string '+theme_menu { -AmigaBurgSD { command="set theme_name=AmigaBurgSD" }}'
load_string '+theme_menu { -arabic_and_freedom { command="set theme_name=arabic_and_freedom" }}'
load_string '+theme_menu { -black_and_white { command="set theme_name=black_and_white" }}'
load_string '+theme_menu { -burg { command="set theme_name=burg" }}'
load_string '+theme_menu { -chiva { command="set theme_name=chiva" }}'
load_string '+theme_menu { -coffee { command="set theme_name=coffee" }}'
load_string '+theme_menu { -minimum { command="set theme_name=minimum" }}'
load_string '+theme_menu { -proto { command="set theme_name=proto" }}'
load_string '+theme_menu { -radiance { command="set theme_name=radiance" }}'
load_string '+theme_menu { -radiancetext { command="set theme_name=radiancetext" }}'
load_string '+theme_menu { -refit { command="set theme_name=refit" }}'
load_string '+theme_menu { -sora { command="set theme_name=sora" }}'
load_string '+theme_menu { -sora_clean { command="set theme_name=sora_clean" }}'
load_string '+theme_menu { -sora_extended { command="set theme_name=sora_extended" }}'
load_string '+theme_menu { -ubuntu { command="set theme_name=ubuntu" }}'
load_string '+theme_menu { -ubuntu2 { command="set theme_name=ubuntu2" }}'
load_string '+theme_menu { -winter { command="set theme_name=winter" }}'
load_config ${prefix}/themes/conf.d/10_hotkey
load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
controller.ext
fi
/usr/sbin/burg-probe: error: unknown filesystem.
At one point it does show burg installed, however, i cannot generate a config file for it with an unknown filesystem error. My filesystem is actually ext4. I realize this program is old, but it did work up until now.
Thanks.
Comment