Skip to main content

Thread: Messed up burg, anyone able to assist?


http://ubuntuforums.org/showthread.php?t=1687810
rather repeat, have same problem person, except fix him didn't work me. further down posted http://sourceforge.net/projects/bootinfoscript/ have done , have results below:

boot info script 0.60 17 may 2011


============================= boot info summary: ===============================

=> grub2 (v1.97-1.98) installed in mbr of /dev/sda , looks @ sector
1 of same hard drive core.img. core.img @ location ,
looks in partition 5 /boot/burg.

sda1: __________________________________________________ ________________________

file system: ntfs
boot sector type: windows vista/7
boot sector info: no errors found in boot parameter block.
operating system:
boot files: /bootmgr /boot/bcd

sda2: __________________________________________________ ________________________

file system: ntfs
boot sector type: windows vista/7
boot sector info: no errors found in boot parameter block.
operating system: windows vista
boot files: /bootmgr /boot/bcd /windows/system32/winload.exe

sda3: __________________________________________________ ________________________

file system: extended partition
boot sector type: unknown
boot sector info:

sda5: __________________________________________________ ________________________

file system: ext4
boot sector type: -
boot sector info:
operating system: ubuntu 11.04
boot files: /boot/grub/grub.cfg /boot/burg/burg.cfg /etc/fstab
/boot/grub/core.img /boot/burg/core.img

sda6: __________________________________________________ ________________________

file system: swap
boot sector type: -
boot sector info:

============================ drive/partition info: =============================

drive: sda __________________________________________________ ___________________

disk /dev/sda: 160.0 gb, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
units = sectors of 1 * 512 = 512 bytes
sector size (logical/physical): 512 bytes / 512 bytes

partition boot start sector end sector # of sectors id system

/dev/sda1 2,048 20,973,567 20,971,520 27 hidden ntfs (recovery environment)
/dev/sda2 * 20,973,568 174,702,255 153,728,688 7 ntfs / exfat / hpfs
/dev/sda3 174,702,590 312,580,095 137,877,506 5 extended
/dev/sda5 174,702,592 308,467,711 133,765,120 83 linux
/dev/sda6 308,469,760 312,580,095 4,110,336 82 linux swap / solaris


"blkid" output: __________________________________________________ ______________

device uuid type label

/dev/sda1 d828c0fe28c0dc9e ntfs recovery
/dev/sda2 e880c2d180c2a582 ntfs
/dev/sda5 090053c4-97ef-4e7f-bcd8-18bd1b48fb1a ext4
/dev/sda6 51902862-b059-486b-8160-f022fab50107 swap

================================ mount points: =================================

device mount_point type options

/dev/sda5 / ext4 (rw,errors=remount-ro,commit=0)


=========================== sda5/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# not edit file
#
# automatically generated grub-mkconfig using templates
# /etc/grub.d , settings /etc/default/grub
#

### begin /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
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 recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; if [ -z "${boot_once}" ]; save_env recordfail; fi; fi
}

function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 090053c4-97ef-4e7f-bcd8-18bd1b48fb1a
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1280x800x24
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 090053c4-97ef-4e7f-bcd8-18bd1b48fb1a
set locale_dir=($root)/boot/grub/locale
set lang=en_us
insmod gettext
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=60
fi
### end /etc/grub.d/00_header ###

### begin /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 090053c4-97ef-4e7f-bcd8-18bd1b48fb1a
insmod jpeg
if background_image /boot/grub/1302.jpg; then
true
else
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
fi
### end /etc/grub.d/05_debian_theme ###

### begin /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; load_video; fi
menuentry 'ubuntu, linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 090053c4-97ef-4e7f-bcd8-18bd1b48fb1a
linux /boot/vmlinuz-2.6.38-8-generic root=uuid=090053c4-97ef-4e7f-bcd8-18bd1b48fb1a ro splash vga=786 quiet quiet splash vt.handoff=7
initrd /boot/initrd.img-2.6.38-8-generic
}
### end /etc/grub.d/10_linux ###

### begin /etc/grub.d/20_linux_xen ###
### end /etc/grub.d/20_linux_xen ###

