addinng file system to grub reinstall command

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
rek
Level 1
Level 1
Posts: 34
Joined: Sat Jul 21, 2007 10:49 am
Location: Ohio

addinng file system to grub reinstall command

Post by rek »

I am dual booting w7 and mint 10 and an update of w7 lost my mint grub. I'm a muddler not well versed in linux and depend on search and google for detailed instructions. The command "sudo mount /dev/sda1 /mnt" resulted in the response that I needed to incorporate the file system. How do I add x4 to the above command to complete the command? REK
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
bitmason

Re: addinng file system to grub reinstall command

Post by bitmason »

like this:

Code: Select all

sudo mount -t ext4 /dev/sda1 /mnt
Locked

Return to “Installation & Boot”