Page 1 of 1
(SOLVED) How to install grub from live cd?
Posted: 26. Jan 2011, 02:32
by jondoe
Sorry i'm newbie. I try to install Salix from Live CD, using Salix Installer.
At the end of installation, it ask me if i want to install Lilo or not. I choose not, because i want to using grub2.
I try to read Salix installation manual, but i didn't find how to install grub.
Anyone can help me to install grub, so i can access Salix that already installed on my harddrive?
Thanks a lot
Re: How to install grub from live cd?
Posted: 26. Jan 2011, 02:53
by Moose
Do you have Grub already installed on your computer? Do you have another distro installed that is listed on Grub? Just wondering if you need to install Grub or just need to add Salix to the menu.
Re: How to install grub from live cd?
Posted: 26. Jan 2011, 03:00
by jondoe
Moose wrote:Do you have Grub already installed on your computer? Do you have another distro installed that is listed on Grub? Just wondering if you need to install Grub or just need to add Salix to the menu.
I just have winblows and Salix installed on my notebook. But because i didn't install grub or lilo after install salix os, my notebook just booting to winblows.
I already try to use grub-install from salix live cd, but it show "command not found".
What i've to do now?... need your help...
Re: How to install grub from live cd?
Posted: 26. Jan 2011, 05:58
by Akuna
From a SalixLive CD session, use gslapt, refresh the repo mirror, & then install grub2.
or else in a terminal:
Code: Select all
su
slapt-get -u
slapt-get -i grub2
Then you can use grub from the livecd session to install your bootloader.
Re: How to install grub from live cd?
Posted: 26. Jan 2011, 08:27
by jondoe
Akuna wrote:From a SalixLive CD session, use gslapt, refresh the repo mirror, & then install grub2.
or else in a terminal:
Code: Select all
su
slapt-get -u
slapt-get -i grub2
Then you can use grub from the livecd session to install your bootloader.
Thanks Akuna, now i can use grub as the bootloader....
