分页: 1 / 1

[问题]

发表于 : 2005-07-10 6:09
cnulinux-99
Newbie ask:

1). Install XP Pro. -> success
2). Then, Ubuntu -hoary -> success
3). Then, Grun for dual boot -> fatal failure
4). Then, LiLo for dual boot - in MRB -> no problem
5). Then, reboot -> no OS choice, always go to Linux

So how can I fix dual boot problem ? Thanks in advance.

发表于 : 2005-07-10 9:12
yongyi
帮不到你
从未装过 LiLo

发表于 : 2005-07-10 9:24
oneleaf
修改 /etc/lilo.conf

不过还是建议删除lilo ,直接安装grub ,手工安装grub上去。

http://www.ubuntu.org.cn/support/docume ... ation/view

Then, write a CD, no right as not an owner

发表于 : 2005-07-11 8:40
cnulinux-99
Thanks for the idea/link. Still in the progress. Will reply once
succeed.

This is for my laptop without a floppy driver, but with a CDRW
driver. So I tried to copy linux boot loader file to a CD and failed,
because I am not allowed to write to my CD writer (I am not an
owner ? ) (I tried to log on as a root -- just as I open a root
terminal -- but failed).

Could anyone give some help on 1). login as a root 2). using my
CD writer. ------ Ubuntu is actually pretty user-friendly, except...

Thanks a lot,

发表于 : 2005-07-11 9:35
yongyi
1.系统--系统管理--登陆屏幕设置--Security

发表于 : 2005-07-11 9:46
oneleaf
建议不要这样做,使用sudo -s可以切换到root帐号。

具体说明:
http://www.ubuntu.org.cn/support/docume ... c/sudoroot

关于刻录机,我在普通用户下也是可以刻录的。
检查你的用户是否包含cdrom组

一般的使用者一般包含如下组:

adm dialout cdrom floppy audio dip video plugdev lpadmin scanner admin

请检查你的所属组。

Dual-boot OK now

发表于 : 2005-07-12 2:18
cnulinux-99
Just let you know that Dual-OS boot is OK now. It is a little weird.
The only thing I did was just reinstall Ubuntu.

The only 2 changes I made:

1). No more sub-partition the linux part hard disk, I let Linux share
a whole block of hard disk, except it automatically divide a small
piece for swap.
2). Choose the default ext3, instead of previous JFS.

THen install Grub in MBR. ==> everything works now.

Thanks for the aggressive helps.