Announcement

Collapse
No announcement yet.

very simple settings question

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    very simple settings question

    Hi,

    how to tell kubuntu to show the details at start up and shutdown?

    thanks in advance,
    g.
    ---------------<br />Linux kernel 2.6.28-15-generic<br />Kubuntu 9.04 64bit KDE 4.2.2<br />Dell Precision M2400 Intel Dual Core 2<br />Nvidia Quadro FX 370M (Driver Nvidia 180.44)<br />HDA Intel (STAC92xx Analog)<br />---------------

    #2
    Re: very simple settings question

    Open up grub menu with:
    alt+F2 and do
    Code:
    kdesudo kate /boot/grub/menu.lst
    give your password at the prompt.
    Fine the line for your installation.

    It should look something like this:
    title Ubuntu 9.04, kernel 2.6.28-12-generic
    kernel /boot/vmlinuz-2.6.28-12-generic root=UUID=6f2a0b1a-efa6-4674-9b53-0dbea6e60a44 ro quiet splash
    initrd /boot/initrd.img-2.6.28-12-generic
    delete "quiet" and save.

    Hope that helps
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    Comment


      #3
      Re: very simple settings question

      yes thanks
      g.
      ---------------<br />Linux kernel 2.6.28-15-generic<br />Kubuntu 9.04 64bit KDE 4.2.2<br />Dell Precision M2400 Intel Dual Core 2<br />Nvidia Quadro FX 370M (Driver Nvidia 180.44)<br />HDA Intel (STAC92xx Analog)<br />---------------

      Comment


        #4
        Re: very simple settings question

        In addition, if you wish the setting to stick after kernel updates, also edit the line:
        # defoptions=quiet splash
        into
        # defoptions=splash

        Comment


          #5
          Re: very simple settings question

          well, I had to reinsert the option "quiet" since the boot hanged...

          this 9.04 is really full of settings troubles...

          thanks
          g.
          ---------------<br />Linux kernel 2.6.28-15-generic<br />Kubuntu 9.04 64bit KDE 4.2.2<br />Dell Precision M2400 Intel Dual Core 2<br />Nvidia Quadro FX 370M (Driver Nvidia 180.44)<br />HDA Intel (STAC92xx Analog)<br />---------------

          Comment

          Working...
          X