TFT monitor, connected over the VGA port.

00:0d.0 VGA compatible controller [0300]: nVidia Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2)


The grub configuration allows me to boot trisquel and debian, the trisquel entry looks like this:


menuentry 'Trisquel GNU/Linux, with Linux-Libre 3.0.0-22-generic-pae' --class trisquel --class gnu-linux --class gnu --class os {
        recordfail
        set gfxpayload=$linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos6)'
        search --no-floppy --fs-uuid --set=root 
f4e5528f-9065-4a16-8817-0956719dd83e
linux /boot/vmlinuz-3.0.0-22-generic-pae root=UUID=f4e5528f-9065-4a16-8817-0956719dd83e ro quiet splash vt.handoff=7
        initrd  /boot/initrd.img-3.0.0-22-generic-pae
}


This makes my monitor sleep until the trisquel login manager (well, it did when it could boot).

The debian entry:


menuentry "Debian GNU/Linux, with Linux 2.6.32-5-686 (on /dev/sda1)" --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set=root 
5778801d-a00d-42c4-8dbd-bfd816be6950
linux /boot/vmlinuz-2.6.32-5-686 root=UUID=5778801d-a00d-42c4-8dbd-bfd816be6950 ro quiet
        initrd /boot/initrd.img-2.6.32-5-686
}


*does* show all the boot text correctly until the debian login manager.

Any suggestions to get the trisquel boot look the same as the debian boot would be appreciated. Then I can tackle my boot issue.

Reply via email to