由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - fedora 11 boot problem
相关主题
菜鸟求救:系统不能启动了用 ext4 又怕停电的,等2.6.30。。。。
我来示范一下自动mount硬盘和读写权限Windows XP下如何读取Ubuntu Linux里的文件?
2.6.30 发彪了。。。hohoprepare to install fc11 preview
linux太毁硬盘了2.6.30 主要都是 fs 的动作阿
谁能给科普一下linux下的文件格式?grub的问题??
请推荐几款linux下的数据恢复软件linux克隆搞不定
fstab里面users和uid,gid不能一起用吗?如何升级ubuntu8.04到 9.04
偶也请教一个linux下vm的问题kernel 2.6.31 又有升级的理由了
相关话题的讨论汇总
话题: uuid话题: ext3话题: dev话题: fedora话题: problem
进入Linux版参与讨论
1 (共1页)
a*******e
发帖数: 3021
1
after i installed fedora 11, the 1st time it can boot and i installed some
programs.
Then i rebooted it, it shows "maks.ext3 can't resolve UUID=..............."
error and drops me into a repair shell.
I googled and found a workaround which is in fstab replace UUID=*** by /dev/
sda***, as shown below,
#
#UUID=247bf747-8fbb-40c7-8b92-ecb212ec1993 / ext3
defaults 1 1
#UUID=7fde7b7c-c33a-4e5d-abe4-c08eb3ac7f15 /home ext3
defaults 1 2
#UUID=
p**i
发帖数: 688
2
平时不会有问题, 除非你加个硬盘或者插个U盘才可能有

"
dev/
1
2
0

【在 a*******e 的大作中提到】
: after i installed fedora 11, the 1st time it can boot and i installed some
: programs.
: Then i rebooted it, it shows "maks.ext3 can't resolve UUID=..............."
: error and drops me into a repair shell.
: I googled and found a workaround which is in fstab replace UUID=*** by /dev/
: sda***, as shown below,
: #
: #UUID=247bf747-8fbb-40c7-8b92-ecb212ec1993 / ext3
: defaults 1 1
: #UUID=7fde7b7c-c33a-4e5d-abe4-c08eb3ac7f15 /home ext3

a*******e
发帖数: 3021
3
fresh install ah.
at most i unplugged my usbdrive.

【在 p**i 的大作中提到】
: 平时不会有问题, 除非你加个硬盘或者插个U盘才可能有
:
: "
: dev/
: 1
: 2
: 0

j*a
发帖数: 14423
4
sudo blkid
if output is different from fstab, update your fstab.

"
dev/

【在 a*******e 的大作中提到】
: after i installed fedora 11, the 1st time it can boot and i installed some
: programs.
: Then i rebooted it, it shows "maks.ext3 can't resolve UUID=..............."
: error and drops me into a repair shell.
: I googled and found a workaround which is in fstab replace UUID=*** by /dev/
: sda***, as shown below,
: #
: #UUID=247bf747-8fbb-40c7-8b92-ecb212ec1993 / ext3
: defaults 1 1
: #UUID=7fde7b7c-c33a-4e5d-abe4-c08eb3ac7f15 /home ext3

a*****i
发帖数: 4391
5
You should be just fine with this setup.
I also used one device file path instead of UUID for mapping one partition.

"
dev/

【在 a*******e 的大作中提到】
: after i installed fedora 11, the 1st time it can boot and i installed some
: programs.
: Then i rebooted it, it shows "maks.ext3 can't resolve UUID=..............."
: error and drops me into a repair shell.
: I googled and found a workaround which is in fstab replace UUID=*** by /dev/
: sda***, as shown below,
: #
: #UUID=247bf747-8fbb-40c7-8b92-ecb212ec1993 / ext3
: defaults 1 1
: #UUID=7fde7b7c-c33a-4e5d-abe4-c08eb3ac7f15 /home ext3

a*******e
发帖数: 3021
6
actually they are the same. so why i have the problem?
when I was using f9, never had this problem... I thought maybe it was
because my hd is dying, but i removed that dying hd and reinstalled on a new
sata hd, still have this problem.... that's why i said f11 sucks... or f11
64 sucks...
sudo blkid:
blkid
/dev/sda1: UUID="247bf747-8fbb-40c7-8b92-ecb212ec1993" TYPE="ext3" SEC_TYPE=
"ext2"
/dev/sda2: UUID="6df19bdb-b5f0-44e5-890f-1dc89320dc07" TYPE="swap"
/dev/sda3: UUID="7fde7b7c-c33a-4e5d-abe4-c

【在 j*a 的大作中提到】
: sudo blkid
: if output is different from fstab, update your fstab.
:
: "
: dev/

w********e
发帖数: 557
7
If uuid causes problem, just comment it out and use device name. I think
maybe it is the fs type mismatching. Is it ext2 or ext3?
a*******e
发帖数: 3021
8
all of my fs are ext3. no fancy stuff like multi-hd, or two-hd as backup (
forgot the term...) I don't know if sata hd is causing the problem since it'
s the first time i use sata. Old ATA really works well...
I also had this werid problem when using live fedora 11 to install it,
for / partition, if I format it as ext3, live cd installer requires it to be
ext4, however, if i format it as ext4, it says / can't be installed on ext4
, that the @#@#%^&?

【在 w********e 的大作中提到】
: If uuid causes problem, just comment it out and use device name. I think
: maybe it is the fs type mismatching. Is it ext2 or ext3?

y****e
发帖数: 23939
9
use device name not UUID
a*****i
发帖数: 4391
10

it'
be
ext4
geez, dude, plz read the goddamn manuals!
It has been explained to death that /boot can only use ext3.
I think it also explains when you install f11 from a live CD. I didn't know
that either.

【在 a*******e 的大作中提到】
: all of my fs are ext3. no fancy stuff like multi-hd, or two-hd as backup (
: forgot the term...) I don't know if sata hd is causing the problem since it'
: s the first time i use sata. Old ATA really works well...
: I also had this werid problem when using live fedora 11 to install it,
: for / partition, if I format it as ext3, live cd installer requires it to be
: ext4, however, if i format it as ext4, it says / can't be installed on ext4
: , that the @#@#%^&?

a*******e
发帖数: 3021
11
only if there is introduction on live cd installation in their damn manuals

know

【在 a*****i 的大作中提到】
:
: it'
: be
: ext4
: geez, dude, plz read the goddamn manuals!
: It has been explained to death that /boot can only use ext3.
: I think it also explains when you install f11 from a live CD. I didn't know
: that either.

1 (共1页)
进入Linux版参与讨论
相关主题
kernel 2.6.31 又有升级的理由了谁能给科普一下linux下的文件格式?
28T分区请推荐几款linux下的数据恢复软件
ext4 性能胜出阿fstab里面users和uid,gid不能一起用吗?
kubuntu 10.04安装滑腻腻的失败了偶也请教一个linux下vm的问题
菜鸟求救:系统不能启动了用 ext4 又怕停电的,等2.6.30。。。。
我来示范一下自动mount硬盘和读写权限Windows XP下如何读取Ubuntu Linux里的文件?
2.6.30 发彪了。。。hohoprepare to install fc11 preview
linux太毁硬盘了2.6.30 主要都是 fs 的动作阿
相关话题的讨论汇总
话题: uuid话题: ext3话题: dev话题: fedora话题: problem