View previous topic :: View next topic |
Author |
Message |
blinding_light
Joined: 19 Aug 2006 Posts: 4
|
Posted: Sat Aug 19, 2006 9:13 pm Post subject: Bootloader, PPPoE and rc.local |
|
|
I have just installed Lunar-Linux 1.6.0 and I have some questions.
(1) I first chose GRUB as my boot loader but there was some problem and I couldn't get Lunar-Linux to boot after installation. Then I re-installed Lunar-Linux and tried LILO instead. This worked better and I was able to boot Lunar-Linux OK. Both GRUB and LILO were installed to MBR without any visible option to install the boot loader elsewhere. This was a bit of a disappointment because I installed Lunar-Linux on a computer that multi-boots between several operating systems. I booted to Lunar-Linux and ran "grub-install /dev/hda7" (because /dev/hda7 is the partition where I installed Lunar-Linux) and then I used a Live-CD called SystemRescueCD to re-install the bootloader (GAG) that I previously had in MBR. This way I could again boot all my installed operating systems, including Lunar-Linux.
So, my first question is: Did I somehow miss the option to install the bootloader (I prefer GRUB) into the "superblock" of my Lunar-Linux partition or does the Lunar-Linux 1.6.0 installer only support installing the bootloader to MBR? And if the Lunar-Linux installer currently supports only installing the bootloader to MBR, are there any plans to improve the installer by adding an option to install the bootloader to the "superblock" of a specific partition?
(2) I have a PPPoE/ADSL network connection and I couldn't figure out how to set this during the installation or via "lnet" after the installation. I checked /usr/sbin with "ls" and found out that there's pppoe-setup and adsl-setup. What's the difference between these two? What's the preferred way to set up a PPPoE/ADSL network connection (during the installation or afterwards)? How do I make the PPPoE/ADSL network connection to start automatically every time I boot to Lunar-Linux?
(3) How can I execute some commands during the boot (like adding commands to rc.local in RedHat or Slackware)? I'd like to execute "setterm -blank 0" automatically every time I boot Lunar-Linux, so I wouldn't need to do it manually.
I have more questions I'd like to ask but let's see first if there are friendly people here reading this forum who can answer my questions.  |
|
Back to top |
|
 |
ElAngelo
Joined: 10 Aug 2005 Posts: 77
|
Posted: Sun Aug 20, 2006 10:05 am Post subject: |
|
|
question 1.
If you have a bootloader installed already why would you install another bootloader with Lunar? (Just skip the installation of the bootloader)
As lunar linux is mainly a server oriented distro there's no real need for advanced bootloader setups so afaik this option is not planned.
question 2.
no idea...
question 3.
/etc/init.d/bootmisc throw all of your custom commands after the dmesg thing
question 4.
we are very friendly
join us on irc on freenode #lunar |
|
Back to top |
|
 |
blinding_light
Joined: 19 Aug 2006 Posts: 4
|
Posted: Sun Aug 20, 2006 9:29 pm Post subject: |
|
|
OK, thanks!
I'll put pppoe-start in /etc/init.d/bootmisc, so that should solve my question #2.
I prefer to use server oriented distros for my workstation needs. Desktop oriented distros are usually built around KDE or GNOME and I don't use those -- Fluxbox is much better, IMHO. With a server oriented distro you first install only the base system and then you can add what you need, and you don't get anything you don't need. |
|
Back to top |
|
 |
|