Please note that booting would give much more information if you edit the 
kernel options:
sudo gedit /boot/grub/menu.lst
and change the line that looks like:
kernel          /vmlinuz-2.6.28-9-generic root=/dev/mapper/Arcturus-root ro 
quiet splash
and them replace the "quiet splash" at the end by "debug"

To make it permanent (survive kernel upgrades), you would have rather to edit 
the comment:
# defoptions=quiet splash
to become:
# defoptions=debug

Note that you must keep the #.
Then when you do "sudo grub-update", the previous line would be edited as I 
said before.
As grub update, do launch update-grub when a new version of the kernel is 
installed, it will add the
options in the comment "#defoptions=", which explains that the change survive 
kernel upgrade.

-- 
ubuntu 8.10 if install a LPT! printer and you restart the sistem this crash if 
the printer is off
https://bugs.launchpad.net/bugs/298844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to