gohlip wrote:Need clarification...
o installed grub-legacy or grub2?
grub-legacy
gohlip wrote:o "I tried having Windows as the default, I tried having Linux as the default. No matter what, it skips GRUB and goes straight to Windows on boot."
If it goes straight to windows, how did you try to set any default when Mageia is not booting? Please explain.
I installed Mageia, added Windows to the menu and set it as default.
Didn't work.
Booted from Live USB, installed again (on the same / partition), added Windows to the boot menu, but set Linux as the default.
Didn't work.
gohlip wrote: Do you get any grub menu at all? (any version grub menu will make things much easier) - not even a grub prompt?
Nothing at all, not even grub prompt. Just the Asus splash screen, a blank screen for a few seconds, then the Windows splash screen.
gohlip wrote:If it is possible, get output of "fdisk -lu" and "blkid" ( you can also boot up livecd to find this).
- Code: Select all
[root@localhost live]# fdisk -lu
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x830463eb
Device Boot Start End Blocks Id System
/dev/sda1 1 625142447 312571223+ ee GPT
Disk /dev/sdb: 8000 MB, 8000110592 bytes
64 heads, 32 sectors/track, 7629 cylinders, total 15625216 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x228d5a78
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1345535 672767+ 17 Hidden HPFS/NTFS
[root@localhost live]# blkid
/dev/loop0: TYPE="squashfs"
/dev/sda2: LABEL="SYSTEM" UUID="CCF4-FD64" TYPE="vfat"
/dev/sda3: LABEL="OS" UUID="B4FE0A0CFE09C796" TYPE="ntfs"
/dev/sda4: LABEL="Recovery" UUID="72F41CFCF41CC3EF" TYPE="ntfs"
/dev/sda5: UUID="5f59b90f-f0e7-442f-a136-06ca2d1390d2" TYPE="ext4"
/dev/sda6: UUID="96f45137-c38c-4f95-9985-3defdbc08d45" TYPE="swap"
/dev/sda7: UUID="724ac76c-b02d-45c3-ac72-005fcb64b8ee" TYPE="ext4"
[root@localhost live]#