Grub not working

Goh Lip g.lip at gmx.com
Thu May 5 11:40:37 UTC 2011


> Tony

Just to show how simple the grub.cfg can be and works, my grub.cfg just 
looks like this......

############ begin ############

set root=(hd0,5)
search --no-floppy --fs-uuid --set=root ee4c5e66-ab59-4b39-8697-98f15e0c23c5


set default=0
set timeout=10


set menu_color_normal=white/blue
set menu_color_highlight=yellow/blue


### BEGIN OS ###

menuentry "OS xxxx " {
     search --no-floppy --label --set=root xxx
     linux /vmlinuz root=LABEL=xxx ro
     initrd /initrd.img
}

.
.
.
.
############# end #############


This grub.cfg is "isolated" and cannot be undone or 'redone' by any OS.
I upgrade the grub versions with a simple
"sudo grub-install --root-directory=/media/Bolt /dev/sda"
  which does not affect this grub.cfg

So I am really not clear about the other aspects (graphics, text, 
language, etc) of grub, glad you helped.


Thanks again - Goh Lip




More information about the ubuntu-users mailing list