Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 537
Rep:
Is it compulsory to be online during installation using the iso?
Can I complete the install process without being online and source packages from repositories later through terminal?
Like for Grub or Grub2.
I'm referring to something like this during install:
package manager
A network mirror can be used to supplement the software that is included on the CD-ROM This may also make newer versions of the software available
Use a network mirror
no
yes
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,356
Rep:
Quote:
Originally Posted by linux-man
Is it compulsory to be online during installation using the iso?
Can I complete the install process without being online and source packages from repositories later through terminal?
Like for Grub or Grub2.
I'm referring to something like this during install:
package manager
A network mirror can be used to supplement the software that is included on the CD-ROM This may also make newer versions of the software available
Use a network mirror
no
yes
Hi linux-man,
Although not compulsory, it is useful to be connected to the Internet when installing from a live ISO, so that recent updates can be downloaded and installed automatically.
However, in answer to your question, you can install from a live ISO without being online, including the installation of your boot loader (GRUB or other). You will need to update your system at one point after installation, when you are connected to the Internet.
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 537
Rep:
Quote:
Originally Posted by Rickkkk
Hi linux-man,
Although not compulsory, it is useful to be connected to the Internet when installing from a live ISO, so that recent updates can be downloaded and installed automatically.
However, in answer to your question, you can install from a live ISO without being online, including the installation of your boot loader (GRUB or other). You will need to update your system at one point after installation, when you are connected to the Internet.
Cheers,
Rick
Should I use apt-get update for the stuff I missed in that step?
I won't know specifically what needs updating.
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,356
Rep:
Quote:
Originally Posted by linux-man
Should I use apt-get update for the stuff I missed in that step?
I won't know specifically what needs updating.
Hey linux-man ... You're going to use Ubuntu, right ? Then you would do:
# apt-get update
# apt-get dist-upgrade
The first command updates your package database and the second command applies the newest versions of packages you have installed, while managing dependencies.
Hey linux-man ... You're going to use Ubuntu, right ? Then you would do:
# apt-get update
# apt-get dist-upgrade
The first command updates your package database and the second command applies the newest versions of packages you have installed, while managing dependencies.
Cheers :-)
Though, he’ll also have to install Ubuntu-Restricted-Extras if he wants to play music or videos.
Hey linux-man ... You're going to use Ubuntu, right ? Then you would do:
# apt-get update
# apt-get dist-upgrade
The first command updates your package database and the second command applies the newest versions of packages you have installed, while managing dependencies.
Cheers :-)
It's probably more advisable to run sudo apt-get update followed by sudo apt-get upgrade, rather than use the dist-upgrade command.
Dist-upgrade can actually remove packages from the system and should only really be used, carefully, in the case of dependency conflict resolution (and you'll know if/when that happens ).
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 537
Rep:
Quote:
Originally Posted by Rickkkk
You will at one point in the process have to choose a boot loader and install it (usually GRUB), which will permit you to choose between linux and Windows at boot time.
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 537
Rep:
Quote:
Originally Posted by Rickkkk
Hey linux-man,
GRUB installs itself to the MBR or ESP of the disk you specify as well as in /boot/grub.
Why does it need to be in both places? i.e. MBR and /boot/grub
Does GRUB have to be associated with MBR at all? Can it be on its own (partition)? Advantages/disadvantages?
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881
Rep:
Quote:
Originally Posted by linux-man
Why does it need to be in both places? i.e. MBR and /boot/grub
Does GRUB have to be associated with MBR at all? Can it be on its own (partition)? Advantages/disadvantages?
Are they advantages by not Chainloading?
In answer to your first question, GRUB itself is normally is installed to the MBR, as the BIOS looks at the MBR to find an OS to boot. So there needs to be something in the MBR, for the an OS of some type, to start at all (Windows or Linux). GRUB's configuration files are stored in the /boot/grub folder.
In answer to your second question, no, it does not have to be installed to the MBR, you can also install it, to the root partition's, partition boot sector.
Chainloading to my understanding is the act of starting an OS, other than Linux.
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881
Rep:
Quote:
Originally Posted by linux-man
Advantages/disadvantages?
Well, for one, if you want to change your root partition in some way (or install a different distro) and GRUB is installed to your root partition's boot sector, it may get wiped out. And therefore you system in that case may end up, unbootable. There may be other advantages/disadvantages as well but, I think I'll let others answer you further on that.
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 537
Rep:
Quote:
Originally Posted by jsbjsb001
...if you want to change your root partition in some way (or install a different distro) and GRUB is installed to your root partition's boot sector, it may get wiped out. And therefore your system in that case may end up, unbootable.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.