Find the answer to your Linux question:
Results 1 to 7 of 7
sir, i could not change the sequence of dual booting from the grub menu.lst, due to it shows a blank screen when i put the command in the terminalayan@jayan-desktop:~$ sudo ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    28

    Thumbs down [SOLVED] dual boot

    sir, i could not change the sequence of dual booting from the grub menu.lst, due to it shows a blank screen when i put the command in the terminalayan@jayan-desktop:~$ sudo gedit /boot/grub/menu.lst
    [sudo] password for jayan:


    please help me.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Try nano
    Code:
    sudo nano /boot/grub/menu.lst
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Latest version of Ubuntu doesn't have any menu.lst file. It uses grub.cfg which is a readonly file generated by scripts only.

    Which version of Ubuntu are you using?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Dec 2008
    Posts
    28
    ubuntu 10.4

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Edit /etc/default/grub file to change default OS in GRUB Menu.

    If you want to boot second OS by default, set
    Code:
    GRUB_DEFAULT=1
    Execute sudo update-grub command after editing /etc/default/grub file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Feb 2005
    Posts
    6
    Install startup-manager from Synaptic Package Manager then find it in System/administration. Control from there

  7. #7
    Just Joined!
    Join Date
    Dec 2008
    Posts
    28
    Its done!!!!!!!!!!, thank you so much

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...