Hi, Jeremy, A friend of mine was able to figure out that GRUB2 was corrupt and he was able to fix it for me. I was able to choose the older kernel from the GRUB boot list. But then after I upgrade to 2.6.32-30, same problem occurred. My desktop and newer laptops don't have this problem.
Bryan On Mon, Mar 28, 2011 at 9:53 AM, Jeremy Foshee <[email protected]> wrote: > Hi Bryan, > > Please be sure to confirm this issue exists with the latest development > release of Ubuntu. ISO CD images are available from > http://cdimage.ubuntu.com/daily/current/ . If the issue remains, please run > the following command from a Terminal (Applications->Accessories->Terminal). > It will automatically gather and attach updated debug information to this > report. > > apport-collect -p linux 731367 > > Also, if you could test the latest upstream kernel available that would be > great. It will allow additional upstream developers to examine the issue. > Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once you've tested > the upstream kernel, please remove the 'needs-upstream-testing' tag. This > can be done by clicking on the yellow pencil icon next to the tag located at > the bottom of the bug description and deleting the 'needs-upstream-testing' > text. Please let us know your results. > > Thanks in advance. > > [This is an automated message. Apologies if it has reached you > inappropriately; please just reply to this message indicating so.] > > > ** Tags added: needs-kernel-logs > > ** Tags added: needs-upstream-testing > > ** Tags added: kj-triage > > ** Changed in: linux (Ubuntu) > Status: New => Incomplete > > -- > You received this bug notification because you are a direct subscriber > of the bug. > https://bugs.launchpad.net/bugs/731367 > > Title: > IBM A31/T30 Can't Load Kernel After 2.6.32-29 Update > > Status in "linux" package in Ubuntu: > Incomplete > > Bug description: > My T30 and A31 running Ubuntu 10.04.2 both crashed after Kernel > update. The T30 has kernel panic while the A31 shows this: > > GNU GRUB version 1.98-1ubuntu7 > > Minimal BASH-like line editing is supported. For the first word, TAB > lists possible command completions. Anywhere else TAB lists possible > device or file completions. > > grub> > > I have tried to rebuild GRUB but to no avail. > -------------- > > I ran Boot Info Script on A31 and get this: > > Boot Info Script 0.55 dated February 15th, 2010 > > ============================= Boot Info Summary: > ============================== > > => Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in > partition #5 for /boot/grub. > => No known boot loader is installed in the MBR of /dev/sdb > > sda1: __________________________________________________ > _______________________ > > File system: ntfs > Boot sector type: Windows XP > Boot sector info: No errors found in the Boot Parameter Block. > Operating System: Windows XP > Boot files/dirs: /boot.ini /ntldr /NTDETECT.COM > > sda2: __________________________________________________ > _______________________ > > File system: Extended Partition > Boot sector type: Unknown > Boot sector info: > > sda5: __________________________________________________ > _______________________ > > File system: ext4 > Boot sector type: - > Boot sector info: > Operating System: Ubuntu 10.04.2 LTS > Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img > > sda6: __________________________________________________ > _______________________ > > File system: swap > Boot sector type: - > Boot sector info: > > sdb4: __________________________________________________ > _______________________ > > File system: vfat > Boot sector type: Fat16 > Boot sector info: No errors found in the Boot Parameter Block. > Operating System: > Boot files/dirs: > > =========================== Drive/Partition Info: > ============================= > > Drive: sda ___________________ > __________________________________________________ ___ > > Disk /dev/sda: 250.1 GB, 250059350016 bytes > 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > > Partition Boot Start End Size Id System > > /dev/sda1 * 63 78,744,273 78,744,211 7 HPFS/NTFS > /dev/sda2 78,745,598 488,396,799 409,651,202 5 Extended > /dev/sda5 78,745,600 483,903,487 405,157,888 83 Linux > /dev/sda6 483,905,536 488,396,799 4,491,264 82 Linux swap / Solaris > > > Drive: sdb ___________________ > __________________________________________________ ___ > > Disk /dev/sdb: 100 MB, 100663296 bytes > 64 heads, 32 sectors/track, 96 cylinders, total 196608 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > > Partition Boot Start End Size Id System > > /dev/sdb4 * 32 196,607 196,576 6 FAT16 > > > blkid -c /dev/null: __________________________________________________ > __________ > > Device UUID TYPE LABEL > > /dev/loop0 squashfs > /dev/sda1 3000633600630268 ntfs > /dev/sda2: PTTYPE="dos" > /dev/sda5 8549f833-4cb6-4057-8884-88569463ba03 ext4 > /dev/sda6 fa296ad6-e7be-4024-b2ae-bf07c145d681 swap > /dev/sda: PTTYPE="dos" > /dev/sdb4 0FF6-090A vfat ZIP-100 > /dev/sdb: PTTYPE="dos" > > ============================ "mount | grep ^/dev output: > =========================== > > Device Mount_Point Type Options > > aufs / aufs (rw) > /dev/sr0 /cdrom iso9660 (ro,noatime) > /dev/loop0 /rofs squashfs (ro,noatime) > /dev/sdb4 /media/ZIP-100 vfat > (rw,nosuid,nodev,uhelper=udisks,uid=999,gid=999,sh > ortname=mixed,dmask=0077,utf8=1,flush) > > > ================================ sda1/boot.ini: > ================================ > > [boot loader] > timeout=30 > default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S > [operating systems] > multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP > Professional" /noexecute=optin /fastdetect > > =========================== sda5/boot/grub/grub.cfg: > =========================== > > # > # DO NOT EDIT THIS FILE > # > # It is automatically generated by /usr/sbin/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 > 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 > } > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > if loadfont /usr/share/grub/unicode.pf2 ; then > set gfxmode=640x480 > insmod gfxterm > insmod vbe > if terminal_output gfxterm ; then true ; else > # For backward compatibility with versions of terminal.mod that don't > # understand terminal_output > terminal gfxterm > fi > fi > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > set locale_dir=($root)/boot/grub/locale > set lang=en > insmod gettext > if [ ${recordfail} = 1 ]; then > set timeout=-1 > else > set timeout=10 > 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 > ### END /etc/grub.d/05_debian_theme ### > > ### BEGIN /etc/grub.d/10_linux ### > menuentry 'Ubuntu,Linux 2.6.32-29-generic' --class ubuntu --class gnu-linux > --class gnu --class os { > recordfail > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > linux /boot/vmlinuz-2.6.32-29-generic > root=UUID=8549f833-4cb6-4057-8884-88569463ba03 ro quiet splash > initrd /boot/initrd.img-2.6.32-29-generic > } > menuentry 'Ubuntu,Linux 2.6.32-29-generic (恢复模式)' --class ubuntu --class > gnu-linux --class gnu --class os { > recordfail > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > echo '载入 Linux ...' > linux /boot/vmlinuz-2.6.32-29-generic > root=UUID=8549f833-4cb6-4057-8884-88569463ba03 ro single > echo '载入引导虚拟磁盘 ...' > initrd /boot/initrd.img-2.6.32-29-generic > } > menuentry 'Ubuntu,Linux 2.6.32-28-generic' --class ubuntu --class gnu-linux > --class gnu --class os { > recordfail > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > linux /boot/vmlinuz-2.6.32-28-generic > root=UUID=8549f833-4cb6-4057-8884-88569463ba03 ro quiet splash > initrd /boot/initrd.img-2.6.32-28-generic > } > menuentry 'Ubuntu,Linux 2.6.32-28-generic (恢复模式)' --class ubuntu --class > gnu-linux --class gnu --class os { > recordfail > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > echo '载入 Linux ...' > linux /boot/vmlinuz-2.6.32-28-generic > root=UUID=8549f833-4cb6-4057-8884-88569463ba03 ro single > echo '载入引导虚拟磁盘 ...' > initrd /boot/initrd.img-2.6.32-28-generic > } > menuentry 'Ubuntu,Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux > --class gnu --class os { > recordfail > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > linux /boot/vmlinuz-2.6.32-24-generic > root=UUID=8549f833-4cb6-4057-8884-88569463ba03 ro quiet splash > initrd /boot/initrd.img-2.6.32-24-generic > } > menuentry 'Ubuntu,Linux 2.6.32-24-generic (恢复模式)' --class ubuntu --class > gnu-linux --class gnu --class os { > recordfail > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > echo '载入 Linux ...' > linux /boot/vmlinuz-2.6.32-24-generic > root=UUID=8549f833-4cb6-4057-8884-88569463ba03 ro single > echo '载入引导虚拟磁盘 ...' > initrd /boot/initrd.img-2.6.32-24-generic > } > ### END /etc/grub.d/10_linux ### > > ### BEGIN /etc/grub.d/20_memtest86+ ### > menuentry "Memory test (memtest86+)" { > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > linux16 /boot/memtest86+.bin > } > menuentry "Memory test (memtest86+, serial console 115200)" { > insmod ext2 > set root='(hd0,5)' > search --no-floppy --fs-uuid --set 8549f833-4cb6-4057-8884-88569463ba03 > linux16 /boot/memtest86+.bin console=ttyS0,115200n8 > } > ### END /etc/grub.d/20_memtest86+ ### > > ### BEGIN /etc/grub.d/30_os-prober ### > menuentry "Microsoft Windows XP Professional (on /dev/sda1)" { > insmod ntfs > set root='(hd0,1)' > search --no-floppy --fs-uuid --set 3000633600630268 > drivemap -s (hd0) ${root} > chainloader +1 > } > ### 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 ### > > =============================== sda5/etc/fstab: > =============================== > > # /etc/fstab: static file system information. > # > # Use 'blkid -o value -s UUID' 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/sda5 during installation > UUID=8549f833-4cb6-4057-8884-88569463ba03 / ext4 errors=remount-ro 0 1 > # swap was on /dev/sda6 during installation > UUID=fa296ad6-e7be-4024-b2ae-bf07c145d681 none swap sw 0 0 > /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 > > =================== sda5: Location of files loaded by Grub: > =================== > > > 126.3GB: boot/grub/core.img > 190.8GB: boot/grub/grub.cfg > 126.4GB: boot/initrd.img-2.6.32-24-generic > 126.5GB: boot/initrd.img-2.6.32-28-generic > 126.5GB: boot/initrd.img-2.6.32-29-generic > 126.4GB: boot/vmlinuz-2.6.32-24-generic > 126.4GB: boot/vmlinuz-2.6.32-28-generic > 126.5GB: boot/vmlinuz-2.6.32-29-generic > 126.5GB: initrd.img > 126.5GB: initrd.img.old > 126.5GB: vmlinuz > 126.4GB: vmlinuz.old > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/731367/+subscribe > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731367 Title: IBM A31/T30 Can't Load Kernel After 2.6.32-29 Update -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
