Results 1 to 5 of 5

Thread: Update from Linux Mint Isadora to Julia

  1. #1
    Join Date
    Oct 2010
    Posts
    70

    Update from Linux Mint Isadora to Julia

    Currently my machine has a Linux Mint Isadora and I am looking forward to update this machine's operating system. But as I am not aware of updating an operating system, I am asking you guys for a procedure to update the linux operating system. What is the simplest procedure to do so? I want to install Linux Mint Julia.

  2. #2
    Join Date
    Apr 2009
    Posts
    1,107

    Re: Update from Linux Mint Isadora to Julia

    I suggest you to directly go to an official website of the Linux where you must be having an offer to install the latest version of the Linux Mint operating system. No matter which operating system has been installed on your machine, You can still install the Linux Mint Julia operating system. But make sure that you have source to download the drivers that are compatible with the latest Linux Mint for your machine's hardwares.

  3. #3
    Join Date
    Apr 2010
    Posts
    88

    Re: Update from Linux Mint Isadora to Julia

    I have a big concern here on my Mint 10, I just made the latest updates ... and as I reboot ... but nothing goes further. I have the splash screen of Mint, and then .... nothing, I have a blinking cursor at the top, and no way to return to a console. I just saw the last line that made me:
    Code:
    Init : udevmonitor main process (376) killed by TERM signal
    Well, I think I understand that messed up to start udev ... is OK, but how to fix this because I can not access the console from the start??

  4. #4
    Join Date
    May 2008
    Posts
    681

    Re: Update from Linux Mint Isadora to Julia

    If you are having a problem with the kernel boot, Here's a solution I found on the net, and that I adapted for maverick (you can replace the words by mint10 maverick, if you wish):

    1. Retrieve a livecd (the Mint 10).
    2. Run the livecd and when the desktop is loaded, open the gnome terminal.
    3. Create these directories:

    Code:
    sudo mkdir / media / maverick 
    
    sudo mkdir / media / maverick / proc / media / maverick / dev / media / maverick / etc
    4. Mount your Linux partition (X is the number of your partition).

    Code:
    sudo mount / dev / sdaX / media / maverick
    5. Bind the directories:
    Code:
    sudo mount-o bind / proc / media / maverick / proc 
    
    sudo mount-o bind / dev / media / maverick / dev / 
    
    sudo mount-o bind / dev / pts / media / maverick / dev / pts
    6. Copy this file

    Code:
    sudo cp / etc / resolv.conf / media / maverick / etc / resolv.conf
    7. Update your true Linux partition with chroot:

    Code:
    sudo chroot / media / maverick apt-get update
    8. Upgrading your Linux partition with chroot true:

    Code:
    sudo chroot / media / maverick apt-get dist-upgrade
    9. If this indicates that packets are broken, do:

    Code:
    sudo chroot / media / maverick apt-get-f install
    10. Restart, and the problem should be fixed.

  5. #5
    Join Date
    Apr 2009
    Posts
    994

    Re: Update from Linux Mint Isadora to Julia

    Mint is Ubuntu. Updating from one version to another by an automatic procedure is dangerous which often leads to regression and loss of data. resettlement, complete with no data loss is the childhood of art. Mint offers you the tool "MintBackup" or "backup tool" that allows you to save your data (your / home over if you want), and the suite of software you have installed personal. Otherwise, you can save your data yourself and characters overwrite files installed by default after migration.je do not see how losing data. The simplest being, as advocated Kalisto, put your / home on a separate partition (but on the same disc if you want), which allows you do update the distro during migration. Migrate is not Herculean. but if you gave, you still can keep the LTS (Isadora) or move on LMDE, which is rolling release (updated continuously).

Similar Threads

  1. Which one is better Linux Mint 11 Katya or Linux Mint 11 Julia
    By LohitPratap in forum Operating Systems
    Replies: 7
    Last Post: 13-11-2011, 04:15 PM
  2. Cannot boot Linux Mint 10 Julia
    By Inception in forum Operating Systems
    Replies: 5
    Last Post: 21-01-2011, 07:38 AM
  3. Replies: 3
    Last Post: 03-01-2011, 07:11 PM
  4. ATI Driver - Linux Mint 9 Isadora concern
    By Bendya Rupy in forum Operating Systems
    Replies: 4
    Last Post: 03-01-2011, 12:44 AM
  5. Linux Mint 10 Julia
    By cobra2008 in forum Reviews
    Replies: 2
    Last Post: 13-11-2010, 03:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,170,515.73712 seconds with 17 queries