<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY>
I don't now this customizer thingy and I don't care about all those GRUB2 files for automatically generating grub.cfg.<BR>
<BR>
1.<BR>
I recommend to switch from GRUB 2 to GRUB Legacy. You need to be the administrator (root) to edit the GRUB file(s). On Ubuntu Studio "sudo" is the command to get admin privileges.<BR>
2.1.<BR>
If you keep GRUB 2 with grub.cfg, than you'll find something like<BR>
<BR>
<A HREF="mailto:spinymouse@precise">spinymouse@precise</A>:~$ sudo -i<BR>
[sudo] password for spinymouse: <BR>
<A HREF="mailto:root@precise">root@precise</A>:~# cat /boot/grub/grub.cfg<BR>
#<BR>
# DO NOT EDIT THIS FILE<BR>
#<BR>
[snip]<BR>
menuentry 'Ubuntu, with Linux 3.2.0-23-lowlatency' --class ubuntu --class gnu-linux --class gnu --class os {<BR>
        recordfail<BR>
        gfxmode $linux_gfx_mode<BR>
        insmod gzio<BR>
        insmod part_msdos<BR>
        insmod ext2<BR>
        set root='(hd1,msdos1)'<BR>
        search --no-floppy --fs-uuid --set=root 338316fb-364e-4a43-8deb-738127f878ce<BR>
        linux   /boot/vmlinuz-3.2.0-23-lowlatency root=UUID=338316fb-364e-4a43-8deb-738127f878ce ro   crashkernel=384M-2G:64M,2G-:128M quiet splash $vt_handoff<BR>
        initrd  /boot/initrd.img-3.2.0-23-lowlatency<BR>
}<BR>
menuentry 'Ubuntu, with Linux 3.2.0-23-lowlatency (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {<BR>
        recordfail<BR>
        insmod gzio<BR>
        insmod part_msdos<BR>
        insmod ext2<BR>
        set root='(hd1,msdos1)'<BR>
        search --no-floppy --fs-uuid --set=root 338316fb-364e-4a43-8deb-738127f878ce<BR>
        echo    'Loading Linux 3.2.0-23-lowlatency ...'<BR>
        linux   /boot/vmlinuz-3.2.0-23-lowlatency root=UUID=338316fb-364e-4a43-8deb-738127f878ce ro recovery nomodeset <BR>
        echo    'Loading initial ramdisk ...'<BR>
        initrd  /boot/initrd.img-3.2.0-23-lowlatency<BR>
}<BR>
### END /etc/grub.d/10_linux ###<BR>
<BR>
### BEGIN /etc/grub.d/20_linux_xen ###<BR>
### END /etc/grub.d/20_linux_xen ###<BR>
<BR>
### BEGIN /etc/grub.d/20_memtest86+ ###<BR>
menuentry "Memory test (memtest86+)" {<BR>
        insmod part_msdos<BR>
        insmod ext2<BR>
        set root='(hd1,msdos1)'<BR>
        search --no-floppy --fs-uuid --set=root 338316fb-364e-4a43-8deb-738127f878ce<BR>
        linux16 /boot/memtest86+.bin<BR>
}<BR>
menuentry "Memory test (memtest86+, serial console 115200)" {<BR>
        insmod part_msdos<BR>
        insmod ext2<BR>
        set root='(hd1,msdos1)'<BR>
        search --no-floppy --fs-uuid --set=root 338316fb-364e-4a43-8deb-738127f878ce<BR>
        linux16 /boot/memtest86+.bin console=ttyS0,115200n8<BR>
}<BR>
### END /etc/grub.d/20_memtest86+ ###<BR>
<BR>
### BEGIN /etc/grub.d/30_os-prober ###<BR>
menuentry "Rt -- openSUSE 11.2 - 2.6.31.6-rt19 (on /dev/sda7)" --class gnu-linux --class gnu --class os {<BR>
        insmod part_msdos<BR>
        insmod ext2<BR>
        set root='(hd0,msdos7)'<BR>
        search --no-floppy --fs-uuid --set=root e14edd28-428e-4413-a43d-9e6cb473d2da<BR>
        linux /boot/vmlinuz-2.6.31.6-rt19 root=/dev/sda7<BR>
        initrd (hd1,6)/boot/initrd-2.6.31.6-rt19<BR>
}<BR>
[snip]<BR>
<BR>
You're allowed to change the order of the entries.<BR>
<BR>
2.2.<BR>
If you switch to GRUB Legacy like I did (in my case for the Ubuntu Studio version I installed before and that I still use), than you'll find entries similar to this<BR>
<BR>
<A HREF="mailto:root@precise">root@precise</A>:~# cat /media/oz/boot/grub/menu.lst<BR>
# Config file for GRUB - The GNU GRand Unified Bootloader<BR>
# /boot/grub/menu.lst<BR>
<BR>
# DEVICE NAME CONVERSIONS <BR>
#<BR>
#  Linux           Grub<BR>
# -------------------------<BR>
#  /dev/fd0        (fd0)<BR>
#  /dev/sda        (hd0)<BR>
#  /dev/sdb2       (hd1,1)<BR>
#  /dev/sda3       (hd0,2)<BR>
#<BR>
<BR>
#  FRAMEBUFFER RESOLUTION SETTINGS<BR>
#     +-------------------------------------------------+<BR>
#          | 640x480    800x600    1024x768   1280x1024<BR>
#      ----+--------------------------------------------<BR>
#      256 | 0x301=769  0x303=771  0x305=773   0x307=775<BR>
#      32K | 0x310=784  0x313=787  0x316=790   0x319=793<BR>
#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794<BR>
#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795<BR>
#     +-------------------------------------------------+<BR>
#  for more details and different resolutions see<BR>
#  https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution<BR>
<BR>
# general configuration:<BR>
timeout   5<BR>
default   0<BR>
color light-blue/black light-cyan/blue<BR>
<BR>
# boot sections follow<BR>
# each is implicitly numbered from 0 in the order of appearance below<BR>
#<BR>
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.<BR>
#<BR>
#-*<BR>
<BR>
title Ubuntu Studio Precise, Kernel 3.2.0-23-lowlatency<BR>
root=(hd1,0)<BR>
kernel /boot/vmlinuz-3.2.0-23-lowlatency root=UUID=338316fb-364e-4a43-8deb-738127f878ce ro quiet threadirqs<BR>
initrd /boot/initrd.img-3.2.0-23-lowlatency<BR>
<BR>
title AVlinux 5.0.3, Kernel 3.0.23-rt40<BR>
root=(hd1,10)   <BR>
kernel /boot/vmlinuz-3.0.23-rt40 root=/dev/sdb11 ro quiet<BR>
initrd  /boot/initrd.img-3.0.23-rt40<BR>
<BR>
title AVlinux 5.0.3, Kernel 3.0.23-avl-7-pae<BR>
root=(hd1,10)   <BR>
kernel /boot/vmlinuz-3.0.23-avl-7-pae root=/dev/sdb11 ro threadirqs quiet<BR>
initrd  /boot/initrd.img-3.0.23-avl-7-pae<BR>
<BR>
title Edubuntu 10.10, Kernel 2.6.33.9-rt31<BR>
root=(hd1,7)    <BR>
kernel /boot/vmlinuz-2.6.33.9-rt31 root=UUID=ded93dfb-37ae-48cf-a3a3-b613aa5704fd ro<BR>
initrd /boot/initrd.img-2.6.33.9-rt31<BR>
<BR>
title Ubuntu Studio Oz, Kernel 3.0.0-17-generic<BR>
root=(hd1,5)<BR>
kernel /boot/vmlinuz-3.0.0-17-generic root=UUID=0241b2ac-a0ab-44de-8d73-0ed084e152e6<BR>
initrd  /boot/initrd.img-3.0.0-17-generic<BR>
<BR>
title Ubuntu Studio Oz, Kernel 3.0.0-16-generic<BR>
root=(hd1,5)<BR>
kernel /boot/vmlinuz-3.0.0-16-generic root=UUID=0241b2ac-a0ab-44de-8d73-0ed084e152e6<BR>
initrd  /boot/initrd.img-3.0.0-16-generic<BR>
<BR>
#title Linux Mint Lisa, Kernel 3.0.0-15-generic<BR>
#root    (hd1,0)<BR>
#kernel /boot/vmlinuz-3.0.0-15-generic root=/dev/sdb1<BR>
#initrd /boot/initrd.img-3.0.0-15-generic<BR>
<BR>
# (0) Arch Linux Rt<BR>
title  Arch Linux Rt<BR>
root   (hd0,8)<BR>
kernel /boot/vmlinuz-linux-rt root=/dev/sda9 ro<BR>
initrd /boot/initramfs-linux-rt.img<BR>
<BR>
# (1) Arch Linux Rt<BR>
title  Arch Linux Rt Fallback<BR>
root   (hd0,8)<BR>
kernel /boot/vmlinuz-linux-rt root=/dev/sda9 ro<BR>
initrd /boot/initramfs-linux-fallback-rt.img<BR>
<BR>
# (2) Arch Linux<BR>
title  Arch Linux<BR>
root   (hd0,8)<BR>
kernel /boot/vmlinuz-linux root=/dev/sda9 ro<BR>
initrd /boot/initramfs-linux.img<BR>
<BR>
# (3) Arch Linux<BR>
title  Arch Linux Fallback<BR>
root   (hd0,8)<BR>
kernel /boot/vmlinuz-linux root=/dev/sda9 ro<BR>
initrd /boot/initramfs-linux-fallback.img<BR>
<BR>
# (4) openSUSE 11.2<BR>
title openSUSE 11.2, Kernel 2.6.31.6-rt19<BR>
root   (hd0,6)<BR>
kernel /boot/vmlinuz-2.6.31.6-rt19  root=/dev/sda7<BR>
initrd /boot/initrd-2.6.31.6-rt19<BR>
<BR>
# (2) Windows<BR>
#title Windows<BR>
#rootnoverify (hd0,0)<BR>
#makeactive<BR>
#chainloader +1### BEGIN AUTOMAGIC KERNELS LIST<BR>
## lines between the AUTOMAGIC KERNELS LIST markers will be modified<BR>
## by the debian update-grub script except for the default options below<BR>
[snip]<BR>
<BR>
You can change the order or edit anything else. If you have any questions about the meanings of the entries, than the mailing list and Google are your friends.<BR>
<BR>
Regards,<BR>
Ralf
<BR>
</BODY>
</HTML>