I've seen some tutorials that were a bit hard to follow for a new linux newbie. I want Vista back as my primary OS. How can I do it?
I've seen some tutorials that were a bit hard to follow for a new linux newbie. I want Vista back as my primary OS. How can I do it?
.
If the Linux install installed Grub (the boot menu), then you 'll have to edit the menu.lst (of Grub):
try this: https://help.ubuntu.com/community/GrubHowto EDIT: please go to the link below
the use of sudo is needed to become (momentarily) root (administrator) because a 'normal' user can't change any important files (like system files) ...
Specific on changing the BOOT order: http://mathijs.jurresip.nl/2007/09/2...u-and-windows/
It 's better to use this command: gksu gedit /boot/grub/menu.lst
.Graphical sudo
You should never use normal sudo to start graphical applications as root. You should use gksudo (kdesudo on Kubuntu) to run such programs. gksudo sets HOME=~root, and copies .Xauthority to a tmp directory. This prevents files in your home directory becoming owned by root. (AFAICT, this is all that's special about the environment of the started process with gksudo vs. sudo).
Examples:
gksudo gedit /etc/fstabor
kdesudo kate /etc/X11/xorg.conf
- To run the graphical configuration utilities, simply launch the application via the Administration menu.
- gksudo and kdesudo simply link to the commands gksu and kdesu
Source: https://help.ubuntu.com/community/RootSudo
.
Last edited by noorman; 03-15-2009 at 02:58 PM. Reason: added extra info and links
So I can use this for Vista as well?
.
Indeed; the system stays the same.
To Linux, a Windows OS is a Windows OS (certainly to the Grub menu list file)
added some more in the above; take a look
.
HK-47: Folding 24/7, see dropdown
T3-M4: GA-MA790fx-DS5, AMD Athlon II 620, 4x1gb OCZ DDR2-667, EVGA 9800gt, Lian Li PC-A05N, Seasonic S12 650W, Linux Mint 9 64bit. Folding when it can![]()
I have both OS. This did the trick.
Thanks guys!Specific on changing the BOOT order: http://mathijs.jurresip.nl/2007/09/2...u-and-windows/