Results 1 to 10 of 32
hi i am new to the whole linux system but figured id give it a try after fighting with windows for far too long. my problem is that i had ...
- 03-09-2010 #1Just Joined!
- Join Date
- Mar 2010
- Location
- Alberta Canada
- Posts
- 31
[SOLVED] debian hiding Ubuntu???
hi i am new to the whole linux system but figured id give it a try after fighting with windows for far too long. my problem is that i had ubuntu 9.1 installed on 1 partition of my 160GB SATA drive and after i installed debian 5 on another partitoin i dont have the option to open ubuntu 9.1. is there any way of fixing this???
p.s. the only reason i installed debian was because in ubuntu 9.1 the highest screen resolution i am able to select is 800x600 but in debian it gives me options as high as 1280x800. i would much rather use Ubuntu 9.1 if someone could please explain how to get back to it and change my resolution
- 03-10-2010 #2
Its easy to fix problem unless you have installed Debian over Ubuntu Partition.
Boot up Debian and execute this in Terminal
Post output here.Code:su - /sbin/fdisk -l df -h
* Its small L in fdisk -l.
If you correct driver for your Graphics Card and set supported values xorg.conf, you can fix Resolution problem in Ubuntu easily.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-10-2010 #3Just Joined!
- Join Date
- Mar 2010
- Location
- Alberta Canada
- Posts
- 31
Disk /dev/sda: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000ac97b
Device Boot Start End Blocks Id System
/dev/sda1 1 9301 74710251 83 Linux
/dev/sda2 18658 19452 6385837+ 5 Extended
/dev/sda3 * 9302 17811 68356575 83 Linux
/dev/sda5 18658 19452 6385806 82 Linux swap / Solaris
Partition table entries are not in disk order
dan:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 65G 2.6G 59G 5% /
tmpfs 1.3G 0 1.3G 0% /lib/init/rw
udev 10M 832K 9.2M 9% /dev
tmpfs 1.3G 0 1.3G 0% /dev/shm
thanks for the fast reply
- 03-10-2010 #4
Boot up from Ubuntu LiveCD, open Terminal and execute this
Reboot machine. Ubuntu's GRUB Menu will appear at startup.Code:sudo mount /dev/sda1 /mnt sudo grub-install --root-directory=/mnt /dev/sda sudo umount /mnt
If its Menu doesn't show an entry for Debian, boot up Ubuntu from Hard disk and execute 'sudo update-grub' command. It will detect Debian and re-generate GRUB Menu.
If above method fixes your problem, we will try to fix Resolution problem in Ubuntu.Code:sudo update-grub
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-10-2010 #5Just Joined!
- Join Date
- Mar 2010
- Location
- Alberta Canada
- Posts
- 31
yes that worked perfectly thank you. i now have the option of booting ubuntu or debian. i still cannot get my screen resolution higher than 800x600 tho
- 03-11-2010 #6
Lets fix Resolution problem now.
Execute this in Ubuntu Terminal
Post output here.Code:sudo lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-11-2010 #7Just Joined!
- Join Date
- Mar 2010
- Location
- Alberta Canada
- Posts
- 31
00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)
- 03-11-2010 #8
This card doesn't need any proprietary driver. It looks like xorg.conf file is not configured correctly.
Post the contents of /etc/X11/xorg.conf file here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-11-2010 #9Just Joined!
- Join Date
- Mar 2010
- Location
- Alberta Canada
- Posts
- 31
it says this
bash: /etc/X11/xorg.conf: No such file or directory
- 03-11-2010 #10forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.




