Re: Got grub> after new installation. What next?
That's odd that the problem returned, but understandable after an update. You did
followed by
??
I would go for the bigger harddrive and partition part of it for Kubuntu, but that's my personal preference and what I do on my laptop. I've never had any issues with Grub until recently, when I decided to do some repartitioning on my own (and which is where I've subsequently learned all about grub> commands).
btw... You can d/l a LiveCD of gPartD here:
http://gparted.sourceforge.net/livecd.php
That's odd that the problem returned, but understandable after an update. You did
Code:
sudo update-grub
Code:
sudo grub-install --root-directory=dev/sda1 /dev/sda
I would go for the bigger harddrive and partition part of it for Kubuntu, but that's my personal preference and what I do on my laptop. I've never had any issues with Grub until recently, when I decided to do some repartitioning on my own (and which is where I've subsequently learned all about grub> commands).
btw... You can d/l a LiveCD of gPartD here:
http://gparted.sourceforge.net/livecd.php
Comment