Thank you for your reply. I checked using the command line option you provided and yes, the dvd is set first. But after I insert an image into a virtual drive, it doesn't load, the boot manager is displayed instead, and when I press enter the installed system loads. Should be a dvd controller an IDE disk controller? If yes, then I made a mistake that I removed it from a machine and try to use a virtual disk that's set like sata. Thank you. -- Best regards, Vsevolod https://github.com/sevapopov2
-----Original Message----- From: Gregory Nowak <[email protected]> Sent: Saturday, November 27, 2021 3:55 AM To: Community mailing list of VirtualBox users <[email protected]> Subject: Re: [VBox-users] Can't change the boot order in the virtual machine On Fri, Nov 26, 2021 at 02:11:25PM +0300, Vsevolod Popov wrote: > I don't want to reinstall the whole system because I feel that the fix for > the problem is really easy. Yes, it is. vboxmanage modifyvm vmname --boot1 dvd --boot2 disk where vmname is the UUID or name of your guest. You can verify the boot order was in fact changed with: vboxmanage showvminfo vmname |more and looking for: "Boot Device 1: DVD Boot Device 2: HardDisk" in the output. _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community _______________________________________________ Unsubscribe: mailto:[email protected]?subject=unsubscribe
