Thread: Windows not found in grub?
just tried installing ubuntu after clean win7 install. windows recognized 'unknown' , update-grub cant finsd boot loader or bootmgr windows. heres boot script
edit: sda1 supposed swap space ubuntu says @ startup theres problems mounting it?code:boot info script 0.60 17 may 2011 ============================= boot info summary: =============================== => grub2 (v1.97-1.98) installed in mbr of /dev/sda , looks @ sector 1 of same hard drive core.img. core.img @ location , looks in partition 3 (,msdos3)/boot/grub. sda1: __________________________________________________________________________ file system: boot sector type: - boot sector info: mounting failed: mount: unknown filesystem type '' sda2: __________________________________________________________________________ file system: boot sector type: - boot sector info: mounting failed: mount: unknown filesystem type '' mount: unknown filesystem type '' sda3: __________________________________________________________________________ file system: ext4 boot sector type: - boot sector info: operating system: ubuntu 10.10 boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img ============================ drive/partition info: ============================= drive: sda _____________________________________________________________________ disk /dev/sda: 320.1 gb, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 * 63 64,259 64,197 82 linux swap / solaris /dev/sda2 64,260 327,758,129 327,693,870 7 ntfs / exfat / hpfs /dev/sda3 327,759,872 625,141,759 297,381,888 83 linux "blkid" output: ________________________________________________________________ device uuid type label /dev/sda3 181f6c22-8756-43b9-9ece-97937455ded9 ext4 ================================ mount points: ================================= device mount_point type options /dev/sda3 / ext4 (rw,errors=remount-ro,commit=0) =========================== sda3/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- # # not edit file # # automatically generated grub-mkconfig using templates # /etc/grub.d , settings /etc/default/grub # ### begin /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; set have_grubenv=true load_env fi set default="0" if [ "${prev_saved_entry}" ]; 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}" ]; saved_entry="${chosen}" save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; if [ -z "${boot_once}" ]; save_env recordfail; fi; fi } function load_video { insmod vbe insmod vga } insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set 181f6c22-8756-43b9-9ece-97937455ded9 if loadfont /usr/share/grub/unicode.pf2 ; set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set 181f6c22-8756-43b9-9ece-97937455ded9 set locale_dir=($root)/boot/grub/locale set lang=en insmod gettext if [ "${recordfail}" = 1 ]; set timeout=-1 else set timeout=10 fi ### end /etc/grub.d/00_header ### ### begin /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray ### end /etc/grub.d/05_debian_theme ### ### begin /etc/grub.d/10_linux ### menuentry 'ubuntu, linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set 181f6c22-8756-43b9-9ece-97937455ded9 linux /boot/vmlinuz-2.6.35-28-generic root=uuid=181f6c22-8756-43b9-9ece-97937455ded9 ro quiet splash initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu, linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set 181f6c22-8756-43b9-9ece-97937455ded9 echo 'loading linux 2.6.35-28-generic ...' linux /boot/vmlinuz-2.6.35-28-generic root=uuid=181f6c22-8756-43b9-9ece-97937455ded9 ro single echo 'loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-28-generic } menuentry 'ubuntu, linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set 181f6c22-8756-43b9-9ece-97937455ded9 linux /boot/vmlinuz-2.6.35-22-generic root=uuid=181f6c22-8756-43b9-9ece-97937455ded9 ro quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'ubuntu, linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set 181f6c22-8756-43b9-9ece-97937455ded9 echo 'loading linux 2.6.35-22-generic ...' linux /boot/vmlinuz-2.6.35-22-generic root=uuid=181f6c22-8756-43b9-9ece-97937455ded9 ro single echo 'loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-22-generic } ### end /etc/grub.d/10_linux ### ### begin /etc/grub.d/20_linux_xen ### ### end /etc/grub.d/20_linux_xen ### ### begin /etc/grub.d/20_memtest86+ ### menuentry "memory test (memtest86+)" { insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set 181f6c22-8756-43b9-9ece-97937455ded9 linux16 /boot/memtest86+.bin } menuentry "memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(hd0,msdos3)' search --no-floppy --fs-uuid --set 181f6c22-8756-43b9-9ece-97937455ded9 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } ### end /etc/grub.d/20_memtest86+ ### ### begin /etc/grub.d/30_os-prober ### if [ "x${timeout}" != "x-1" ]; if keystatus; if keystatus --shift; set timeout=-1 else set timeout=0 fi else if sleep --interruptible 3 ; set timeout=0 fi fi fi ### end /etc/grub.d/30_os-prober ### ### begin /etc/grub.d/40_custom ### # file provides easy way add custom menu entries. type # menu entries want add after comment. careful not change # 'exec tail' line above. ### end /etc/grub.d/40_custom ### ### begin /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; source $prefix/custom.cfg; fi ### end /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =============================== sda3/etc/fstab: ================================ -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / on /dev/sda3 during installation uuid=181f6c22-8756-43b9-9ece-97937455ded9 / ext4 errors=remount-ro 0 1 /dev/sda1 /swap ext4 defaults 0 2 -------------------------------------------------------------------------------- =================== sda3: location of files loaded grub: ==================== gib - gb file fragment(s) 190.419700623 = 204.461596672 boot/grub/core.img 1 284.444519043 = 305.419976704 boot/grub/grub.cfg 2 278.725585938 = 299.279319040 boot/initrd.img-2.6.35-22-generic 2 278.749023438 = 299.304484864 boot/initrd.img-2.6.35-28-generic 2 190.429000854 = 204.471582720 boot/vmlinuz-2.6.35-22-generic 1 190.437492371 = 204.480700416 boot/vmlinuz-2.6.35-28-generic 1 278.749023438 = 299.304484864 initrd.img 2 278.725585938 = 299.279319040 initrd.img.old 2 190.437492371 = 204.480700416 vmlinuz 1 190.429000854 = 204.471582720 vmlinuz.old 1
do want news or bad news?
news ubuntu nice os , can sorts of useful things it.
curious fdisk recognizes sda1 swap bootinfoscript not. may give hope sda2 is, assume, w7 os. however, windows boot files not locatable either bootinfoscript or ubuntu's os-prober.
oldfred may have tricks sleeve.
approach load windows cd , attempt repair.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Windows not found in grub?
Ubuntu
Comments
Post a Comment