Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Improving manual linux installation guide#6

Open
FrosT2k5 wants to merge 2 commits into
BlissRoms-x86:masterfrom
FrosT2k5:master
Open

Improving manual linux installation guide#6
FrosT2k5 wants to merge 2 commits into
BlissRoms-x86:masterfrom
FrosT2k5:master

Conversation

@FrosT2k5
Copy link
Copy Markdown

@FrosT2k5 FrosT2k5 commented Jun 13, 2022

  • Specify grub.d file to paste menuentry to, also specify to update-grub
  • Making data.img size changeable

- Specify grub.d file to paste menuentry to, also specify to update-grub
- Making data.img size variable
@saikat0511
Copy link
Copy Markdown

sudo update-grub doesn't work on all distros and should be replaced with sudo grub-mkconfig -o /boot/grub/grub.cfg

@FrosT2k5
Copy link
Copy Markdown
Author

sudo update-grub doesn't work on all distros and should be replaced with sudo grub-mkconfig -o /boot/grub/grub.cfg

Can u tell which distros it doesn't work in? I used debian based distros and it works fine in that. And not sure if it'll mess something up with regular update-grub command

@Snivine
Copy link
Copy Markdown

Snivine commented Jun 29, 2022

sudo update-grub doesn't work on all distros and should be replaced with sudo grub-mkconfig -o /boot/grub/grub.cfg

Can u tell which distros it doesn't work in? I used debian based distros and it works fine in that. And not sure if it'll mess something up with regular update-grub command

update-grub is a debian exclusive command

literally any other distro that is not debian needs to use sudo grub-mkconfig -o boot/grub/grub.cfg

@Snivine
Copy link
Copy Markdown

Snivine commented Jun 29, 2022

I use Endeavour (arch) and It does not work on it

@saikat0511
Copy link
Copy Markdown

saikat0511 commented Jun 29, 2022

sudo update-grub doesn't work on all distros and should be replaced with sudo grub-mkconfig -o /boot/grub/grub.cfg

Can u tell which distros it doesn't work in? I used debian based distros and it works fine in that. And not sure if it'll mess something up with regular update-grub command

All non-debian distros basically. update-grub is just a wrapper for grub-mkconfig -o boot/grub/grub.cfg to make it easier to use. Check it for yourself, cat $(which update-grub)

@FrosT2k5
Copy link
Copy Markdown
Author

I replaced it, thanks for heads up. Let me know if you have anything else to change in this pr

@Quackdoc
Copy link
Copy Markdown
Contributor

you should add something along the lines of, "As an example for grub..." and "on other bootloaders you will need to adapt it to your needs"

@FrosT2k5
Copy link
Copy Markdown
Author

you should add something along the lines of, "As an example for grub..." and "on other bootloaders you will need to adapt it to your needs"

I don't think it's needed
Most of the linux distros use grub as default and people who install distros without grub are experienced enough to configure things for their distros. I think if we add this it'll just create confusion for the newbies about figuring out which bootloader they use

@Quackdoc
Copy link
Copy Markdown
Contributor

a few distros are migrating away from grub, IE. popos. it won't add any more confusion or headache then trying to add a menu entry manually

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants