ubuntu-chromebook-installer
ubuntu-chromebook-installer copied to clipboard
Ctrl L boots to grub terminal
After Ieboot my machine for the second time and attempt to boot to ubuntu, all I am shown is the GNU GRUB terminal
Sounds like something happened during install that made it so all the steps didn't complete. The log for the installer should be on the medium you installed with. That should help see if anything happened there.
Any luck solving this? I have the same issue on the asus chromebox. I can't seem to use my keyboard once I get to the grub screen either so I can't really poke around to see what the options are there.
This is the full install log: http://pastebin.com/eRTMiEeV
Some interesting bits:
process 22110: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/etc/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue.
(gconftool-2:22110): GConf-WARNING **: Client failed to connect to the D-BUS daemon: //bin/dbus-launch terminated abnormally with the following error: No protocol specified Autolaunch error: X11 initialization failed.
2014-12-07T15:19:30 INFO Downloading and installing kernel package(s) from URL 2014-12-07T15:19:30 COMMAND mkdir /tmp/kernel/ 2014-12-07T15:19:30 COMMAND wget -P /tmp/kernel/ http://us.archive.ubuntu.com/ubuntu/ubuntu/ubuntu/pool/main/l/linux/linux-image-3.13.0-5-generic_3.13.0-5.20_amd64.deb 2014-12-07T15:19:31 COMMAND output: --2014-12-07 20:19:31-- http://us.archive.ubuntu.com/ubuntu/ubuntu/ubuntu/pool/main/l/linux/linux-image-3.13.0-5-generic_3.13.0-5.20_amd64.deb Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.13, 91.189.91.14, 91.189.91.15, ... Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.13|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2014-12-07 20:19:31 ERROR 404: Not Found. 2014-12-07T15:19:31 COMMAND wget -P /tmp/kernel/ http://us.archive.ubuntu.com/ubuntu/ubuntu/ubuntu/pool/main/l/linux/linux-headers-3.13.0-5-generic_3.13.0-5.20_amd64.deb 2014-12-07T15:19:31 COMMAND output: --2014-12-07 20:19:31-- http://us.archive.ubuntu.com/ubuntu/ubuntu/ubuntu/pool/main/l/linux/linux-headers-3.13.0-5-generic_3.13.0-5.20_amd64.deb Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.23, 91.189.91.24, 91.189.91.13, ... Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.23|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2014-12-07 20:19:31 ERROR 404: Not Found. 2014-12-07T15:19:31 COMMAND wget -P /tmp/kernel/ http://us.archive.ubuntu.com/ubuntu/ubuntu/ubuntu/pool/main/l/linux/linux-headers-3.13.0-5_3.13.0-5.20_all.deb 2014-12-07T15:19:31 COMMAND output: --2014-12-07 20:19:31-- http://us.archive.ubuntu.com/ubuntu/ubuntu/ubuntu/pool/main/l/linux/linux-headers-3.13.0-5_3.13.0-5.20_all.deb Resolving us.archive.ubuntu.com (us.archive.ubuntu.com)... 91.189.91.23, 91.189.91.24, 91.189.91.13, ... Connecting to us.archive.ubuntu.com (us.archive.ubuntu.com)|91.189.91.23|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2014-12-07 20:19:31 ERROR 404: Not Found. 2014-12-07T15:19:31 COMMAND dpkg -i /tmp/kernel//.deb 2014-12-07T15:19:32 COMMAND output: dpkg: error processing archive /tmp/kernel//.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: /tmp/kernel//*.deb
2014-12-07T15:21:00 COMMAND output: update-initramfs: Generating /boot/initrd.img-3.13.0-32-generic df: Warning: cannot read table of mounted file systems: No such file or directory 2014-12-07T15:21:00 INFO Installing and updating grub to /dev/sda... 2014-12-07T15:21:00 COMMAND grub-install /dev/sda --force 2014-12-07T15:21:03 COMMAND output: Installing for i386-pc platform. grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible. grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. Installation finished. No error reported. 2014-12-07T15:21:03 COMMAND update-grub 2014-12-07T15:21:12 COMMAND output: Generating grub configuration file ... Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. ERROR: unsupported sector size 4096 on /dev/dm-0. Found unknown Linux distribution on /dev/sda3 Found unknown Linux distribution on /dev/sda5 done
Looks like it is trying to download an older kernel image that is no longer available. You must not be using the c720 profile that doesn't set kernel_url_pkgs. I haven't tested/updated the others properly.