@related: Boot syslinux BootLoader todo
Can the microsoft bootloader be installed or moved to some partition and not on the MBR ? because I’d like to keep it clean and OS agnostic using GAG :
I used to install gag :
gag-install /dev/sda
then installed syslinux
syslinux -sf /dev/sda1
but it printed “Boot Error” once rebooted
I suspect because my 1st partition offset was too low (64 is fine) …
"boot sector not found or invalid"
chroot and run :
sudo gag-install --force /dev/sda6 # or any part that contains '/'
blinking cursor :
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/434362 http://www.ge.ubuntuforums.org/showthread.php?t=1478053&page=2