Quote:
Originally Posted by syg00
We need more detail - go here, do as it says, and run the "sudo bash ..." as directed. Just use "unzip" to unzip it - or double-click from a GUI filemanager. (no quotes in any of those commands).
Post the RESULTS.txt here - it'll tell us all we need.
|
I just haven't been able to get that bootscript to take! I'll keep working on it, but in the meanwhile I'll take a gamble and use this result from directions given me by another and hopefully it'll be of some use to you. As novice as I am I think that I don't see the attached Mint flash drive number here even though its icon shows up on this live CD's desktop and I can see and access all it's inside files, so that must mean it's still mounted even though it doesn't show here, right? Thanks a trillion!
mint@mint ~ $ sudo os-prober
/dev/sda1:Microsoft Windows XP Professional:Windows:chain
/dev/sdb1:Linux Mint 9 Isadora (9):LinuxMint:linux
mint@mint ~ $ sudo fdisk -l
Disk /dev/sda: 60.0 GB, 60011642880 bytes
240 heads, 63 sectors/track, 7752 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7205cf80
Device Boot Start End Blocks Id System
/dev/sda1 * 1 7752 58605088+ 7 HPFS/NTFS
Disk /dev/sdb: 7998 MB, 7998537728 bytes
247 heads, 62 sectors/track, 1020 cylinders
Units = cylinders of 15314 * 512 = 7840768 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003d10c
Device Boot Start End Blocks Id System
/dev/sdb1 1 970 7422976 83 Linux
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(0, 32, 33) logical=(0, 33, 3)
Partition 1 has different physical/logical endings:
phys=(924, 62, 34) logical=(969, 140, 54)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 970 1020 385025 5 Extended
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(924, 95, 2) logical=(969, 173, 55)
Partition 2 has different physical/logical endings:
phys=(972, 78, 2) logical=(1019, 244, 2)
Partition 2 does not end on cylinder boundary.
/dev/sdb5 970 1020 385024 82 Linux swap / Solaris
Disk /dev/sdc: 2031 MB, 2031091712 bytes
255 heads, 63 sectors/track, 246 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: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 247 1983429 b W95 FAT32
Partition 1 has different physical/logical endings:
phys=(1023, 254, 63) logical=(246, 236, 63)
mint@mint ~ $ sudo parted -l print
Model: ATA TOSHIBA MK6034GS (scsi)
Disk /dev/sda: 60.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 60.0GB 60.0GB primary ntfs boot
Model: Kingston DT 101 G2 (scsi)
Disk /dev/sdb: 7999MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 7602MB 7601MB primary ext4
2 7603MB 7997MB 394MB extended
5 7603MB 7997MB 394MB logical linux-swap(v1)
Model: Kingston DT 101 II (scsi)
Disk /dev/sdc: 2031MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 2031MB 2031MB primary fat32 boot
This is an attempt to fix the Mint flash's MBR by someone's recommendations. I'll won't venture further without your input!
mint@mint ~ $ sudo os-prober
/dev/sda1:Microsoft Windows XP Professional:Windows:chain
/dev/sdb1:Linux Mint 9 Isadora (9):LinuxMint:linux
mint@mint ~ $ sudo mount /dev/sdb1 /mnt
mint@mint ~ $ sudo grub-install --root-directory=/mnt /dev/sdb1
grub-probe: error: cannot find a device for /boot (is /dev mounted?).
/usr/sbin/grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea..
/usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and its use is discouraged..
/usr/sbin/grub-setup: error: if you really want blocklists, use --force.
mint@mint ~ $