I am having problems booting in Ubuntu. I went in Grub to the following screen
as you can see the last line is echo "ready"
. Well it got printed, then stop.
My question is what comes after the execution of initrd /casper/initrd
?
I am having problems booting in Ubuntu. I went in Grub to the following screen
as you can see the last line is echo "ready"
. Well it got printed, then stop.
My question is what comes after the execution of initrd /casper/initrd
?
linux
would be interesting – Simon Sudler Oct 21 '20 at 09:13quite
andsplash
from the cmdline – Simon Sudler Oct 21 '20 at 09:15no splash
. etc. The thing is afterinitrd /casper/initrd
(and the echo) it stops – KansaiRobot Oct 21 '20 at 09:16quite
andsplash
, then you can see what is going on... it is possible, that the system boots and stops with some error message. The "initrd" and "ready" echos will be displayed by grub. They have nothing to do with the linux boot process. – Simon Sudler Oct 21 '20 at 10:06acpi=off
but now ubuntu does not recognize my hard drive :( – KansaiRobot Oct 21 '20 at 10:32}
comes afterinitrd /casper/initrd
in other flavors or versions.lz
has come after, ieinitrd /casper/initrd.lz
. In installed systems other things are possible such asinitrd /boot/initrd.img-5.4.0-47-generic
depending on the kernel. – C.S.Cameron Oct 21 '20 at 10:57