Re: Debian Lenny Won't Boot in VBox 4.0.0
Posted: 4. Jan 2011, 14:43
I've also tried the graphical installer - but this nice window doesn't appear for me.
End user forums for VirtualBox
https://forums.virtualbox.org/
what else you could try is: move to the wanted install option like Graphical install and hit the tab key to edit the kernel parms (see attached picture)magicbus wrote:Tried everything suggested earlier...still nothing.
lp=0 to rule out the parallel portmagicbus wrote:I tried all of the parameters you suggested and each time I got this result: the boot hangs at parport_pc 00:04 : reported by Plug and Play ACPI.
magicbus wrote:I tried all of the parameters you suggested and each time I got this result: the boot hangs at parport_pc 00:04 : reported by Plug and Play ACPI.
so i think it gets some timeout thing detecting CD drive, did you try ide-core.nodma=1.0 or ide_core.cdrom=1.0 ...and what are the VBox settings for CD drive?Commifreak wrote:I've tried lp=0 (...)
Commifreak wrote:Code: Select all
00:00:04.765 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0) 00:00:05.582 PIT: mode=4 count=0x121b (4635) - 257.42 Hz (ch=0) 00:00:05.582 PIT: mode=4 count=0x1204 (4612) - 258.71 Hz (ch=0) 00:00:05.586 PIT: mode=4 count=0x1285 (4741) - 251.67 Hz (ch=0) 00:00:05.590 PIT: mode=4 count=0x1291 (4753) - 251.03 Hz (ch=0) 00:00:05.594 PIT: mode=4 count=0x117f (4479) - 266.39 Hz (ch=0) 00:00:05.597 PIT: mode=4 count=0x11f8 (4600) - 259.38 Hz (ch=0) 00:00:05.601 PIT: mode=4 count=0x127f (4735) - 251.99 Hz (ch=0) 00:00:05.605 PIT: mode=4 count=0x120c (4620) - 258.26 Hz (ch=0) 00:00:05.609 PIT: mode=4 count=0x26 (38) - 31399.52 Hz (ch=0) 00:00:05.609 PIT: mode=4 count=0x25 (37) - 32248.16 Hz (ch=0) 00:00:05.609 PIT: mode=4 count=0x25 (37) - 32248.16 Hz (ch=0) 00:00:05.610 PIT: mode=4 count=0x1199 (4505) - 264.85 Hz (ch=0) 00:00:05.614 PIT: mode=4 count=0x11de (4574) - 260.86 Hz (ch=0) 00:00:05.618 PIT: mode=4 count=0x1281 (4737) - 251.88 Hz (ch=0) 00:00:05.622 PIT: mode=4 count=0x11f5 (4597) - 259.55 Hz (ch=0) 00:00:05.625 PIT: mode=4 count=0x1261 (4705) - 253.59 Hz (ch=0) 00:00:05.629 PIT: mode=4 count=0x1291 (4753) - 251.03 Hz (ch=0) 00:00:05.633 PIT: mode=4 count=0x1278 (4728) - 252.36 Hz (ch=0) 00:00:05.637 PIT: mode=4 count=0x1287 (4743) - 251.56 Hz (ch=0) 00:00:05.641 PIT: mode=4 count=0x126f (4719) - 252.84 Hz (ch=0) 00:00:05.647 PIT: mode=4 count=0xe (14) - 85227.28 Hz (ch=0) 00:00:05.647 PIT: mode=4 count=0xe3d (3645) - 327.34 Hz (ch=0) 00:00:05.649 PIT: mode=4 count=0x122a (4650) - 256.59 Hz (ch=0) 00:00:05.659 PIT: mode=4 count=0x2a0 (672) - 1775.56 Hz (ch=0) 00:00:05.660 PIT: mode=4 count=0xc11 (3089) - 386.26 Hz (ch=0) 00:00:05.661 PIT: mode=4 count=0x11ec (4588) - 260.06 Hz (ch=0) 00:00:05.665 PIT: mode=4 count=0x128e (4750) - 251.19 Hz (ch=0)
try with clock parms... another clocksource? clocksource=acpi_pmmagicbus wrote:Code: Select all
00:00:16.614 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0) 00:00:17.422 PIT: mode=4 count=0x10 (16) - 74573.87 Hz (ch=0) 00:00:17.422 PIT: mode=4 count=0xe (14) - 85227.28 Hz (ch=0) 00:00:17.674 PIT: mode=4 count=0xe (14) - 85227.28 Hz (ch=0) 00:00:18.002 PIT: mode=4 count=0xe (14) - 85227.28 Hz (ch=0) 00:04:43.100 Changing the VM state from 'RUNNING' to 'SUSPENDING'.
Thank you! This worked for me. I haven't narrowed it down to which options are required, but I added all of them for my Debian Lenny 5.08 Netinst CD (i386) and it booted and installed successfully.fixedwheel wrote: try with clock parms... another clocksource? clocksource=acpi_pm
i remember a fedora guest freeze while doing I/O => http://forums.virtualbox.org/viewtopic. ... 6&start=30
64 bit: noapictimer nohz=off highres=off
32bit: nolapic_timer nohz=off highres=off