[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian kfreebsd e linux



Ho aggiunto queste righe

menuentry 'Debian GNU/kFreeBSD, con kFreeBSD 8.2-1-amd64' --class debian --class gnu-kfreebsd --class gnu --class os {
insmod part_msdos
insmod ufs2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 4ed51dc5b73c2be8
echo 'Caricamento kernel per FreeBSD 8.2-1-amd64...'
kfreebsd /boot/kfreebsd-8.2-1-amd64.gz
insmod part_msdos
insmod ufs2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 4ed51dc5b73c2be8
kfreebsd_module_elf /lib/modules/8.2-1-amd64/ufs.ko
set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ad8s1
set kFreeBSD.vfs.root.mountfrom.options=rw
}
menuentry 'Debian GNU/kFreeBSD, con kFreeBSD 8.2-1-amd64 (modalità ripristino)' --class debian --class gnu-kfreebsd --class gnu --class os {
insmod part_msdos
insmod ufs2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 4ed51dc5b73c2be8
echo 'Caricamento kernel per FreeBSD 8.2-1-amd64...'
kfreebsd /boot/kfreebsd-8.2-1-amd64.gz -s
insmod part_msdos
insmod ufs2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 4ed51dc5b73c2be8
kfreebsd_module_elf /lib/modules/8.2-1-amd64/ufs.ko
set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ad8s1
set kFreeBSD.vfs.root.mountfrom.options=rw

Ma ricevo quest'errore:

root@Zeppelin:/home/ernesto# update-grub
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.1.0-1-amd64
Found initrd image: /boot/initrd.img-3.1.0-1-amd64
Found Debian GNU/Linux (wheezy/sid) on /dev/sda1
errore: out of memory.
errore: syntax error.
errore: Incorrect command.
errore: syntax error.
error: line no: 141
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.
done

Cosa può essere che non va?

Ernesto
Reply to: