Skip to content

Instantly share code, notes, and snippets.

@deitch
Last active May 23, 2016 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deitch/fe2de489d8a9328708a2458a9da72be5 to your computer and use it in GitHub Desktop.
Save deitch/fe2de489d8a9328708a2458a9da72be5 to your computer and use it in GitHub Desktop.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-22-generic (buildd@lgw01-41) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2) ) #40-Ubuntu SMO Thu May 12 22:03:46 UTC 2016 (Ubuntu 4.4.0-22.40-generic 4.4.8)
[ 0.000000] Command line:
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentraurHauls
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ee3bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001ee3c000-0x000000001ee4dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000001ee4e000-0x000000001fecdfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001fece000-0x000000001fefdfff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000001fefe000-0x000000001ff25fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000001ff26000-0x000000001ff2dfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000001ff2e000-0x000000001ff31fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000001ff32000-0x000000001ffcffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001ffd0000-0x000000001fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by EDK II
[ 0.000000] efi: ACPI=0x1ff2d000 ACPI 2.0=0x1ff2d014
[ 0.000000] DMI not present ot invalid
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x1ffd0 max_arch_pfn = 0x400000000
set default="0"
set timeout=10
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
menuentry "Linux" {
search.fs_label TESTOS root
set gfxpayload=keep
linux /boot/vmlinuz quiet break=bottom
initrd /boot/initrd
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment