> Date: Wed, 24 Jun 2009 08:49:58 -0700 (PDT) > From: David Richardson <[email protected]> > To: OpenWrt Development List <[email protected]> > Subject: Re: [OpenWrt-Devel] [PATCH] Changes reboot=bios to > reboot=acpi on x86 > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > On older boards without acpi and without keyboard controllers, this change > does not yield a reboot method that is equivalent to reboot=bios. ?Vote is > to not accept this patch. ?
It would propably be the best do add a architecture profile in menuconfig for VMWare, and make some configurations i.e. reboot=acpi, LSI and Buslogic SCSI, PIIX, E1000 and PCNet LAN, and some more. If the community is interested I can post recommended settings. I've done very much on ESX and Workstation with it.. . > > --- On Wed, 6/24/09, Alexander Stadler <[email protected]> wrote: > > From: Alexander Stadler <[email protected]> > Subject: [OpenWrt-Devel] [PATCH] Changes reboot=bios to reboot=acpi on x86 > To: [email protected] > Date: Wednesday, June 24, 2009, 11:12 AM > > Changes reboot=bios to reboot=acpi on x86. > I'm doing this because reboot=bios lets paravirtualized maschines hang > when trieing to reboot (and I would recommend to add acpi when using x86, > but reboot also works with this option when acpi is not enabled). > > Signed-off-by: Alexander Stadler <sa.maillists at univie.ac.at> > > ------ > > diff -urN a/8.09/target/linux/x86/image/menu.lst > b/8.09/target/linux/x86/image/menu.lst > --- a/8.09/target/linux/x86/image/menu.lst??? 2009-04-08 > 17:00:41.000000000 +0200 > +++ b/8.09/target/linux/x86/image/menu.lst??? 2009-04-16 > 17:55:52.000000000 +0200 > @@ -6,10 +6,10 @@ > > title???OpenWrt > root? ? (hd0,0) > -kernel? /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 > console=ttyS0,@baudr...@n8 reboot=bios > +kernel? /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 > console=ttyS0,@baudr...@n8 reboot=acpi > boot > > title??? OpenWrt (failsafe) > root??? (hd0,0) > -kernel? /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 > console=ttyS0,@baudr...@n8 reboot=bios > +kernel? /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 > console=ttyS0,@baudr...@n8 reboot=acpi > boot _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