### begin /etc/grub.d/30_os-prober_proxy ###
menuentry "windows vista (loader) (on /dev/sda2)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos2)'
search --no-floppy --fs-uuid --set=root e880c2d180c2a582
chainloader +1
}
### end /etc/grub.d/30_os-prober_proxy ###

### begin /etc/grub.d/40_custom ###
# file provides easy way add custom menu entries. type the
# menu entries want add after comment. careful not change
# 'exec tail' line above.
### end /etc/grub.d/40_custom ###

### begin /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### end /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=========================== sda5/boot/burg/burg.cfg: ===========================

--------------------------------------------------------------------------------
#
# not edit file
#
# automatically generated /usr/sbin/burg-mkconfig using templates
# /etc/burg.d , settings /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 { -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 { -luke { command="set theme_name=luke" }}'
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}
insmod vbe
insmod png
insmod jpeg
set gfxfont="unifont regular 16"
menu_region.gfx
vmenu resolution_menu
controller.ext
fi
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 090053c4-97ef-4e7f-bcd8-18bd1b48fb1a
set locale_dir=($root)/boot/burg/locale
set lang=en
insmod gettext
set timeout=5
### end /etc/burg.d/00_header ###

### begin /etc/burg.d/10_linux ###
menuentry 'ubuntu gnu/linux, linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 090053c4-97ef-4e7f-bcd8-18bd1b48fb1a
echo 'loading linux 2.6.38-8-generic ...'
linux /boot/vmlinuz-2.6.38-8-generic root=uuid=090053c4-97ef-4e7f-bcd8-18bd1b48fb1a ro quiet splash
echo 'loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.38-8-generic
}
menuentry 'ubuntu gnu/linux, linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 090053c4-97ef-4e7f-bcd8-18bd1b48fb1a
echo 'loading linux 2.6.38-8-generic ...'
linux /boot/vmlinuz-2.6.38-8-generic root=uuid=090053c4-97ef-4e7f-bcd8-18bd1b48fb1a ro single
echo 'loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.38-8-generic
}
### end /etc/burg.d/10_linux ###

### begin /etc/burg.d/30_os-prober_proxy ###
menuentry "windows vista (loader) (on /dev/sda2)" --class windows --class os {
insmod ntfs
set root='(hd0,2)'
search --no-floppy --fs-uuid --set e880c2d180c2a582
chainloader +1
}
### end /etc/burg.d/30_os-prober_proxy ###

### begin /etc/burg.d/40_custom ###
# file provides easy way add custom menu entries. type the
# menu entries want add after comment. careful not change
# 'exec tail' line above.
### end /etc/burg.d/40_custom ###
--------------------------------------------------------------------------------

=============================== sda5/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# use 'blkid -o value -s uuid' print universally unique identifier
# device; may used uuid= more robust way name
# devices works if disks added , removed. see fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / on /dev/sda5 during installation
uuid=090053c4-97ef-4e7f-bcd8-18bd1b48fb1a / ext4 errors=remount-ro 0 1
# swap on /dev/sda6 during installation
uuid=51902862-b059-486b-8160-f022fab50107 none swap sw 0 0
--------------------------------------------------------------------------------

=================== sda5: location of files loaded grub: ====================

gib - gb file fragment(s)

123.449279785 = 132.552654848 boot/burg/burg.cfg 1
123.437213898 = 132.539699200 boot/burg/core.img 1
123.440345764 = 132.543062016 boot/grub/core.img 1
103.510654449 = 111.143718912 boot/grub/grub.cfg 1
84.310516357 = 90.527727616 boot/initrd.img-2.6.38-8-generic 2
123.436992645 = 132.539461632 boot/vmlinuz-2.6.38-8-generic 1
84.310516357 = 90.527727616 initrd.img 2
123.436992645 = 132.539461632 vmlinuz 1

======================== unknown mbrs/boot sectors/etc: ========================

unknown bootloader on sda3

