Table of Contents

@related: Boot syslinux BootLoader todo

debian package of gag

feel free to test my gag deb package : Install it using my APT

todo

gag + windows

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 :

bug

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) …

MESSAGES

"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

MORE