Ako teda mozem opravit to aby som mal opat dual boot ?
Nechce sa mi linux preinstalovavat
Kód: Vybrať všetko
http://www.web-share.net/download/file/item/GRUB-Ubuntu.doc_9242
Kód: Vybrať všetko
mkdir /mnt/tmp
mount /dev/sda3 /mnt/tmp
mount -o bind /dev /mnt/tmp/dev
mount -t proc none /mnt/tmp/proc
chroot /mnt/tmp /bin/bash
grub
root (hd0,2)
setup (hd0)
quit
exit
umount -t proc none /mnt/tmp/proc
umount -o bind /dev /mnt/tmp/dev
umount /dev/sda3 /mnt/tmp
rebootKód: Vybrať všetko
kdesudo kate /boot/grub/menu.lst
alebo
sudo gedit /boot/grub/menu.lst
alebo
atd :)Kód: Vybrať všetko
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
Kód: Vybrať všetko
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0Kód: Vybrať všetko
title Kubuntu ----> 1. krat title znamena nulty zaznam /je nastavena hodnota pre default 0. takze toto bootoje default
title Kubuntu recovery --- > 2. krat title
title memtest --- > 3. krat title
title Other operating system --- > 4. krat title
title Windows --- > 5. krat titleKód: Vybrať všetko
### BEGIN AUTOMAGIC KERNELS LISTKód: Vybrať všetko
title Microsoft Windows XP Professional
root (hd0,2)
savedefault
makeactive
chainloader +1