GRUB, if installed properly should allow you to boot to either chrome or Kubuntu. I've never messed with a chromebook, but maybe you just need to adjust GRUB a bit so you can see the menu. Edit the file /etc/default/grub and comment out
GRUB_HIDDEN_TIMEOUT=10
GRUB_HIDDEN_TIMEOUT_QUIET=false
by placing a # in front of each of these lines. Then re-run update-grub and reboot.
To edit the file, you can use "sudo nano /etc/default/grub" in a terminal, or if you prefer a normal text editor, type "kdesudo kate /etc/default/grub" in a terminal and Kate will pop open.
GRUB_HIDDEN_TIMEOUT=10
GRUB_HIDDEN_TIMEOUT_QUIET=false
by placing a # in front of each of these lines. Then re-run update-grub and reboot.
To edit the file, you can use "sudo nano /etc/default/grub" in a terminal, or if you prefer a normal text editor, type "kdesudo kate /etc/default/grub" in a terminal and Kate will pop open.
Comment