Then I used parted magic boot cd to expand both partitons into the new drive.
Mageia boots up fine, but windows just hangs at the "starting up...." prompt.
- Code: Select all
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0
title linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=f02f245b-14f1-48aa-bf79-036507d2ccc6 splash quiet resume=UUID=68c9b0f6-df01-47e0-8383-8d55a0f20b9c vga=788
initrd (hd0,4)/boot/initrd.img
title linux-nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=f02f245b-14f1-48aa-bf79-036507d2ccc6 resume=UUID=68c9b0f6-df01-47e0-8383-8d55a0f20b9c
initrd (hd0,4)/boot/initrd.img
title failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=f02f245b-14f1-48aa-bf79-036507d2ccc6 failsafe
initrd (hd0,4)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
this is the first time I've looked at grub.conf so I don't know if the windows entry is right or wrong.