When I try to boot to the CD the desktop will not load no matter what graphics/installation mode I try.
I can bring up the installer if I use level 3 which completes the first phase of the install but on the first reboot I get no desktop, either in normal or failsafe.
I also tried level 3 after the first reboot and I get the same thing, no desktop and no CLI.
I used to have this problem with the 11.1 DVD but I could boot into failsafe on the first reboot, then set up my monitor with the GUI in Yast or I could uncheck the automatic installation and set up my monitor that way.
Is there any way I can manually setup my monitor with my current situation?
Thanks
Mark
caf4926
September 2, 2009, 7:52pm
#2
That did get me to the desktop on the Live CD but after the first reboot I had the same problems.
Even level 3 brings up the same blank screen.
caf4926
September 2, 2009, 9:21pm
#4
Is that with the vesa switch, you need to use that after install too if required, the first time only got you in to the live desktop and will not be carried through the install.
I’m not sure I understand. At what point do I use this vesa switch. After install even level 3 doesn’t give me the CLI.
Is there another way to bring up the terminal?
caf4926
September 2, 2009, 9:33pm
#6
If you can’t or don’t get level3, then something is wrong. Boot the live cd as you did before to get the live desktop and do this in a terminal:
fdisk -l
post result
caf4926
September 2, 2009, 9:37pm
#7
also find the root partition of the install and post the contents of
/boot/grub/menu.lst
My original openSUSE installation is on sda5 (/) and sda6 (/home).
The KDE Four Live CD installation is on sda7 (/) and sda8 (/home)
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000416b5
Device Boot Start End Blocks Id System
/dev/sda1 * 2 38913 312560640 f W95 Ext'd (LBA)
/dev/sda5 2 2611 20964793+ 83 Linux
/dev/sda6 2612 9138 52428096 83 Linux
/dev/sda7 9139 11748 20964793+ 83 Linux
/dev/sda8 11749 18276 52436128+ 83 Linux
/dev/sda9 18277 20886 20964793+ 83 Linux
/dev/sda10 20887 27413 52428096 83 Linux
/dev/sda11 27414 30023 20964793+ 83 Linux
/dev/sda12 30024 38638 69199956 83 Linux
/dev/sda13 38639 38913 2208906 82 Linux swap / Solaris
Disk /dev/sdb: 8061 MB, 8061451776 bytes
255 heads, 63 sectors/track, 980 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00096a21
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 980 7871818+ b W95 FAT32
Disk /dev/sde: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0c7ce015
Device Boot Start End Blocks Id System
/dev/sde2 * 1 19791 158971176 7 HPFS/NTFS
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1
root (hd0,6)
kernel /boot/vmlinuz-2.6.27.29-0.1-default root=/dev/disk/by-id/ata-Hitachi_HDT725032VLA360_VFD201R80KUNZL-part7 resume=/dev/disk/by-id/ata-Hitachi_HDT725032VLA360_VFD201R80KUNZL-part13 splash=silent showopts vga=0x314
initrd /boot/initrd-2.6.27.29-0.1-default
###Don't change this comment - YaST2 identifier: Original name: openSUSE 11.1 - 2.6.27.29-0.1 (/dev/sda5)###
title openSUSE 11.1 - 2.6.27.29-0.1 (/dev/sda5)
root (hd0,4)
configfile /boot/grub/menu.lst
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd1,1)
makeactive
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
rootnoverify (fd0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.1
root (hd0,6)
kernel /boot/vmlinuz-2.6.27.29-0.1-default root=/dev/disk/by-id/ata-Hitachi_HDT725032VLA360_VFD201R80KUNZL-part7 showopts ide=nodma apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x314
initrd /boot/initrd-2.6.27.29-0.1-default
caf4926
September 2, 2009, 10:03pm
#9
OK. That seems OK.
Are there any messages in the verbose text as you boot level 3? Particularly error messages?
The only error or failure I see is undefined video mode 0x314.
caf4926
September 2, 2009, 10:17pm
#11
have you tried failsafe
and are you sure you are going to level 3 correctly, I guess you are, but just checking
Remove all boot arguments and just type; 3
Yes I’ve tried Failsafe, removing the arguments then typing 3, also tried not removing the arguments and typing level 3 at the end.
Same result each time.
I guess I just cant use that CD.
The only reason I even wanted to try it was because trying to upgrade to 4.3 resulted in too many conflicts.
I tried following the guide here in the forum but even with the guide I’m not sure I’m doing it right.
Exactly what to do with the repositories is kind of confusing.
caf4926
September 3, 2009, 4:45am
#13
If your booting to level 3 - this should not happen I think. Does it make any difference if you pull the device sde
Well, sde is my other internal hard drive. I don’t know why it comes up as sde. In my regular 11.1 install it’s sdb.
sdb in the KDE Four Live install is my USB flash drive and I did try pulling that but it didn’t help.
My next step I think will be to remove the Windows and floppy entries from Grub and see if that makes a difference.