[ubuntu-studio-users] Normal Kernal not loading.

Nate Iverson iverson.nate at gmail.com
Tue May 6 11:50:10 UTC 2014


indeed:

menuentry 'Ubuntu (lowlatency)' --class ubuntu --class gnu-linux
--class gnu --class os $menuentry_id_option
'gnulinux-simple-0f6e1051-cf9f-4299-b691-76d0d8c532d1' {
recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root
--hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1
--hint-baremetal=ahci0,msdos1  0f6e1051-cf9f-4299-b691-76d0d8c532d1
        else
          search --no-floppy --fs-uuid --set=root
0f6e1051-cf9f-4299-b691-76d0d8c532d1
        fi
        linux   /boot/vmlinuz-3.13.0-24-lowlatency
root=UUID=0f6e1051-cf9f-4299-b691-76d0d8c532d1 ro   quiet splash
$vt_handoff
        initrd  /boot/initrd.img-3.13.0-24-lowlatency
}

### END /etc/grub.d/09_lowlatency ###

Then in

### BEGIN /etc/grub.d/10_linux ###

we have:

menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu
--class os $menuentry_id_option
'gnulinux-simple-0f6e1051-cf9f-4299-b691-76d0d8c532
d1' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root
--hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1
--hint-baremetal=ahci0,msdos1  0f6e1051-cf9f-4299-b691-76d0d8c532d1
        else
          search --no-floppy --fs-uuid --set=root
0f6e1051-cf9f-4299-b691-76d0d8c532d1
        fi
        linux   /boot/vmlinuz-3.13.0-24-lowlatency
root=UUID=0f6e1051-cf9f-4299-b691-76d0d8c532d1 ro  quiet splash
$vt_handoff
        initrd  /boot/initrd.img-3.13.0-24-lowlatency
}

Best,

-N

On Tue, May 6, 2014 at 7:43 AM, Nate Iverson <iverson.nate at gmail.com> wrote:
> I just had this same issue moments ago. In your grub menu try the
> "Advanced Ubuntu Options". I also noticed when I hit 'e' on the main
> menu commands they both point to vmlinux-lowlatency.
>
> Best,
>
> -Nate



More information about the ubuntu-studio-users mailing list