Didn't MD5SUM ISO before testing. ** Package changed: linux (Ubuntu) => ubuntu
** Changed in: ubuntu Status: Confirmed => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/926673 Title: Oneric 11.10 will not boot properly Status in Ubuntu: Invalid Bug description: I have tried to repair GRUB (boot-repair) and grub-customiser as well no no avail. I need to manually power off and on between 3-5 times to reach welcome screen. Boot info below. ************************************************************************************************************************ Boot Info Script 0.60-git [2 Jan 2012] ============================= 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 (,msdos1)/boot/grub on this drive. 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: - Boot sector info: sda5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 750.2 GB, 750156374016 bytes 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 * 2,048 1,448,554,495 1,448,552,448 83 Linux /dev/sda2 1,448,556,542 1,465,147,391 16,590,850 5 Extended /dev/sda5 1,448,556,544 1,465,147,391 16,590,848 82 Linux swap / Solaris "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 7bdac5f7-9566-4964-b8b8-547ce063de54 ext4 /dev/sda5 f1ff6783-b8d3-4780-88b2-b24c88f347f2 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda1 / ext4 (rw,errors =remount-ro,user_xattr,commit=0) =========================== 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="Ubuntu, with Linux 3.0.0-15-generic" 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 7bdac5f7-9566-4964-b8b8-547ce063de54 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 7bdac5f7-9566-4964-b8b8-547ce063de54 set locale_dir=($root)/boot/grub/locale set lang=en_US insmod gettext fi terminal_output gfxterm 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 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, with Linux 3.0.0-15-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 7bdac5f7-9566-4964-b8b8-547ce063de54 linux /boot/vmlinuz-3.0.0-15-generic root=UUID=7bdac5f7-9566-4964-b8b8-547ce063de54 ro quiet splash vt.handoff=7 initrd /boot/initrd.img-3.0.0-15-generic } menuentry 'Ubuntu, with Linux 3.0.0-15-generic (recovery mode)' --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 7bdac5f7-9566-4964-b8b8-547ce063de54 echo 'Loading Linux 3.0.0-15-generic ...' linux /boot/vmlinuz-3.0.0-15-generic root=UUID=7bdac5f7-9566-4964-b8b8-547ce063de54 ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.0.0-15-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/30_os-prober ### if [ "x${timeout}" != "x-1" ]; then if keystatus; then if keystatus --shift; then set timeout=-1 else set timeout=0 fi else if sleep --interruptible 3 ; then set timeout=0 fi fi fi ### 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=7bdac5f7-9566-4964-b8b8-547ce063de54 / ext4 errors=remount-ro,user_xattr 0 1 # swap was on /dev/sda5 during installation UUID=f1ff6783-b8d3-4780-88b2-b24c88f347f2 none swap sw 0 0 -------------------------------------------------------------------------------- =================== sda1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 600.134044647 = 644.389023744 boot/grub/core.img 1 600.125984192 = 644.380368896 boot/grub/grub.cfg 1 2.268745422 = 2.436046848 boot/initrd.img-3.0.0-15-generic 3 1.220184326 = 1.310162944 boot/vmlinuz-3.0.0-15-generic 1 2.268745422 = 2.436046848 initrd.img 3 1.220184326 = 1.310162944 vmlinuz 1 =============================== StdErr Messages: =============================== xz: (stdin): Compressed data is corrupt ADDITIONAL INFORMATION : **************** log of boot-repair 2012-02-04__08h50 **************** boot-repair version : 3.13-0ppa2~oneiric boot-sav version : 3.13-0ppa2~oneiric internet: connected boot-sav-gui version : 3.13-0ppa3~oneiric LIVESESSION is : no (Ubuntu 11.10 , oneiric , Ubuntu ) BYTES_BEFORE_PART[1] (sda) = 2048 sectors * 512 bytes = 1048576 bytes. OSPROBER: /dev/sda1:The OS now in use - Ubuntu 11.10 CurrentSession:linux BLKID: /dev/sda1: UUID="7bdac5f7-9566-4964-b8b8-547ce063de54" TYPE="ext4" /dev/sda5: UUID="f1ff6783-b8d3-4780-88b2-b24c88f347f2" TYPE="swap" 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS. Total of 1 OS detected on sda disk. TABLE_TYPE of sda is MSDos sda1 : sda, not-sepboot, grub-install, apt-get, 64, with boot, , with-os, no-gpt, notEFItable, fstab-without-efi. PARTED: Model: ATA WDC WD7500BPKT-8 (scsi) Disk /dev/sda: 750GB Sector size (logical/physical): 512B/4096B Partition Table: msdos Number Start End Size Type File system Flags 1 1049kB 742GB 742GB primary ext4 boot 2 742GB 750GB 8495MB extended 5 742GB 750GB 8495MB logical linux-swap(v1) MOUNT: /dev/sda1 on / type ext4 (rw,errors=remount-ro,user_xattr,commit=0) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) fusectl on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) udev on /dev type devtmpfs (rw,mode=0755) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755) none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880) none on /run/shm type tmpfs (rw,nosuid,nodev) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) gvfs-fuse-daemon on /home/ekstah/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ekstah) /sys/block/sda: alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent /sys/block/sr0: alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev: agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 v4l vboxdrv vboxnetctl vboxusb vga_arbiter video0 zero /dev/mapper: control DF: Filesystem Type Size Used Avail Use% Mounted on /dev/sda1 ext4 680G 32G 614G 5% / udev devtmpfs 3.9G 12K 3.9G 1% /dev tmpfs tmpfs 1.6G 1.1M 1.6G 1% /run none tmpfs 5.0M 0 5.0M 0% /run/lock none tmpfs 3.9G 1.3M 3.9G 1% /run/shm FDISK: Disk /dev/sda: 750.2 GB, 750156374016 bytes 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x000a4379 Device Boot Start End Blocks Id System /dev/sda1 * 2048 1448554495 724276224 83 Linux /dev/sda2 1448556542 1465147391 8295425 5 Extended Partition 2 does not start on physical sector boundary. /dev/sda5 1448556544 1465147391 8295424 82 Linux swap / Solaris ************************Before mainwindow FSCK_ACTION no PASTEBIN_ACTION yes recommendedrepair, reinstall, REINSTALL_POSSIBLE yes PURGE_POSSIBLE yes UNHIDEBOOT_ACTION yes (10s), noflag (sda1) PART_TO_REINSTALL_GRUB sda1, PART_TO_REINSTALL_GRUB_PURGE sda1, FORCE_GRUB no (sda) REMOVABLEDISK no USE_SEPARATEBOOTPART no () grub2 (sda1) UNCOMMENT_GFXMODE no ATA ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) ( ) internet: connected ************************Actions FSCK_ACTION no PASTEBIN_ACTION yes bootinfo, nombraction, REINSTALL_POSSIBLE yes PURGE_POSSIBLE yes UNHIDEBOOT_ACTION no (10s), noflag (sda1) PART_TO_REINSTALL_GRUB sda1, PART_TO_REINSTALL_GRUB_PURGE sda1, FORCE_GRUB no (sda) REMOVABLEDISK no USE_SEPARATEBOOTPART no () grub2 (sda1) UNCOMMENT_GFXMODE no ATA ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda 1) internet: connected ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-image-3.0.0-15-generic 3.0.0-15.26 ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 1.23-0ubuntu4 Architecture: amd64 ArecordDevices: **** List of CAPTURE Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: ekstah 1741 F.... pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xdfc00000 irq 45' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:10ec0269,10431bc3,00100100 HDA:80862805,80860101,00100000' Controls : 18 Simple ctrls : 10 Date: Sat Feb 4 09:05:39 2012 HibernationDevice: RESUME=UUID=f1ff6783-b8d3-4780-88b2-b24c88f347f2 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: ASUSTeK Computer Inc. U46E ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic root=UUID=7bdac5f7-9566-4964-b8b8-547ce063de54 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.0.0-15-generic N/A linux-backports-modules-3.0.0-15-generic N/A linux-firmware 1.60 SourcePackage: linux StagingDrivers: mei UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/20/2011 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: U46E.205 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: U46E dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrU46E.205:bd07/20/2011:svnASUSTeKComputerInc.:pnU46E:pvr1.0:rvnASUSTeKComputerInc.:rnU46E:rvr1.0:cvnASUSTeKComputerInc.:ct9:cvr1.0: dmi.product.name: U46E dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/926673/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp