Wednesday, May 16, 2018

how to manually boot linux installed on a harddisk using live cd

- boot a linux live cd
- press C on the grub screen to enter grub console
- ls
- ls (hd1,msdos3)/boot/grub
- ls (hd1,msdos3)/home
- set root=(hd1,msdos3)
- ls -l (hd1,msdos3)
- linux /boot/vmlinuz [tab] root=UUID=...
- initrd /boot/initrd [tab]
- boot

reference:
  • https://askubuntu.com/questions/516535/how-can-i-use-the-installer-to-manually-boot-into-a-system-without-grub-installe

0 comments:

Post a Comment