Some more articles reformatting
This commit is contained in:
parent
6c98a74ed5
commit
8d4bb3881d
19 changed files with 80 additions and 55 deletions
|
@ -1,12 +1,18 @@
|
|||
---
|
||||
title: "Boot from initramfs shell"
|
||||
linkTitle: "Boot from initramfs shell"
|
||||
date: 2014-01-24
|
||||
description: >
|
||||
Boot from initramfs shell
|
||||
description: How to finish booting from an initramfs shell
|
||||
tags:
|
||||
- Debian
|
||||
---
|
||||
|
||||
I had to finish booting from an initramfs shell, here is how I used `switch_root` to do so :
|
||||
## The problem
|
||||
|
||||
Sometimes, your linux machine can get stuck while booting and drop you into an initramfs shell.
|
||||
|
||||
## The solution
|
||||
|
||||
All initramfs are potentially different, but almost always feature busybox and common mechanisms. Recently I had to finish booting from an initramfs shell, here is how I used `switch_root` to do so :
|
||||
|
||||
{{< highlight sh >}}
|
||||
lvm vgscan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue