AnonSec Team
Server IP : 161.35.85.9  /  Your IP : 216.73.217.138
Web Server : nginx/1.30.4
System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64
User : root ( 0)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /boot/grub/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi

if [ "${env_block}" ] ; then
  set env_block="(${root})${env_block}"
  export env_block
  load_env -f "${env_block}"
fi

if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   if [ "${env_block}" ] ; then
     save_env -f "${env_block}" next_entry
   else
     save_env next_entry
   fi
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    if [ "${env_block}" ] ; then
      save_env -f "${env_block}" saved_entry
    else
      save_env saved_entry
    fi

  fi
}
function load_video {
  if [ x$grub_platform = xefi ]; then
    insmod efi_gop
  elif [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

serial
terminal_input serial console
terminal_output serial console
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-98895155-f7ff-45ed-b6bb-7ed75e68e6aa' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 98895155-f7ff-45ed-b6bb-7ed75e68e6aa
	echo	'Loading Linux 7.1.13+deb14-amd64 ...'
	linux	/boot/vmlinuz-7.1.13+deb14-amd64 root=UUID=98895155-f7ff-45ed-b6bb-7ed75e68e6aa ro  console=tty1 root=LABEL=DOROOT notsc clocksource=kvm-clock net.ifnames=0
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-7.1.13+deb14-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-98895155-f7ff-45ed-b6bb-7ed75e68e6aa' {
	menuentry 'Debian GNU/Linux, with Linux 7.1.13+deb14-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-7.1.13+deb14-amd64-advanced-98895155-f7ff-45ed-b6bb-7ed75e68e6aa' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 98895155-f7ff-45ed-b6bb-7ed75e68e6aa
		echo	'Loading Linux 7.1.13+deb14-amd64 ...'
		linux	/boot/vmlinuz-7.1.13+deb14-amd64 root=UUID=98895155-f7ff-45ed-b6bb-7ed75e68e6aa ro  console=tty1 root=LABEL=DOROOT notsc clocksource=kvm-clock net.ifnames=0
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-7.1.13+deb14-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 7.1.13+deb14-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-7.1.13+deb14-amd64-recovery-98895155-f7ff-45ed-b6bb-7ed75e68e6aa' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 98895155-f7ff-45ed-b6bb-7ed75e68e6aa
		echo	'Loading Linux 7.1.13+deb14-amd64 ...'
		linux	/boot/vmlinuz-7.1.13+deb14-amd64 root=UUID=98895155-f7ff-45ed-b6bb-7ed75e68e6aa ro single dis_ucode_ldr 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-7.1.13+deb14-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 7.0.9+deb14-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-7.0.9+deb14-amd64-advanced-98895155-f7ff-45ed-b6bb-7ed75e68e6aa' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 98895155-f7ff-45ed-b6bb-7ed75e68e6aa
		echo	'Loading Linux 7.0.9+deb14-amd64 ...'
		linux	/boot/vmlinuz-7.0.9+deb14-amd64 root=UUID=98895155-f7ff-45ed-b6bb-7ed75e68e6aa ro  console=tty1 root=LABEL=DOROOT notsc clocksource=kvm-clock net.ifnames=0
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-7.0.9+deb14-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 7.0.9+deb14-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-7.0.9+deb14-amd64-recovery-98895155-f7ff-45ed-b6bb-7ed75e68e6aa' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 98895155-f7ff-45ed-b6bb-7ed75e68e6aa
		echo	'Loading Linux 7.0.9+deb14-amd64 ...'
		linux	/boot/vmlinuz-7.0.9+deb14-amd64 root=UUID=98895155-f7ff-45ed-b6bb-7ed75e68e6aa ro single dis_ucode_ldr 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-7.0.9+deb14-amd64
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
  insmod bli
fi
### END /etc/grub.d/25_bli ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
	fwsetup --is-supported
	if [ "$?" = 0 ]; then
		menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
			fwsetup
		}
	fi
fi
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg
fi
### END /etc/grub.d/41_custom ###

AnonSec - 2021