melmoth
(usa Sabayon)
Enviado em 01/04/2014 - 16:31h
Obrigado pela ajuda Alfbneto!
Tentei acessar o grub pela linha de comando, mas ele não reconhece os comandos básicos como "cd". Consegui acessar através de um live cd do Debian... Mas não consegui encontrar a linha "real_init=/usr/lib/systemd/systemd" para ser editada no arquivo grub.cfg. Abaixo está o conteúdo do arquivo:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_fonts ###
### END /etc/grub.d/00_fonts ###
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
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}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod lvm
insmod ext2
set root='lvm/vg_caronte-lv_root'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvm/vg_caronte-lv_root' 5cb716ed-626e-42f8-b6c0-25c508742430
else
search --no-floppy --fs-uuid --set=root 5cb716ed-626e-42f8-b6c0-25c508742430
fi
font="/usr/share/grub/unicode.pf2"
fi