00000000 61 73 68 54 72 61 6e 73 66 6f 72 6d 73 2e 49 64 |ashtransforms.id|
00000010 65 6e 74 69 74 79 22 20 2f 3e 0d 0a 20 20 20 20 |entity" />.. |
00000020 20 20 3c 2f 64 73 69 67 3a 54 72 61 6e 73 66 6f | </dsig:transfo|
00000030 72 6d 73 3e 0d 0a 20 20 20 20 20 20 3c 64 73 69 |rms>.. <dsi|
00000040 67 3a 44 69 67 65 73 74 4d 65 74 68 6f 64 20 78 |gigestmethod x|
00000050 6d 6c 6e 73 3a 64 73 69 67 3d 22 68 74 74 70 3a |mlns:dsig="http
00000060 2f 2f 77 77 77 2e 77 33 2e 6f 72 67 2f 32 30 30 |//www.w3.org/200|
00000070 30 2f 30 39 2f 78 6d 6c 64 73 69 67 23 22 20 41 |0/09/xmldsig#" a|
00000080 6c 67 6f 72 69 74 68 6d 3d 22 68 74 74 70 3a 2f |lgorithm="http:/|
00000090 2f 77 77 77 2e 77 33 2e 6f 72 67 2f 32 30 30 30 |/www.w3.org/2000|
000000a0 2f 30 39 2f 78 6d 6c 64 73 69 67 23 73 68 61 32 |/09/xmldsig#sha2|
000000b0 35 36 22 20 2f 3e 0d 0a 20 20 20 20 20 20 3c 64 |56" />.. <d|
000000c0 73 69 67 3a 44 69 67 65 73 74 56 61 6c 75 65 20 |sigigestvalue |
000000d0 78 6d 6c 6e 73 3a 64 73 69 67 3d 22 68 74 74 70 |xmlns:dsig="http|
000000e0 3a 2f 2f 77 77 77 2e 77 33 2e 6f 72 67 2f 32 30 |://www.w3.org/20|
000000f0 30 30 2f 30 39 2f 78 6d 6c 64 73 69 67 23 22 3e |00/09/xmldsig#">|
00000100 2f 4c 79 49 49 4c 59 45 56 4f 50 65 2b 49 76 73 |/lyiilyevope+ivs|
00000110 4b 32 37 58 39 57 58 61 4d 59 41 58 31 4d 6c 67 |k27x9wxamyax1mlg|
00000120 6d 64 6b 71 4c 42 4f 77 75 32 55 3d 3c 2f 64 73 |mdkqlbowu2u=</ds|
00000130 69 67 3a 44 69 67 65 73 74 56 61 6c 75 65 3e 0d |igigestvalue>.|
00000140 0a 20 20 20 20 3c 2f 61 73 6d 76 32 3a 68 61 73 |. </asmv2:has|
00000150 68 3e 0d 0a 20 20 3c 2f 66 69 6c 65 3e 0d 0a 20 |h>.. </file>.. |
00000160 20 3c 66 69 6c 65 20 6e 61 6d 65 3d 22 74 69 6d | <file name="tim|
00000170 65 73 62 69 2e 74 74 66 22 20 64 65 73 74 69 6e |esbi.ttf" destin|
00000180 61 74 69 6f 6e 50 61 74 68 3d 22 24 28 72 75 6e |ationpath="$(run|
00000190 74 69 6d 65 2e 66 6f 6e 74 73 29 5c 22 20 73 6f |time.fonts)\" so|
000001a0 75 72 63 65 4e 61 6d 65 3d 22 74 69 6d 65 73 62 |urcename="timesb|
000001b0 69 2e 74 74 66 22 20 73 6f 75 72 63 65 50 00 fe |i.ttf" sourcep..|
000001c0 ff ff 83 fe ff ff 02 00 00 00 00 18 f9 07 00 fe |................|
000001d0 ff ff 05 fe ff ff 02 18 f9 07 00 c0 3e 00 00 00 |............>...|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............u.|
00000200



believe problem started while making own theme. thought i'd set else, , deleted 1 put together, find set mine, it'd been deleted, terminal disappeared (or crashed), , ever since i've been unable it. tried uninstalling , reinstalling.

http://www.unixmen.com/linux-tutoria...urg-in-ubuntu-
page used install burg.

if there's can help, many thanks.

managed fix myself.
used grub customizer, changed grub_theme burg. can access controls again


edit: not fixed after all, can't change themes you're meant able (f2 in burg-emu), , when change saved, reverts old version no theme etc.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Messed up burg, anyone able to assist?


Ubuntu

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support