billbear 写了:为了得到更多的细节,在 livecd 下如果能上网的话,打开一个终端,把下面的命令粘帖进去执行:(在浏览器里 ctrl-c 是复制,在终端里 ctrl-shift-v 是粘帖)
代码: 全选
cd ~/Desktop && wget 'http://home.comcast.net/~ubuntu_grub/boot_info_script.txt' && sudo bash boot_info_script.txt
这会搜集一些启动有关的信息,在桌面上生成一个 RESULTS.txt 。贴上来分析一下看看。
RESULTS.txt
ubuntu@ubuntu:~/Desktop$ cat RESULTS.txt
============================= Boot Info Summary: ==============================
=> Windows is installed in the MBR of /dev/sda
sda1: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows XP
Boot files/dirs: /boot.ini /ntldr /NTDETECT.COM
sda2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: According to the info in the boot sector, sda5 starts
at sector 63.
Operating System:
Boot files/dirs:
sda6: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: According to the info in the boot sector, sda6 starts
at sector 63.
Operating System:
Boot files/dirs:
sda7: _________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP
Boot sector info: According to the info in the boot sector, sda7 starts
at sector 63.
Operating System:
Boot files/dirs:
sda8: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
=========================== Drive/Partition Info: =============================
Drive sda: _____________________________________________________________________
Disk /dev/sda: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders, total 312500000 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0xf0b1ebb0
Partition Boot Start End Size Id System
/dev/sda1 * 63 40,965,749 40,965,687 7 HPFS/NTFS
/dev/sda2 40,965,750 289,443,104 248,477,355 5 Extended
/dev/sda5 40,965,813 81,931,499 40,965,687 7 HPFS/NTFS
/dev/sda6 81,931,563 204,812,684 122,881,122 7 HPFS/NTFS
/dev/sda7 204,812,748 281,025,044 76,212,297 7 HPFS/NTFS
/dev/sda8 281,025,108 289,443,104 8,417,997 83 Linux
blkid -c /dev/null: ____________________________________________________________
/dev/sda1: UUID="52A01BD2A01BBC03" LABEL="C" TYPE="ntfs"
/dev/sda5: UUID="4E80B0D06C979E44" LABEL="D" TYPE="ntfs"
/dev/sda6: UUID="2258C80458C7D4A7" LABEL="E" TYPE="ntfs"
/dev/sda7: UUID="02F5A88B6AC74F10" LABEL="F" TYPE="ntfs"
/dev/sda8: TYPE="swap"
/dev/loop0: TYPE="squashfs"
=============================== "mount" output: ===============================
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /lib/modules/2.6.24-23-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/modules/2.6.24-23-generic/volatile type tmpfs (rw,mode=0755)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
================================ sda1/boot.ini: ================================
[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
C:\mxldr=MaxDOS ����
there is also a boot_info_script.txt was generated by that command, I have attached it.
pls take a look, thanks very much!!
ps. sorry for my english, I can not input chinese in the liveCD running Ubuntu.