How to scroll up after a kernel panic?
Clash Royale CLAN TAG#URR8PPP
While tinkering with a Linux VM I regularly get kernel panics, that push up all the helpful output with stuff I don't understand and that is probably not helpful to me.
The panics mostly occur during the initramfs
phase. I'm using VirtualBox
.
The normal Shift+Pg Up does not work (in my case).
Is there another way to scroll back up and look at the output of whatever came before?
terminal kernel-panic
add a comment |
While tinkering with a Linux VM I regularly get kernel panics, that push up all the helpful output with stuff I don't understand and that is probably not helpful to me.
The panics mostly occur during the initramfs
phase. I'm using VirtualBox
.
The normal Shift+Pg Up does not work (in my case).
Is there another way to scroll back up and look at the output of whatever came before?
terminal kernel-panic
Another helpful way to get access to helpful info: you can pass the "break=something kernel parameter (where valid arguments for something are: top, modules, premount, mount, mountroot, bottom, init)" - wiki.debian.org/InitramfsDebug
– Ben Creasy
Oct 24 at 5:45
add a comment |
While tinkering with a Linux VM I regularly get kernel panics, that push up all the helpful output with stuff I don't understand and that is probably not helpful to me.
The panics mostly occur during the initramfs
phase. I'm using VirtualBox
.
The normal Shift+Pg Up does not work (in my case).
Is there another way to scroll back up and look at the output of whatever came before?
terminal kernel-panic
While tinkering with a Linux VM I regularly get kernel panics, that push up all the helpful output with stuff I don't understand and that is probably not helpful to me.
The panics mostly occur during the initramfs
phase. I'm using VirtualBox
.
The normal Shift+Pg Up does not work (in my case).
Is there another way to scroll back up and look at the output of whatever came before?
terminal kernel-panic
terminal kernel-panic
edited Aug 15 '17 at 9:57
asked Jun 8 '15 at 13:48
Minix
2,17151939
2,17151939
Another helpful way to get access to helpful info: you can pass the "break=something kernel parameter (where valid arguments for something are: top, modules, premount, mount, mountroot, bottom, init)" - wiki.debian.org/InitramfsDebug
– Ben Creasy
Oct 24 at 5:45
add a comment |
Another helpful way to get access to helpful info: you can pass the "break=something kernel parameter (where valid arguments for something are: top, modules, premount, mount, mountroot, bottom, init)" - wiki.debian.org/InitramfsDebug
– Ben Creasy
Oct 24 at 5:45
Another helpful way to get access to helpful info: you can pass the "break=something kernel parameter (where valid arguments for something are: top, modules, premount, mount, mountroot, bottom, init)" - wiki.debian.org/InitramfsDebug
– Ben Creasy
Oct 24 at 5:45
Another helpful way to get access to helpful info: you can pass the "break=something kernel parameter (where valid arguments for something are: top, modules, premount, mount, mountroot, bottom, init)" - wiki.debian.org/InitramfsDebug
– Ben Creasy
Oct 24 at 5:45
add a comment |
2 Answers
2
active
oldest
votes
Serial port
The serial port is an old and reliable communication protocol hardware that the Linux kernel supports and most emulators emulate.
You can stream the kernel messages to a host file or console through it:
VirtualBox: How does one Capture the Entire Kernel Panic on Boot | Stack Overflow
QEMU:
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
- to file: Write QEMU booting virtual machine output to a file | Super User
Here's a minimal setup to reproduce the problem: https://github.com/cirosantilli/linux-kernel-module-cheat/blob/b366bac0c5410ceef7f2b97f96d93d722c4d9ea6/kernel_module/panic.c
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
real hardware: the serial port is not exposed on most modern laptops, which is a shame... but on desktops it looks like this:
Source.
And on the Raspberry Pi:
More details at: What is the difference between ttys0, ttyUSB0 and ttyAMA0 in Linux?
Serial alternatives
There are even fancier methods mentioned at: Determining cause of Linux kernel panic | Unix & Linux Stack Exchange
netdump: sends trace over network.
Supposes panic didn't break networking, which is more likely than the serial.
The advantages over serial are:
works for systems that don't have serial exposed such as modern laptops
serial cables have quite limited maximum wire lengths, which is problematic if you want to have all the boards of your company on a remote room to share resources across developers.
There are however serial connectors with an Ethernet server which I would recommend instead if your target exposes serial, e.g. this one:
kdump: boots a secondary Linux kernel that inspects the panicked kernel. What could possibly go wrong?
Those methods are more flexible, but less reliable.
See also: Scrolling up the failed screen with kernel panic | Super User
That is simply a dumb connector adapter that converts a DB-9 serial port to a RJ-45 form factor, or vice versa. It does not allow you to pass serial traffic in an Ethernet network, but allows you to e.g. repurpose an existing network cable for serial port use. Some network switches and the like may also have a serial port in RJ-45 form simply because a smaller connector is easier to fit in the faceplate of an 1U rack device.
– telcoM
Dec 17 at 16:03
@telcoM OK, let me know if you have a link to a product that does it. What I mean is an IP server that converts to serial.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:04
1
You're thinking about serial device servers, also known as port servers or device servers. Many of those are designed for industrial automation purposes, and so might be needlessly rugged/expensive for hobbyist use. Here's the cheapest one I could find quickly.
– telcoM
Dec 17 at 16:18
@telcoM awesome, thanks.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:31
Any cable manufacturer which uses blue for a serial cable is just confusing people. Blue is for VGA (which has a very similar form factor).
– NH.
Dec 17 at 16:42
add a comment |
What hypervisor are you working with?
Shift + Pg Up is correct for almost all situations but might not work if the virtual machine hangs or does not boot up completely.
In case of a Mac: "Shift+Fn D-pad UP or DOWN on a Macbook will allow you to scroll". This is from How do you scroll up/down on linux server (terminal)? | Stack Overflow
I updated the question. Didn't think it would matter, but maybe it does.
– Minix
Jun 8 '15 at 21:45
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f208260%2fhow-to-scroll-up-after-a-kernel-panic%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Serial port
The serial port is an old and reliable communication protocol hardware that the Linux kernel supports and most emulators emulate.
You can stream the kernel messages to a host file or console through it:
VirtualBox: How does one Capture the Entire Kernel Panic on Boot | Stack Overflow
QEMU:
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
- to file: Write QEMU booting virtual machine output to a file | Super User
Here's a minimal setup to reproduce the problem: https://github.com/cirosantilli/linux-kernel-module-cheat/blob/b366bac0c5410ceef7f2b97f96d93d722c4d9ea6/kernel_module/panic.c
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
real hardware: the serial port is not exposed on most modern laptops, which is a shame... but on desktops it looks like this:
Source.
And on the Raspberry Pi:
More details at: What is the difference between ttys0, ttyUSB0 and ttyAMA0 in Linux?
Serial alternatives
There are even fancier methods mentioned at: Determining cause of Linux kernel panic | Unix & Linux Stack Exchange
netdump: sends trace over network.
Supposes panic didn't break networking, which is more likely than the serial.
The advantages over serial are:
works for systems that don't have serial exposed such as modern laptops
serial cables have quite limited maximum wire lengths, which is problematic if you want to have all the boards of your company on a remote room to share resources across developers.
There are however serial connectors with an Ethernet server which I would recommend instead if your target exposes serial, e.g. this one:
kdump: boots a secondary Linux kernel that inspects the panicked kernel. What could possibly go wrong?
Those methods are more flexible, but less reliable.
See also: Scrolling up the failed screen with kernel panic | Super User
That is simply a dumb connector adapter that converts a DB-9 serial port to a RJ-45 form factor, or vice versa. It does not allow you to pass serial traffic in an Ethernet network, but allows you to e.g. repurpose an existing network cable for serial port use. Some network switches and the like may also have a serial port in RJ-45 form simply because a smaller connector is easier to fit in the faceplate of an 1U rack device.
– telcoM
Dec 17 at 16:03
@telcoM OK, let me know if you have a link to a product that does it. What I mean is an IP server that converts to serial.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:04
1
You're thinking about serial device servers, also known as port servers or device servers. Many of those are designed for industrial automation purposes, and so might be needlessly rugged/expensive for hobbyist use. Here's the cheapest one I could find quickly.
– telcoM
Dec 17 at 16:18
@telcoM awesome, thanks.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:31
Any cable manufacturer which uses blue for a serial cable is just confusing people. Blue is for VGA (which has a very similar form factor).
– NH.
Dec 17 at 16:42
add a comment |
Serial port
The serial port is an old and reliable communication protocol hardware that the Linux kernel supports and most emulators emulate.
You can stream the kernel messages to a host file or console through it:
VirtualBox: How does one Capture the Entire Kernel Panic on Boot | Stack Overflow
QEMU:
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
- to file: Write QEMU booting virtual machine output to a file | Super User
Here's a minimal setup to reproduce the problem: https://github.com/cirosantilli/linux-kernel-module-cheat/blob/b366bac0c5410ceef7f2b97f96d93d722c4d9ea6/kernel_module/panic.c
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
real hardware: the serial port is not exposed on most modern laptops, which is a shame... but on desktops it looks like this:
Source.
And on the Raspberry Pi:
More details at: What is the difference between ttys0, ttyUSB0 and ttyAMA0 in Linux?
Serial alternatives
There are even fancier methods mentioned at: Determining cause of Linux kernel panic | Unix & Linux Stack Exchange
netdump: sends trace over network.
Supposes panic didn't break networking, which is more likely than the serial.
The advantages over serial are:
works for systems that don't have serial exposed such as modern laptops
serial cables have quite limited maximum wire lengths, which is problematic if you want to have all the boards of your company on a remote room to share resources across developers.
There are however serial connectors with an Ethernet server which I would recommend instead if your target exposes serial, e.g. this one:
kdump: boots a secondary Linux kernel that inspects the panicked kernel. What could possibly go wrong?
Those methods are more flexible, but less reliable.
See also: Scrolling up the failed screen with kernel panic | Super User
That is simply a dumb connector adapter that converts a DB-9 serial port to a RJ-45 form factor, or vice versa. It does not allow you to pass serial traffic in an Ethernet network, but allows you to e.g. repurpose an existing network cable for serial port use. Some network switches and the like may also have a serial port in RJ-45 form simply because a smaller connector is easier to fit in the faceplate of an 1U rack device.
– telcoM
Dec 17 at 16:03
@telcoM OK, let me know if you have a link to a product that does it. What I mean is an IP server that converts to serial.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:04
1
You're thinking about serial device servers, also known as port servers or device servers. Many of those are designed for industrial automation purposes, and so might be needlessly rugged/expensive for hobbyist use. Here's the cheapest one I could find quickly.
– telcoM
Dec 17 at 16:18
@telcoM awesome, thanks.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:31
Any cable manufacturer which uses blue for a serial cable is just confusing people. Blue is for VGA (which has a very similar form factor).
– NH.
Dec 17 at 16:42
add a comment |
Serial port
The serial port is an old and reliable communication protocol hardware that the Linux kernel supports and most emulators emulate.
You can stream the kernel messages to a host file or console through it:
VirtualBox: How does one Capture the Entire Kernel Panic on Boot | Stack Overflow
QEMU:
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
- to file: Write QEMU booting virtual machine output to a file | Super User
Here's a minimal setup to reproduce the problem: https://github.com/cirosantilli/linux-kernel-module-cheat/blob/b366bac0c5410ceef7f2b97f96d93d722c4d9ea6/kernel_module/panic.c
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
real hardware: the serial port is not exposed on most modern laptops, which is a shame... but on desktops it looks like this:
Source.
And on the Raspberry Pi:
More details at: What is the difference between ttys0, ttyUSB0 and ttyAMA0 in Linux?
Serial alternatives
There are even fancier methods mentioned at: Determining cause of Linux kernel panic | Unix & Linux Stack Exchange
netdump: sends trace over network.
Supposes panic didn't break networking, which is more likely than the serial.
The advantages over serial are:
works for systems that don't have serial exposed such as modern laptops
serial cables have quite limited maximum wire lengths, which is problematic if you want to have all the boards of your company on a remote room to share resources across developers.
There are however serial connectors with an Ethernet server which I would recommend instead if your target exposes serial, e.g. this one:
kdump: boots a secondary Linux kernel that inspects the panicked kernel. What could possibly go wrong?
Those methods are more flexible, but less reliable.
See also: Scrolling up the failed screen with kernel panic | Super User
Serial port
The serial port is an old and reliable communication protocol hardware that the Linux kernel supports and most emulators emulate.
You can stream the kernel messages to a host file or console through it:
VirtualBox: How does one Capture the Entire Kernel Panic on Boot | Stack Overflow
QEMU:
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
- to file: Write QEMU booting virtual machine output to a file | Super User
Here's a minimal setup to reproduce the problem: https://github.com/cirosantilli/linux-kernel-module-cheat/blob/b366bac0c5410ceef7f2b97f96d93d722c4d9ea6/kernel_module/panic.c
- to console: How to switch to qemu monitor console when running with "-curses" | Stack Overflow
real hardware: the serial port is not exposed on most modern laptops, which is a shame... but on desktops it looks like this:
Source.
And on the Raspberry Pi:
More details at: What is the difference between ttys0, ttyUSB0 and ttyAMA0 in Linux?
Serial alternatives
There are even fancier methods mentioned at: Determining cause of Linux kernel panic | Unix & Linux Stack Exchange
netdump: sends trace over network.
Supposes panic didn't break networking, which is more likely than the serial.
The advantages over serial are:
works for systems that don't have serial exposed such as modern laptops
serial cables have quite limited maximum wire lengths, which is problematic if you want to have all the boards of your company on a remote room to share resources across developers.
There are however serial connectors with an Ethernet server which I would recommend instead if your target exposes serial, e.g. this one:
kdump: boots a secondary Linux kernel that inspects the panicked kernel. What could possibly go wrong?
Those methods are more flexible, but less reliable.
See also: Scrolling up the failed screen with kernel panic | Super User
edited Dec 17 at 16:59
answered May 14 '17 at 11:04
Ciro Santilli 新疆改造中心 六四事件 法轮功
4,90124040
4,90124040
That is simply a dumb connector adapter that converts a DB-9 serial port to a RJ-45 form factor, or vice versa. It does not allow you to pass serial traffic in an Ethernet network, but allows you to e.g. repurpose an existing network cable for serial port use. Some network switches and the like may also have a serial port in RJ-45 form simply because a smaller connector is easier to fit in the faceplate of an 1U rack device.
– telcoM
Dec 17 at 16:03
@telcoM OK, let me know if you have a link to a product that does it. What I mean is an IP server that converts to serial.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:04
1
You're thinking about serial device servers, also known as port servers or device servers. Many of those are designed for industrial automation purposes, and so might be needlessly rugged/expensive for hobbyist use. Here's the cheapest one I could find quickly.
– telcoM
Dec 17 at 16:18
@telcoM awesome, thanks.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:31
Any cable manufacturer which uses blue for a serial cable is just confusing people. Blue is for VGA (which has a very similar form factor).
– NH.
Dec 17 at 16:42
add a comment |
That is simply a dumb connector adapter that converts a DB-9 serial port to a RJ-45 form factor, or vice versa. It does not allow you to pass serial traffic in an Ethernet network, but allows you to e.g. repurpose an existing network cable for serial port use. Some network switches and the like may also have a serial port in RJ-45 form simply because a smaller connector is easier to fit in the faceplate of an 1U rack device.
– telcoM
Dec 17 at 16:03
@telcoM OK, let me know if you have a link to a product that does it. What I mean is an IP server that converts to serial.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:04
1
You're thinking about serial device servers, also known as port servers or device servers. Many of those are designed for industrial automation purposes, and so might be needlessly rugged/expensive for hobbyist use. Here's the cheapest one I could find quickly.
– telcoM
Dec 17 at 16:18
@telcoM awesome, thanks.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:31
Any cable manufacturer which uses blue for a serial cable is just confusing people. Blue is for VGA (which has a very similar form factor).
– NH.
Dec 17 at 16:42
That is simply a dumb connector adapter that converts a DB-9 serial port to a RJ-45 form factor, or vice versa. It does not allow you to pass serial traffic in an Ethernet network, but allows you to e.g. repurpose an existing network cable for serial port use. Some network switches and the like may also have a serial port in RJ-45 form simply because a smaller connector is easier to fit in the faceplate of an 1U rack device.
– telcoM
Dec 17 at 16:03
That is simply a dumb connector adapter that converts a DB-9 serial port to a RJ-45 form factor, or vice versa. It does not allow you to pass serial traffic in an Ethernet network, but allows you to e.g. repurpose an existing network cable for serial port use. Some network switches and the like may also have a serial port in RJ-45 form simply because a smaller connector is easier to fit in the faceplate of an 1U rack device.
– telcoM
Dec 17 at 16:03
@telcoM OK, let me know if you have a link to a product that does it. What I mean is an IP server that converts to serial.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:04
@telcoM OK, let me know if you have a link to a product that does it. What I mean is an IP server that converts to serial.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:04
1
1
You're thinking about serial device servers, also known as port servers or device servers. Many of those are designed for industrial automation purposes, and so might be needlessly rugged/expensive for hobbyist use. Here's the cheapest one I could find quickly.
– telcoM
Dec 17 at 16:18
You're thinking about serial device servers, also known as port servers or device servers. Many of those are designed for industrial automation purposes, and so might be needlessly rugged/expensive for hobbyist use. Here's the cheapest one I could find quickly.
– telcoM
Dec 17 at 16:18
@telcoM awesome, thanks.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:31
@telcoM awesome, thanks.
– Ciro Santilli 新疆改造中心 六四事件 法轮功
Dec 17 at 16:31
Any cable manufacturer which uses blue for a serial cable is just confusing people. Blue is for VGA (which has a very similar form factor).
– NH.
Dec 17 at 16:42
Any cable manufacturer which uses blue for a serial cable is just confusing people. Blue is for VGA (which has a very similar form factor).
– NH.
Dec 17 at 16:42
add a comment |
What hypervisor are you working with?
Shift + Pg Up is correct for almost all situations but might not work if the virtual machine hangs or does not boot up completely.
In case of a Mac: "Shift+Fn D-pad UP or DOWN on a Macbook will allow you to scroll". This is from How do you scroll up/down on linux server (terminal)? | Stack Overflow
I updated the question. Didn't think it would matter, but maybe it does.
– Minix
Jun 8 '15 at 21:45
add a comment |
What hypervisor are you working with?
Shift + Pg Up is correct for almost all situations but might not work if the virtual machine hangs or does not boot up completely.
In case of a Mac: "Shift+Fn D-pad UP or DOWN on a Macbook will allow you to scroll". This is from How do you scroll up/down on linux server (terminal)? | Stack Overflow
I updated the question. Didn't think it would matter, but maybe it does.
– Minix
Jun 8 '15 at 21:45
add a comment |
What hypervisor are you working with?
Shift + Pg Up is correct for almost all situations but might not work if the virtual machine hangs or does not boot up completely.
In case of a Mac: "Shift+Fn D-pad UP or DOWN on a Macbook will allow you to scroll". This is from How do you scroll up/down on linux server (terminal)? | Stack Overflow
What hypervisor are you working with?
Shift + Pg Up is correct for almost all situations but might not work if the virtual machine hangs or does not boot up completely.
In case of a Mac: "Shift+Fn D-pad UP or DOWN on a Macbook will allow you to scroll". This is from How do you scroll up/down on linux server (terminal)? | Stack Overflow
edited Apr 15 at 10:41
Drakonoved
7091520
7091520
answered Jun 8 '15 at 14:27
eegor
264
264
I updated the question. Didn't think it would matter, but maybe it does.
– Minix
Jun 8 '15 at 21:45
add a comment |
I updated the question. Didn't think it would matter, but maybe it does.
– Minix
Jun 8 '15 at 21:45
I updated the question. Didn't think it would matter, but maybe it does.
– Minix
Jun 8 '15 at 21:45
I updated the question. Didn't think it would matter, but maybe it does.
– Minix
Jun 8 '15 at 21:45
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f208260%2fhow-to-scroll-up-after-a-kernel-panic%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Another helpful way to get access to helpful info: you can pass the "break=something kernel parameter (where valid arguments for something are: top, modules, premount, mount, mountroot, bottom, init)" - wiki.debian.org/InitramfsDebug
– Ben Creasy
Oct 24 at 5:45