移动硬盘安装LIVE CD,为什么安装不了?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
onshoestring
论坛版主
帖子: 4666
注册时间: 2009-09-06 5:53

Re: 移动硬盘安装LIVE CD,为什么安装不了?

#16

帖子 onshoestring » 2010-03-10 17:50

把你想要的菜单放到/etc/grub.d/40_custom文件中,修改后,sudo update-grub,grub.cfg的更新了。
&_&
帖子: 93
注册时间: 2010-03-08 17:51

Re: 移动硬盘安装LIVE CD,为什么安装不了?

#17

帖子 &_& » 2010-03-10 18:16

onshoestring 写了:把你想要的菜单放到/etc/grub.d/40_custom文件中,修改后,sudo update-grub,grub.cfg的更新了。
不是一样么?


这些文件放在第一分区: initrd.lz,vmlinuz,ubuntu-9.10-desktop-i386.iso 。
配置文件:/boot/grub/grub.cfg.也相应改变了。
menuentry "Ubuntu LiveCD" {
insmod ext2
set root=(hd1,1)
linux /vmlinuz boot=casper iso-scan/filename=/ubuntu-9.10-desktop-i386.iso locale=zh_CN.UTF-8
initrd /initrd.lz
}


启动,选择菜单“Ubuntu LiveCD”
出错:

[linux-bzzmage, setup=0x3400 size=0x3b4660]
error: file not found.
上次由 &_& 在 2010-03-10 18:41,总共编辑 2 次。
头像
onshoestring
论坛版主
帖子: 4666
注册时间: 2009-09-06 5:53

Re: 移动硬盘安装LIVE CD,为什么安装不了?

#18

帖子 onshoestring » 2010-03-10 18:30

看不出什么问题。
不知道是不是和放到移动硬盘有关。
&_&
帖子: 93
注册时间: 2010-03-08 17:51

Re: 移动硬盘安装LIVE CD,为什么安装不了?

#19

帖子 &_& » 2010-03-10 18:35

w@w-laptop:~$ sudo fdisk -l
[sudo] password for w:

Disk /dev/sda: 4001 MB, 4001292288 bytes
255 heads, 63 sectors/track, 486 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e8328

Device Boot Start End Blocks Id System
/dev/sda1 * 1 457 3670821 83 Linux
/dev/sda2 458 486 232942+ 5 Extended
/dev/sda5 458 486 232911 82 Linux swap / Solaris

Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8b537a45

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 3564 28627798+ 83 Linux
/dev/sdb2 3565 5919 18916537+ c W95 FAT32 (LBA)
/dev/sdb3 5920 9393 27896872+ c W95 FAT32 (LBA)
/dev/sdb4 9796 19457 77610015 7 HPFS/NTFS
w@w-laptop:~$

/dev/sda:本地硬盘
/dev/sdb:移动硬盘
&_&
帖子: 93
注册时间: 2010-03-08 17:51

Re: 移动硬盘安装LIVE CD,为什么安装不了?

#20

帖子 &_& » 2010-03-10 18:38

因为移动硬盘已安装了个UBUNTU9.10,根目录已有文件:vmlinuz。
所以只复制了两个文件:initrd.lz,ubuntu-9.10-desktop-i386.iso 。
头像
onshoestring
论坛版主
帖子: 4666
注册时间: 2009-09-06 5:53

Re: 移动硬盘安装LIVE CD,为什么安装不了?

#21

帖子 onshoestring » 2010-03-10 18:50

最好找小苹果问问怎么回事。
回复