This is linking: Intrepid Release Schedule, Plans, KDE 4.1 / ALPHA-1
Standard alpha, beta, rc warning:
This is an alpha/beta/rc (pre-) release. Pre-release versions of programs are NOT encouraged for anyone needing a stable system or for anyone who is not comfortable running into occasional, even frequent, breakage. Pre-release versions of programs ARE recommended for developers and those who want to help in testing, reporting, and fixing bugs (or are curious).
Starting from the scratch (earlier > To Intrepid; KDE 4.1) and installing the Kubuntu Intrepid Ibex 8.10 (alpha-1)
Splash problem
With the usplash enabled, session will end on the black screen.
Workaround:
On the Grub screen: pressing e (edit) and removing splash from the grub boot line and the Kubuntu is starting fine.
Login and changing default splash options:
Alt + F2 and
Note !
kdesudo is not installed as default.
Changing:
and
Now Kubuntu will start without usplash as default.
Links:
> HOW TO: GRUB Methods - Toolkit
> how do I remove the splash screen in 7.04
Standard alpha, beta, rc warning:
This is an alpha/beta/rc (pre-) release. Pre-release versions of programs are NOT encouraged for anyone needing a stable system or for anyone who is not comfortable running into occasional, even frequent, breakage. Pre-release versions of programs ARE recommended for developers and those who want to help in testing, reporting, and fixing bugs (or are curious).
Starting from the scratch (earlier > To Intrepid; KDE 4.1) and installing the Kubuntu Intrepid Ibex 8.10 (alpha-1)
Splash problem
With the usplash enabled, session will end on the black screen.
Workaround:
On the Grub screen: pressing e (edit) and removing splash from the grub boot line and the Kubuntu is starting fine.
Login and changing default splash options:
Alt + F2 and
Code:
kdesudo kate /boot/grub/menu.lst
kdesudo is not installed as default.
Changing:
Code:
# defoptions=quiet splash to # defoptions=
Code:
sudo update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.26-2-generic
Found kernel: /boot/memtest86+.bin
Replacing config file /var/run/grub/menu.lst with new version
Updating /boot/grub/menu.lst ... done
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.26-2-generic
Found kernel: /boot/memtest86+.bin
Replacing config file /var/run/grub/menu.lst with new version
Updating /boot/grub/menu.lst ... done
Links:
> HOW TO: GRUB Methods - Toolkit
> how do I remove the splash screen in 7.04
Comment