Thursday, July 21, 2011

Dual-booting Windows and Linux

/etc/default/grub
=================
GRUB_TIMEOUT=-1
= Wait until user choose the os

# Make Windows to be the first choice
sudo mv 30_os-prober 07_os-prober


# Apply change
sudo update-grub


# mount ntfs partion

# list your devices by UUID
sudo blkid

# fstab
UUID="....." /mount/path ntfs-3g defaults,locale=en_US.utf8 0 0

No comments:

Post a Comment