Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I installed 11.10 on an Acer Aspire 9800 laptop and it went well enough I thought. But it just doesn't boot up. I tried various tweaks with grub and finally managed to get to a minimal working grub menu, but then it says the dreaded "no loaded kernel" message.

I recreated grub with sudo update-grub2 and it went without errors, found my kernels it seemed but still I get this error on bootup.

I tried installing a operating system called WinXP but that didn't even find my harddrives so that didn't help things.

These are the results from my boot info script.

Boot Info Script 0.60    from 17 May 2011


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for  on this drive.
 => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 11.10
    Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  Unknown
    Boot sector info:  

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:  

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.04 20110518
    Boot sector info:   Syslinux looks at sector 1438184 of /dev/sdb1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       The integrity check of the ADV area failed. According 
                       to the info in the boot sector, sdb1 starts at sector 
                       0. But according to the info from fdisk, sdb1 starts 
                       at sector 62.
    Operating System:  
    Boot files:        /syslinux/syslinux.cfg /ldlinux.sys

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1               2,048   970,483,711   970,481,664  83 Linux
/dev/sda2         970,485,758   976,771,071     6,285,314   5 Extended
/dev/sda5         970,485,760   976,771,071     6,285,312  82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 4023 MB, 4023386112 bytes
124 heads, 62 sectors/track, 1022 cylinders, total 7858176 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1    *             62     7,857,135     7,857,074   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/loop1       07d55477-7057-4898-a824-542a443c653c   ext3       
/dev/sda1        33e32450-2f86-4de9-81c7-36ff826e453f   ext4       
/dev/sda5        a5253c95-7bcc-4f96-ac45-3f556ad99dea   swap       
/dev/sdb1        CA68-39D5                              vfat       

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdb1        /cdrom                   vfat       (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sda1/boot/grub/grub.cfg: ===========================

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

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  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
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 33e32450-2f86-4de9-81c7-36ff826e453f
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set=root 33e32450-2f86-4de9-81c7-36ff826e453f
  set locale_dir=($root)/boot/grub/locale
  set lang=is_IS
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=20
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/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, með Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root 33e32450-2f86-4de9-81c7-36ff826e453f
    linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=33e32450-2f86-4de9-81c7-36ff826e453f ro   xforcevesa
    initrd  /boot/initrd.img-3.0.0-12-generic
}
menuentry 'Ubuntu, með Linux 3.0.0-12-generic (viðgerðahamur)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root 33e32450-2f86-4de9-81c7-36ff826e453f
    echo    'Loading Linux 3.0.0-12-generic ...'
    linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=33e32450-2f86-4de9-81c7-36ff826e453f ro recovery nomodeset 
    echo    'Loading initial ramdisk ...'
    initrd  /boot/initrd.img-3.0.0-12-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root 33e32450-2f86-4de9-81c7-36ff826e453f
    linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root 33e32450-2f86-4de9-81c7-36ff826e453f
    linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=33e32450-2f86-4de9-81c7-36ff826e453f /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=a5253c95-7bcc-4f96-ac45-3f556ad99dea none            swap    sw              0       0
--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

               =                boot/grub/core.img                             1
               =                boot/grub/grub.cfg                             1
               =                boot/initrd.img-3.0.0-12-generic               3
               =                boot/vmlinuz-3.0.0-12-generic                  1
               =                initrd.img                                     3
               =                vmlinuz                                        1

========================= sdb1/syslinux/syslinux.cfg: ==========================

--------------------------------------------------------------------------------
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------

================= sdb1: Location of files loaded by Syslinux: ==================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             ldlinux.sys                                    1
            ?? = ??             syslinux/chain.c32                             1
            ?? = ??             syslinux/gfxboot.c32                           1
            ?? = ??             syslinux/syslinux.cfg                          1
            ?? = ??             syslinux/vesamenu.c32                          1

============== sdb1: Version of COM32(R) files used by Syslinux: ===============

 syslinux/chain.c32                 :  COM32R module (v4.xx)
 syslinux/gfxboot.c32               :  COM32R module (v4.xx)
 syslinux/vesamenu.c32              :  COM32R module (v4.xx)

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda2

