maledicente
(usa Gentoo)
Enviado em 02/09/2013 - 13:26h
Ficou assim:
# Windows bootable partition config begins
other = /dev/sda1
label = Windows
table = /dev/sda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda3
label = Linux
read-only
# Linux bootable partition config ends
# Linux bootable partition config begins
root = /dev/sda5
image = /boot/vmlinuz-linux
label = Arch
read-only
# Linux bootable partition config ends
# Linux bootable partition config begins
root = /dev/sda6
image = /boot/vmlinuz-3.2.04-amd64
label = Debian
read-only
# Linux bootable partition config ends
Teria algo a ver com o fstab? Pois ele esta desta maneira:
/dev/sda7 swap swap defaults 0 0
/dev/sda3 / ext4 defaults 1 1
/dev/sda8 /home ext4 defaults 1 2
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-show 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
tmpfs /tmp tmpfs size=1G 0 0