27 lines
572 B
HTML
27 lines
572 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/typing.css">
|
|
</head>
|
|
<body>
|
|
<div class="centered heading">
|
|
<div id="typing-wrapper">
|
|
|
|
<div id="typing-prompt">
|
|
grub> boot
|
|
</div>
|
|
|
|
<div id="typing-result">
|
|
ERROR: Root device mounted successfully, but /sbin/init does not exist.
|
|
|
|
Bailing out, you are on your own.
|
|
Good luck
|
|
|
|
sh: can't access tty; job control turned off
|
|
[rootfs ]#
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|