On 12/18/2010 02:02 PM, Pere Nubiola i Radigales wrote: > Package: grub-pc > Version: 1.98+20100804-10 > Severity: important > > --- Please enter the report below this line. --- > when open thew computer lines for start linux has errors and not apear in > grub menu. > Unrecognized token > syntax error > Incorrect command > > Duplicate of 605615 > --- System information. --- > Architecture: amd64 > Kernel: Linux 2.6.32-5-amd64 > > Debian Release: 6.0 > 500 unstable ftp.caliu.cat > 500 unstable ftp.bg.debian.org > 500 testing security.debian.org > 500 testing ftp.es.debian.org > 500 testing ftp.caliu.cat > 500 lucid ppa.launchpad.net > 1 experimental ftp.caliu.cat > > --- Package information. --- > Depends (Version) | Installed > ===========================================-+-===================== > libc6 (>= 2.3) | 2.11.2-7 > libdevmapper1.02.1 (>= 2:1.02.36) | 2:1.02.48-4 > debconf (>= 0.5) | 1.5.37 > OR debconf-2.0 | > grub-common (= 1.98+20100804-10) | 1.98+20100804-10 > ucf | 3.0025+nmu1 > > > Package's Recommends field is empty. > > Suggests (Version) | Installed > ===========================-+-=========== > desktop-base (>= 4.0.6) | > > > > --- Output from package bug script --- > > *********************** BEGIN /proc/mounts > /dev/disk/by-uuid/7eaad052-d1d7-4efa-bf4f-02953932d8be / ext3 > rw,relatime,errors=remount-ro,acl,data=ordered 0 0 > /dev/sda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0 > *********************** END /proc/mounts > > *********************** BEGIN /boot/grub/device.map > (hd0) /dev/disk/by-id/ata-ST31000340AS_3QJ016QF > *********************** END /boot/grub/device.map > > *********************** BEGIN /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 > load_env > fi > set default="0" > 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 { > insmod vbe > insmod vga > insmod video_bochs > insmod video_cirrus > } > > insmod part_msdos > insmod ext2 > set root='(hd0,msdos3)' > search --no-floppy --fs-uuid --set 7eaad052-d1d7-4efa-bf4f-02953932d8be > if loadfont /usr/share/grub/unicode.pf2 ; then > set gfxmode=640x480 > load_video > insmod gfxterm > fi > terminal_output gfxterm > insmod part_msdos > insmod ext2 > set root='(hd0,msdos1)' > search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b > set locale_dir=($root)/grub/locale > set lang=ca > insmod gettext > set timeout=5 > ### 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 ### > menuentry 'Debian GNU/Linux, amb el Linux 2.6.32-5-amd64' --class debian > --class gnu-linux --class gnu --class os { > insmod part_msdos > insmod ext2 > set root='(hd0,msdos1)' > search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b > echo 'S'''est?? carregant el Linux 2.6.32-5-amd64 ...' > linux /vmlinuz-2.6.32-5-amd64 > root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet > echo 'S'\''est?? carregant la ramdisk inicial ...' > initrd /initrd.img-2.6.32-5-amd64 > } > menuentry 'Debian GNU/Linux, amb el Linux 2.6.32-5-amd64 (mode de > restabliment)' --class debian --class gnu-linux --class gnu --class os { > insmod part_msdos > insmod ext2 > set root='(hd0,msdos1)' > search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b > echo 'S'''est?? carregant el Linux 2.6.32-5-amd64 ...' > linux /vmlinuz-2.6.32-5-amd64 > root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single > echo 'S'\''est?? carregant la ramdisk inicial ...' > initrd /initrd.img-2.6.32-5-amd64 > } > menuentry 'Debian GNU/Linux, amb el Linux 2.6.32-3-amd64' --class debian > --class gnu-linux --class gnu --class os { > insmod part_msdos > insmod ext2 > set root='(hd0,msdos1)' > search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b > echo 'S'''est?? carregant el Linux 2.6.32-3-amd64 ...' > linux /vmlinuz-2.6.32-3-amd64 > root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet > echo 'S'\''est?? carregant la ramdisk inicial ...' > initrd /initrd.img-2.6.32-3-amd64 > } > menuentry 'Debian GNU/Linux, amb el Linux 2.6.32-3-amd64 (mode de > restabliment)' --class debian --class gnu-linux --class gnu --class os { > insmod part_msdos > insmod ext2 > set root='(hd0,msdos1)' > search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b > echo 'S'''est?? carregant el Linux 2.6.32-3-amd64 ...' > linux /vmlinuz-2.6.32-3-amd64 > root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single > echo 'S'\''est?? carregant la ramdisk inicial ...' > initrd /initrd.img-2.6.32-3-amd64 > } > menuentry 'Debian GNU/Linux, amb el Linux 2.6.30-1-amd64' --class debian > --class gnu-linux --class gnu --class os { > insmod part_msdos > insmod ext2 > set root='(hd0,msdos1)' > search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b > echo 'S'''est?? carregant el Linux 2.6.30-1-amd64 ...' > linux /vmlinuz-2.6.30-1-amd64 > root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet > echo 'S'\''est?? carregant la ramdisk inicial ...' > initrd /initrd.img-2.6.30-1-amd64 > } > menuentry 'Debian GNU/Linux, amb el Linux 2.6.30-1-amd64 (mode de > restabliment)' --class debian --class gnu-linux --class gnu --class os { > insmod part_msdos > insmod ext2 > set root='(hd0,msdos1)' > search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b > echo 'S'''est?? carregant el Linux 2.6.30-1-amd64 ...' > linux /vmlinuz-2.6.30-1-amd64 > root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single > echo 'S'\''est?? carregant la ramdisk inicial ...' > initrd /initrd.img-2.6.30-1-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/30_os-prober ### > ### END /etc/grub.d/30_os-prober ### > > ### 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 $prefix/custom.cfg ]; then > source $prefix/custom.cfg; > fi > ### END /etc/grub.d/41_custom ### > *********************** END /boot/grub/grub.cfg > > > > _______________________________________________ > Pkg-grub-devel mailing list > pkg-grub-de...@lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel > >
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature