that was from menu.lst which may not be used anymore... here is from
grub.cfg:

menuentry 'Ubuntu, with Linux 3.2.0-39-virtual' --class ubuntu --class
gnu-linux --class gnu --class os {
        recordfail
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='(hd0,1)'
        linux   /boot/vmlinuz-3.2.0-39-virtual root=LABEL=cloudimg-rootfs
ro   console=ttyS0
        initrd  /boot/initrd.img-3.2.0-39-virtual
}
menuentry 'Ubuntu, with Linux 3.2.0-39-virtual (recovery mode)' --class
ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='(hd0,1)'
        echo    'Loading Linux 3.2.0-39-virtual ...'
        linux   /boot/vmlinuz-3.2.0-39-virtual root=LABEL=cloudimg-rootfs
ro recovery nomodeset
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-3.2.0-39-virtual
}



On Wed, Apr 3, 2013 at 7:41 PM, Carlos Reategui <car...@reategui.com> wrote:

> Could the problem be the disks in the grub conf?  This is what is there
> now:
>
> title           Ubuntu 12.04.2 LTS, kernel 3.2.0-39-virtual
> root            (hd0)
> kernel          /boot/vmlinuz-3.2.0-39-virtual root=LABEL=cloudimg-rootfs
> ro console=hvc0
> initrd          /boot/initrd.img-3.2.0-39-virtual
>
> title           Ubuntu 12.04.2 LTS, kernel 3.2.0-39-virtual (recovery mode)
> root            (hd0)
> kernel          /boot/vmlinuz-3.2.0-39-virtual root=LABEL=cloudimg-rootfs
> ro  single
> initrd          /boot/initrd.img-3.2.0-39-virtual
>
> title           Ubuntu 12.04.2 LTS, memtest86+
> root            (hd0)
> kernel          /boot/memtest86+.bin
>
>
>

Reply via email to