> My system has dual boot Ubuntu 8.04 and Windows.
> How can I change the default system at boot time?
> 
> Gaston


I have mine set up so it default boots to the last one I selected.  This
example is shown in the grub manual
http://www.gnu.org/software/grub/manual/grub.html#savedefault ...

          default saved
          timeout 10
          
          title GNU/Linux
          root (hd0,0)
          kernel /boot/vmlinuz root=/dev/sda1 vga=ext
          initrd /boot/initrd
          savedefault
          
          title FreeBSD
          root (hd0,a)
          kernel /boot/loader
          savedefault


------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to