00000000  40 76 f4 72 bb c9 d5 65  74 2c 4d bb a9 b9 12 ce  |@v.r...et,M.....|
00000010  e7 ea d1 39 11 1c f0 8c  87 df 3c a4 9b 93 44 57  |...9......<...DW|
00000020  a0 2e 54 63 36 2b 5b c5  b0 f6 27 e4 ad 56 c2 47  |..Tc6+[...'..V.G|
00000030  43 b3 e0 b5 51 2f a4 f1  e3 ee 2e 7d af 10 b6 12  |C...Q/.....}....|
00000040  1a 32 31 b7 58 74 b0 a0  7f 62 04 4a b9 35 5a 72  |.21.Xt...b.J.5Zr|
00000050  d7 54 cd e5 01 07 29 44  41 bb 60 33 1b 55 66 98  |.T....)DA.`3.Uf.|
00000060  7c 6b 74 dd b3 65 ef 5b  31 df 68 5b 4e c9 7f 5e  ||kt..e.[1.h[N..^|
00000070  54 1d 92 93 75 2c 8a a4  93 df 27 4f e5 62 a9 74  |T...u,....'O.b.t|
00000080  d9 15 ac 7b de ce 96 4c  d9 ad f9 39 77 1a b6 91  |...{...L...9w...|
00000090  ae b5 d0 bf 06 3b 37 20  8e c5 fd 0c 97 c7 b8 a4  |.....;7 ........|
000000a0  87 c1 09 69 74 98 87 be  4d e2 83 b9 be c5 6c 02  |...it...M.....l.|
000000b0  1e 16 cb 9a 11 e6 05 bf  ac ac 7d 5a 3f aa b1 99  |..........}Z?...|
000000c0  20 53 63 b4 15 bc 09 f0  2b 68 f3 65 33 f8 f0 1d  | Sc.....+h.e3...|
000000d0  20 8f 69 8c f7 f0 2d 7a  29 a7 6a db 6f c6 94 3a  | .i...-z).j.o..:|
000000e0  84 04 31 9b 62 4b c5 16  d1 fb 5c 7a 6b 78 74 c2  |..1.bK....\zkxt.|
000000f0  75 c2 37 2f 1e 34 49 3d  08 9f a6 e9 3d 68 47 e1  |u.7/.4I=....=hG.|
00000100  d4 5f 93 95 04 66 ca 56  63 2d f6 eb 7e 9c 11 46  |._...f.Vc-..~..F|
00000110  22 a6 65 51 ed 9d 5b e9  0f 4d 3b 8e 43 72 94 5c  |".eQ..[..M;.Cr.\|
00000120  77 46 49 49 a4 45 8a cc  c8 63 1a 5c 07 51 c1 71  |wFII.E...c.\.Q.q|
00000130  6e 84 c6 f5 d3 2c c7 54  c5 42 57 89 9f 5a 26 ec  |n....,.T.BW..Z&.|
00000140  17 ec bb 93 f3 32 db 86  ab d8 48 27 26 16 63 7d  |.....2....H'&.c}|
00000150  e6 fc d2 52 40 f7 55 47  7a e1 48 50 f2 29 91 49  |...R@.UGz.HP.).I|
00000160  a3 da f0 86 a3 8c f8 88  7d 97 23 5a 80 ff bb 1d  |........}.#Z....|
00000170  5b ff a4 d3 a8 26 31 7e  3d 61 85 08 64 7e 48 9c  |[....&1~=a..d~H.|
00000180  4e ec 97 64 6b c7 7f ca  70 82 70 b7 3c b4 6f 73  |N..dk...p.p.<.os|
00000190  e1 d4 fd 15 86 f5 eb ac  e6 cd a6 8e 9d 8a a5 84  |................|
000001a0  8d 52 02 a7 05 68 71 35  7d 4f 1b b2 06 71 0c 18  |.R...hq5}O...q..|
000001b0  d1 15 3f ec 55 b7 77 74  0d 05 67 71 cc 14 00 fe  |..?.U.wt..gq....|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 e8 5f 00 00 00  |............_...|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200


=============================== StdErr Messages: ===============================

unlzma: Decoder error
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
./boot_info_script.sh: line 1579: [: 2.73495e+09: integer expression expected
share|improve this question

1 Answer

up vote 1 down vote accepted

The solution to this mystery was the fact that the laptop had 4GB of RAM but is only supporting 32-bit operating system, therefore it could not read the 4GB and refused to boot. The fix was to simply remove 2GB of the 4GB, and everything worked perfectly.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.