Opened 14 years ago
Closed 12 years ago
#459 closed defect (fixed)
Interactive restore without binaries
Reported by: | Talamona Francesco | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 3.0.3 |
Component: | mondo | Version: | 2.2.9.4 |
Severity: | normal | Keywords: | |
Cc: |
Description
While testing the restore operation for mondo-2.2.9.5 in a virtual machine I chose the interactive mode in order to accomodate the partition layout of the virtual machine.
The boot process ens in a terminal, where the README file says to run either mondorestore or edit-mountlist, but no such files are present
Attachments (5)
Change History (22)
by , 14 years ago
Attachment: | 110130-2.2.9.5-interactive.png added |
---|
comment:1 by , 14 years ago
Status: | new → assigned |
---|
README fixed in rev [2710]
Now the fact you don't have the mondorestore binary means that your CD wasn't mounted correctly in your VM, which is unrelated.
Any way to get the restore log ?
by , 14 years ago
Attachment: | mondo-110129.log added |
---|
by , 14 years ago
Attachment: | mondo-110129.txt added |
---|
comment:2 by , 14 years ago
Sorry for the duplicated file: mondo-110129.log and mondo-110129.txt are the same.
comment:3 by , 14 years ago
Problem is here:
124 18:31 Trying to mount CD-ROM a 2nd time... 125 18:31 find-and-mount-cdrom --- starting 126 18:31 Failed to find CD-ROM 127 18:31 I still cannot find or mount the CD-ROM drive, by the way. 128 18:31 CD-ROM is not mounted. Darn.
Probably a lack of the correct driver to mount the CD. Maybe try to change the emulation mode/driver, or give me what needs to be added to mindi (or add it yourself with the conf file)
comment:4 by , 14 years ago
Milestone: | 2.2.9.5 → 2.2.9.6 |
---|
What is your kernel version ? Do you have the archive log ? Does your kernel use libahci in the driver list brought by lsmod ?
comment:5 by , 14 years ago
The kernel version was sys-kernel/gentoo-sources-2.6.37.
If I look into the kernel config file for that kernel version I have:
[root@aemaeth:/etc/kernels]$ grep -i ahci kernel-config-x86_64-2.6.37-gentoo CONFIG_SATA_AHCI=y # CONFIG_SATA_AHCI_PLATFORM is not set
Currently the kernel version is 2.6.37-r2, nothing containing "ahci" is listed by lsmod.
I was lucky to find a mindi log from 30-Jan, you can find it attached.
comment:6 by , 14 years ago
Nothing special in it.
Could you then try the following
lsmod > /tmp/before Put a CD in your CD reader, then: mount /dev/scd... /mnt lsmod > /tmp/after diff /tmp/before /tmp/after
That way I'll be able to see which modules are linked to your reader, and we'll know what to do then.
comment:7 by , 14 years ago
Maybe it's because it's only known as a DVD?
[root@aemaeth:/tmp]$ lsmod > before-cd.txt [root@aemaeth:/tmp]$ mount | grep sr0 /dev/sr0 on /mnt/dvd type iso9660 (ro,nosuid,nodev,user=sko) # actually mounting the CD... [root@aemaeth:/tmp]$ lsmod > after-cd.txt [root@aemaeth:/tmp]$ md5sum before-cd.txt after-cd.txt de3d5f620f6223e3881a86f2605d9c62 before-cd.txt de3d5f620f6223e3881a86f2605d9c62 after-cd.txt
comment:8 by , 14 years ago
Ok, so looked back at your driver list.
The only one I think of is udf. You could try to force it in FORCE_MODS please to see if it improves stuff.
Your reader is attached through SATA right ? If it's a USB oe, then maybe there are other drivers to look at.
comment:9 by , 14 years ago
comment:10 by , 13 years ago
Milestone: | 2.2.9.6 → 2.2.9.7 |
---|
If you have time to test with 2.2.9.6 now it's available, would be great.
by , 13 years ago
Attachment: | mondo-vm-mondorestore.tbz2 added |
---|
This is the log from /var/log taken from a virtualbox virtual machine rurnnig the iso created by mondo
comment:12 by , 13 years ago
Could it be just related to that fact that mindi doesn't include any virtualbox driver ? Could you try to add vboxdrv (I don't think others are relevant) to the FORCE_MODS var in /etc/mindi/mindi.conf to include it and see if that is what is missing.
comment:13 by , 13 years ago
Milestone: | 2.2.9.7 → 2.2.9.8 |
---|
comment:14 by , 13 years ago
Milestone: | 2.2.9.8 → 2.2.9.9 |
---|
comment:16 by , 12 years ago
Milestone: | 3.0.2 → 3.0.3 |
---|
Could you check with the latest 3.0.2 please ?
comment:17 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Closing, supposing it's fixed. PLease reopen if not.
VirtualBox window for interactive restore