• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Remote dual boot

Nithin

Senior member
I have a dual boot machine that I have to reboot remotely sometimes into windows and sometimes into linux. My problem is that
since I can't access lilo from windows, once i reboot into windows, i have to go to the machine and manually reboot into linux.

Is there a way around this? I want to be able to remotely boot into either.


Thanks,
Nithin.
 
LILO can be run with the "-R" flag - this sets a one-time boot command for the next boot. So you could make Linux the default, and if you need Windows, run lilo -R <windows_image_name> from Linux, then reboot.
 
Back
Top