The system is not accepting my attachment. Here are relevant portions of
grub.cfg

#

### BEGIN /etc/grub.d/00_header ###
set superusers="drs305"
password drs305 12345
if [ -s $prefix/grubenv ]; 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 recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env 
recordfail; fi; fi
}
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 0d5f0b33-c9c2-4b10-873b-7e9df9448df4
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1024x768
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 0d5f0b33-c9c2-4b10-873b-7e9df9448df4
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/white
### END /etc/grub.d/05_debian_theme ###

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # #

### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, with Linux 2.6.32-14-generic" {
        recordfail
        insmod ext2
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set 0d5f0b33-c9c2-4b10-873b-7e9df9448df4
        linux   /boot/vmlinuz-2.6.32-14-generic 
root=UUID=0d5f0b33-c9c2-4b10-873b-7e9df9448df4 ro   quiet splash
        initrd  /boot/initrd.img-2.6.32-14-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

-- 
Grub 2 Authentication/PW in Lucid
https://bugs.launchpad.net/bugs/528604
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to