This is my grub.cfg file. Now I need to update it with the OpenSolaris part...I 
am still not sure how. 

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,2)
if font (hd0,2)/usr/share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

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

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "gNewSense, linux 2.6.24-24-generic" {
        linux   (hd0,2)/boot/vmlinuz-2.6.24-24-generic 
root=UUID=d75678b9-2e65-4d45-a37a-393a3c262403 ro quiet splash
        initrd  (hd0,2)/boot/initrd.img-2.6.24-24-generic
}
menuentry "gNewSense, linux 2.6.24-24-generic (single-user mode)" {
        linux   (hd0,2)/boot/vmlinuz-2.6.24-24-generic 
root=UUID=d75678b9-2e65-4d45-a37a-393a3c262403 ro single
        initrd  (hd0,2)/boot/initrd.img-2.6.24-24-generic
}
menuentry "gNewSense, linux 2.6.24-23-generic" {
        linux   (hd0,2)/boot/vmlinuz-2.6.24-23-generic 
root=UUID=d75678b9-2e65-4d45-a37a-393a3c262403 ro quiet splash
        initrd  (hd0,2)/boot/initrd.img-2.6.24-23-generic
}
menuentry "gNewSense, linux 2.6.24-23-generic (single-user mode)" {
        linux   (hd0,2)/boot/vmlinuz-2.6.24-23-generic 
root=UUID=d75678b9-2e65-4d45-a37a-393a3c262403 ro single
        initrd  (hd0,2)/boot/initrd.img-2.6.24-23-generic
"grub.cfg" [readonly] 51 lines, 1706 characters
-- 
This message posted from opensolaris.org

Reply via email to