09-12-2016, 05:22 PM
Glad that you are are looking at this. I had this issue and posted previously about grub. I have overcome this problem with grub custom_40 entry
menuentry 'Linux Lite 3.0 GNU/Linux'{
set root='hd1,msdos17'
linux /vmlinuz root=UUID=ebd7e224-4faa-47ab-93b4-1ed4d0f4e416 ro
initrd /initrd.img
}
Hope this helps somebody in the meantime.
menuentry 'Linux Lite 3.0 GNU/Linux'{
set root='hd1,msdos17'
linux /vmlinuz root=UUID=ebd7e224-4faa-47ab-93b4-1ed4d0f4e416 ro
initrd /initrd.img
}
Hope this helps somebody in the meantime.