Thread: Reinstalling Grub Issue
edit: using 11.04 32b , running off usb while this.
usual problem, when reinstall windows gets rid of grub. following guide here
https://help.ubuntu.com/community/re...tallingwindows
used fdisk -l , got output
now ubuntu want sdb6 mounted itcode:omitting empty partition (5) disk /dev/sda: 250.1 gb, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0xb6284573 device boot start end blocks id system /dev/sda1 * 1 27428 220315378+ 7 hpfs/ntfs /dev/sda2 27429 30401 23880622+ 5 extended /dev/sda3 30273 30401 1036161 82 linux swap / solaris /dev/sda5 27429 30272 22844367 83 linux disk /dev/sdb: 80.0 gb, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0xd224d224 device boot start end blocks id system /dev/sdb1 * 1 7774 62444623+ 7 hpfs/ntfs /dev/sdb2 7775 9729 15702625+ 5 extended /dev/sdb5 9642 9729 706828+ 82 linux swap / solaris /dev/sdb6 7775 9641 14995456 83 linux partition table entries not in disk order disk /dev/sdc: 4007 mb, 4007657472 bytes 86 heads, 22 sectors/track, 4137 cylinders units = cylinders of 1892 * 512 = 968704 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0x00000000 device boot start end blocks id system /dev/sdc1 * 5 4138 3909696 c w95 fat32 (lba)
here problem. guide says check mount using mount | tail -l , should outputcode:mount /dev/sdb6 /mnt/hd
this outputcode:/dev/sda2 on /media/0d104aff-ec8c-44c8-b811-92b993823444 type ext4 (rw,nosuid,nodev,uhelper=devkit)
what line supposed use? says need volumes uuid later output looks nothing guides.code:/dev/loop0 on /rofs type squashfs (ro,noatime) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) none on /dev/shm type tmpfs (rw,nosuid,nodev) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) none on /var/run type tmpfs (rw,nosuid,mode=0755) none on /var/lock type tmpfs (rw,noexec,nosuid,nodev) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu) /dev/sdb6 on /mnt/hd type ext4 (rw)
you've mounted partition on /mnt, that's why don't see under /media.
better guide reinstall grub2 this.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Reinstalling Grub Issue
Ubuntu
Comments
Post a Comment