0 Members and 1 Guest are viewing this topic.
mint@mint ~ $ sudo fdisk -lDisk /dev/sda: 160.0 GB, 160041885696 bytes255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0xa970a970 Device Boot Start End Blocks Id System/dev/sda1 * 63 312576704 156288321 b W95 FAT32Disk /dev/sdb: 160.0 GB, 160041885696 bytes255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x00031f7b Device Boot Start End Blocks Id System/dev/sdb2 2048 312580095 156289024 5 Extended/dev/sdb5 299810816 312580095 6384640 82 Linux swap / Solaris/dev/sdb6 10240 299808767 149899264 83 LinuxPartition table entries are not in disk ordermint@mint ~ $
mint@mint ~ $ sudo blkid/dev/loop0: TYPE="squashfs" /dev/sda1: LABEL="CLIVE1" UUID="3B0D-1C00" TYPE="vfat" /dev/sr0: LABEL="Linux Mint 13 MATE 64-bit" TYPE="iso9660" /dev/sdb5: UUID="b9b68dc9-f641-402a-9162-a302820398db" TYPE="swap" /dev/sdb6: UUID="4d9cd1eb-9ff2-4fc3-878e-21bc3134853b" TYPE="ext4" mint@mint ~ $
sudo update-grub
dpkg -l | grep grub
userone@office2 ~ $ dpkg -l | grep grubrc grub-common 1.99-21ubuntu3.1 GRand Unified Bootloader (common files)rc grub-pc 1.99-21ubuntu3.1 GRand Unified Bootloader, version 2 (PC/BIOS version)ii grub2-theme-mint 1.0.9 Grub2 theme for Linux Mintuserone@office2 ~ $
sudo: update-grub: command not found
sudo grub-mkconfig -o /boot/grub/grub.cfg
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'
And as far as I'm aware, there's no alias in *my* ~/.bashcr
These seem to be missinggrub2-commonandgrub-pc-bin
rc grub-common 1.99-21ubuntu3.1 GRand Unified Bootloader (common files)rc grub-pc 1.99-21ubuntu3.1 GRand Unified Bootloader, version 2 (PC/BIOS version)
mark@AA1-Blue ~ $ dpkg -l | grep grubii grub-common 1.99-21ubuntu3.7 GRand Unified Bootloader (common files)ii grub-gfxpayload-lists 0.6 GRUB gfxpayload blacklistii grub-pc 1.99-21ubuntu3.7 GRand Unified Bootloader, version 2 (PC/BIOS version)ii grub-pc-bin 1.99-21ubuntu3.7 GRand Unified Bootloader, version 2 (PC/BIOS binaries)ii grub2-common 1.99-21ubuntu3.7 GRand Unified Bootloader (common files for version 2)
sudo apt-get install --reinstall grub-common grub-pc grub-pc-bin grub2-common
sudo apt-get install grub-gfxpayload-list
Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 1.99-21ubuntu3.7), grub-pc-bin (= 1.99-21ubuntu3.7), ucf, grub-gfxpayload-lists
sudo apt-get install --reinstall grub-pc os-prober