See services at boot time

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Fragadelic
Level 4
Level 4
Posts: 244
Joined: Wed Nov 15, 2006 11:05 am
Location: Canada
Contact:

Post by Fragadelic »

Remove "quiet" from the /boot/grub/menu.list file for the section where your install loads.

You may also have to rebuild the initial ramdisk as follows:

Find out what one is currently being used:
ls -l /initrd.img

lrwxrwxrwx 1 root root 33 2007-02-10 00:16 /initrd.img -> boot/initrd.img-2.6.17-11-generic

Then make a new one:

sudo mkinitramfs -o /boot/initrd.img-2.6.17-11-generic

Reboot and all should be good.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Fragadelic
Level 4
Level 4
Posts: 244
Joined: Wed Nov 15, 2006 11:05 am
Location: Canada
Contact:

Post by Fragadelic »

The removing of the usplash may have already rebuilt the initrd when you removed it since it seems to be tied in with the initrd image.

After you boot up, you can check "dmesg | less" and it will show you what happened during bootup.
Locked

Return to “Other topics”