Installed Ubuntu over a Windows 8 trial. After installation, Windows 8 still tries to boot. Wiped disk clean with Acronis and reinstall Ubuntu. Windows 8 still tries to start, but goes to blank screen. Ubuntu never tries to boot. Naturally live mode works fine. What do you think of wiping disk again, install Windows 7 and try using GRUB approach or do you know how to remove Windows from the cleaned disk?
|
Theres two options to boot an Operating System from..
some OS's like MS.Windows affects MBR and you need to place grub boot loader at MBR. for this purpose: Step 1: Boot up your system with any grub installed emergency disk. Step 2: Run gparted program or this command: df and determine what is your drive name (result is like: /dev/sda) without any number at end of /sda Step 3: if grub is preinstalled then run these commands in shell (terminal):
and if its not installed,do this command:
anyway you need to edit /boot/grub/grub.cfg to enable resume function (Hybernate) |
|||
|
|
|
You don't necessarily need to install Windows 7 to edit your GRUB. You could also run a live copy of Ubuntu on a flash drive and then edit your GRUB file following this wiki guide: https://help.ubuntu.com/community/Grub2 Alternatively, if the GRUB menu doesn't open automatically upon startup, try holding down the SHIFT key before Windows 8 boots. That usually signals it to open, if it's installed properly. |
|||
|
|
|
Do you see GRUB menu or not? May be you have just installed GRUB loader in wrong partition (not the one you are booting from). You can select partition for GRUB loader during setup while selecting partition to setup Ubuntu. |
|||
|
|
|
If you want to install GRUB on your hard disk. You can do this by using the Ubuntu Live CD.
Now you are done. Reboot the machine. Another option is to run this command:
|
||||
|
|
sudo fdisk -l, edit your question and add the output of that command to it. – Bruno Pereira♦ Jul 4 '12 at 13:50