Alguém sabe me dizer o que tá errado aqui?

1. Alguém sabe me dizer o que tá errado aqui?

groki
Stinky_F00t

(usa Crunchbang)

Enviado em 12/04/2011 - 13:18h

Estou tentando fazer a configuração do GRUB para que possa ter acesso ao boot do meu Slack mas não tô conseguindo nem fazer o nome Slackware aparecer lá na tela do GRUB, minha configuração tá assim:

# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
#

# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution

# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title Arch Linux
root (hd0,2)
kernel /boot/vmlinuz26 root=/dev/sda3 ro
initrd /boot/kernel26.img

# (1) Arch Linux
title Arch Linux Fallback
root (hd0,2)
kernel /boot/vmlinuz26 root=/dev/sda3 ro
initrd /boot/kernel26-fallback.img

# (2) Slacware Linux
#title Slackware Linux
#uuid 2e167049-d804-416c-9a1c-d7841cbf4683
#kernel /boot/vmlinuz root=/dev/sda1 ro

Desde já obrigado,
Abraços!


  


2. Re: Alguém sabe me dizer o que tá errado aqui?

Daniel Fernandes
volcom

(usa Debian)

Enviado em 12/04/2011 - 13:23h

Vai ver porque as linhas do Slack estão comentadas com #, veja:

# (2) Slacware Linux
#title Slackware Linux
#uuid 2e167049-d804-416c-9a1c-d7841cbf4683
#kernel /boot/vmlinuz root=/dev/sda1 ro

Altere para:

# (2) Slacware Linux
title Slackware Linux
uuid 2e167049-d804-416c-9a1c-d7841cbf4683
kernel /boot/vmlinuz root=/dev/sda1 ro






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts