当前位置: 技术问答>linux和unix
在Thinkpad T61安装Ubuntu 7.10的问题(以前能进系统,这次重装不能进系统)
来源: 互联网 发布时间:2016-03-10
本文导语: t61原来的系统是xp,现在装ubuntu双系统,第一次安装能进入系统,格式化之后重装系统不能进入。我是新手,特来求助! sata硬盘,sda1是xp,sda5是ubuntu,sda6是swap boot loader没有写入mbr,grub4dos引导,menu的主要内容如下 ...
t61原来的系统是xp,现在装ubuntu双系统,第一次安装能进入系统,格式化之后重装系统不能进入。我是新手,特来求助!
sata硬盘,sda1是xp,sda5是ubuntu,sda6是swap
boot loader没有写入mbr,grub4dos引导,menu的主要内容如下
find --set-root /boot/vmlinuz-2.6.22-14-generic
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID= b96f26e0-929a-48f2-b11b-c01e2f391aaf ro quiet nosplash acpi=off pnpbios=off
initrd /boot/initrd.img-2.6.22-14-generic
boot
这次将硬盘设置成compatible模式安装,出来如下结果:
1 stdin: Is a directory
2 usage: modprobe [-v] [-V] [-c config-file] [-n] [-i] [-q] [-Q] [-b] [-o ] [--dump-mod version] [parameters...]
3 modprobe -r [-n] [-i] [-v] ...
4 modprobe -l -t [-a ...]
5 mount: cannot read /etc/fstab: No such file or directory
6 mount: Mounting /root/dev on /dev/.static/dev failed: No such file or directory
7 mount: Mounting /sys on /root/sys failed: No such file or directory
8 mount: Mounting /proc on /root/proc failed: No such file or directory
9 Target filesystem doesn't have /sbin/init
10 Busybox v1.1.3(debian 1:1.1.3-5ubuntu-7)build-in shell (ash)
(initramfs)
进不了系统,将硬盘改成achi模式,出现如下结果:
[61.328000] ata3: COMRESET failed (errno=16)
[102.360000] ata3: COMRESET failed (errno=16)
[143.392000] ata3: COMRESET failed (errno=16)
Check root= bootarg cat /proc/cmdline
or Missing modules, devices: cat /proc/modules ls /dev
ALERT! /dev/disk/by-uuid/ does not exist. Dropping to a shell!
BusyBox v1.1.3 (Debian 1:1.1.3-4) ...
(initramfs)
也是进不了系统!
sata硬盘,sda1是xp,sda5是ubuntu,sda6是swap
boot loader没有写入mbr,grub4dos引导,menu的主要内容如下
find --set-root /boot/vmlinuz-2.6.22-14-generic
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID= b96f26e0-929a-48f2-b11b-c01e2f391aaf ro quiet nosplash acpi=off pnpbios=off
initrd /boot/initrd.img-2.6.22-14-generic
boot
这次将硬盘设置成compatible模式安装,出来如下结果:
1 stdin: Is a directory
2 usage: modprobe [-v] [-V] [-c config-file] [-n] [-i] [-q] [-Q] [-b] [-o ] [--dump-mod version] [parameters...]
3 modprobe -r [-n] [-i] [-v] ...
4 modprobe -l -t [-a ...]
5 mount: cannot read /etc/fstab: No such file or directory
6 mount: Mounting /root/dev on /dev/.static/dev failed: No such file or directory
7 mount: Mounting /sys on /root/sys failed: No such file or directory
8 mount: Mounting /proc on /root/proc failed: No such file or directory
9 Target filesystem doesn't have /sbin/init
10 Busybox v1.1.3(debian 1:1.1.3-5ubuntu-7)build-in shell (ash)
(initramfs)
进不了系统,将硬盘改成achi模式,出现如下结果:
[61.328000] ata3: COMRESET failed (errno=16)
[102.360000] ata3: COMRESET failed (errno=16)
[143.392000] ata3: COMRESET failed (errno=16)
Check root= bootarg cat /proc/cmdline
or Missing modules, devices: cat /proc/modules ls /dev
ALERT! /dev/disk/by-uuid/ does not exist. Dropping to a shell!
BusyBox v1.1.3 (Debian 1:1.1.3-4) ...
(initramfs)
也是进不了系统!
|
1、最好将windows放在第一个主分区上,linux的根分区也设置为主分区,而不是扩展分区,然后将linux的根分区设置为active。
2、将grub或者其它引导程序装在linux的根分区上。
这样做的好处是两个系统不会相互影响,还可以使用IBM的系统还原!
2、将grub或者其它引导程序装在linux的根分区上。
这样做的好处是两个系统不会相互影响,还可以使用IBM的系统还原!
|
用光盘启动,进入命令行状态,用 dd=/dev/sda5 of=/opt/bootsect.lnx bs=512 count=1
成生一个启动引导文件,把文件bootsect.lnx放到windows的C盘根目录,修改boot.int
加入 c:bootsect.lnx="MyLinux"
这样在启动windows的时候就可以引导了。
成生一个启动引导文件,把文件bootsect.lnx放到windows的C盘根目录,修改boot.int
加入 c:bootsect.lnx="MyLinux"
这样在启动windows的时候就可以引导了。
|
用深山红叶的工具盘 里面有一个分区表修复工具