[Bug 465350] Re: Unable to boot - clean install

Marcus Tomlinson marcus.tomlinson at canonical.com
Thu Mar 5 12:37:39 UTC 2020


This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.

** Changed in: grub2 (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/465350

Title:
  Unable to boot - clean install

Status in grub2 package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: grub

  Hello, I should start by saying that I'm not entirely sure whether or
  not this is a grub issue, so please walk me through this.  This is the
  best package to file the bug under that I could think of, though.

  I'm on a Dell E1505 laptop from about three and a half years ago.
  Core Duo CPU, ATI X1400 Mobility graphics, 2 GB RAM, etc.  Up until
  this point, clean installs of Ubuntu have worked flawlessly.

  Initially, I upgraded to Ubuntu 9.10 via an upgrade, but did not like
  the result.  I went back and did a clean install, so my issue occurs
  on a CLEAN INSTALL.

  When selecting "Ubuntu, Linux 2.6.31-14-generic" after a successful
  install (yes, the computer boots to a live CD or flash drive
  successfully), the computer does not do anything at all.  I get a
  blinking cursor for a few moments, then a blank screen.  No hard drive
  activity (can't hear anything, indicator light not blinking.)
  However, "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" DOES work.

  Here is the thing, though - I can't boot to Ubuntu with the default grub options.  I can boot successfully after making the following changes.
  --------------------------------------------------------------------------
  Original grub entry for "Ubuntu, Linux 2.6.31-14-generic":

  menuentry "Ubuntu, Linux 2.6.31-14-generic" {
          recordfail=1
          if [ -n ${have_grubenv} ]; then save_env recordfail; fi
  	set quiet=1
  	insmod ext2
  	set root=(hd0,4)
  	search --no-floppy --fs-uuid --set b7d0b17b-7c0e-4f3f-ac99-dd54922ebd93
  	linux	/boot/vmlinuz-2.6.31-14-generic root=UUID=b7d0b17b-7c0e-4f3f-ac99-dd54922ebd93 ro   quiet splash
  	initrd	/boot/initrd.img-2.6.31-14-generic
  }
  --------------------------------------------------------------------------
  Original grub entry for "Ubuntu, Linux 2.6.31-14-generic (recovery mode)":
  menuentry "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" {
          recordfail=1
          if [ -n ${have_grubenv} ]; then save_env recordfail; fi
  	insmod ext2
  	set root=(hd0,4)
  	search --no-floppy --fs-uuid --set b7d0b17b-7c0e-4f3f-ac99-dd54922ebd93
  	linux	/boot/vmlinuz-2.6.31-14-generic root=UUID=b7d0b17b-7c0e-4f3f-ac99-dd54922ebd93 ro single 
  	initrd	/boot/initrd.img-2.6.31-14-generic
  }
  --------------------------------------------------------------------------
  Modified grub entry for "Ubuntu, Linux 2.6.31-14-generic" (this boots, whereas the unmodified grub entry fails to boot):
  menuentry "Ubuntu, Linux 2.6.31-14-generic" {
          recordfail=1
          if [ -n ${have_grubenv} ]; then save_env recordfail; fi
  	insmod ext2
  	set root=(hd0,4)
  	search --no-floppy --fs-uuid --set b7d0b17b-7c0e-4f3f-ac99-dd54922ebd93
  	linux	/boot/vmlinuz-2.6.31-14-generic root=UUID=b7d0b17b-7c0e-4f3f-ac99-dd54922ebd93 ro
  	initrd	/boot/initrd.img-2.6.31-14-generic
  }
  --------------------------------------------------------------------------
  I noticed that the entry for the recovery mode did not have "set quiet=1" or "quiet splash", so I removed those, and what do you know?  It boots!

  Anyway, because I did a clean install, I can't believe I'm the only
  one to have this problem.  I'm reporting this bug because a clean
  install with all stock/default options FAILED TO BOOT.  Had I not
  looked at the grub entries, I would not have been able to boot.  I
  imagine some other people would give up on Ubuntu for this reason.

  I realize that I will need to post more information; my problems
  probably involve the specific hardware I have.  Please walk me through
  posting further information, whether that be the output of commands,
  logs, or just information about my hardware.

  Thanks for taking the time to look!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/465350/+subscriptions



More information about the foundations-bugs mailing list