KDE4 Live CD does not find Harddisk after installation

Discussions about using Linux guests in VirtualBox.
Post Reply
DocB
Posts: 70
Joined: 16. Nov 2007, 19:48

KDE4 Live CD does not find Harddisk after installation

Post by DocB »

Hi all,

the KDE4 Live CD, based on SuSE 10.3 boots fine, installs as well, but is thereafter unable to find the disk where it is installed.

Code: Select all

Waiting for device /dev/disk/by-id/... to appear: Could not find /dev/disk/by-id/...
I already created a new initrd inside the installation (booting from live-iso, starting installed system in chroot etc), but that did not help.

Any ideas?

Thanks
Axel
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Post by frank »

Please could you post the exact message, that is the disk ID would be interesting. You should boot the VM from the live CD and execute

Code: Select all

hdparm -i /dev/sda
Compare the IDs of the message with the ID shown by hdparm.
DocB
Posts: 70
Joined: 16. Nov 2007, 19:48

Post by DocB »

So...first of all, the error message:

Code: Select all

Could not find /dev/disk/by-id/ata-VBOX_HARDDISK_VBdc409b91-63e462ed-part1
hdparm gave the output:

Code: Select all

Model=VBOX HARDDISK FwRev=1.0, SerialNo=VBdc409b91-63e462ed
Looks very similar to me. On the updated KDE 4.01 it does not happen anymore, so the pressure to resolve is gone :-)
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Post by frank »

They fixed something, the question is what. The ChangeLog of the 4.0.1 LiveCD contains '... will hopefully work also on some computers whose broken BIOS had problems finding the boot code in certain sectors before.'

The question is what they did exactly, perhaps we could fix our BIOS as this bug may affect other problems as well. Any information is appreciated.
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Post by frank »

DocB: Please could you tell me which type of virtual hard disk image you used (static size or dynamically expanding) and which size?
DocB
Posts: 70
Joined: 16. Nov 2007, 19:48

Post by DocB »

I used dynamically expanding, default size 8G
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Post by frank »

Thanks, I could reproduce this problem with that disk size, with 2GB the problem did not occur. Still no clue if this is a bug of VBox or of the installation CD.
DocB
Posts: 70
Joined: 16. Nov 2007, 19:48

Post by DocB »

Interesting...did you try to partition like this:

/boot -> 100M
/ -> 7G
swap -> the rest

Would be interested if this causes trouble on the 8G as well
Post Reply